Html Css Color HEX #C83800 Harley Davidson Orange

📋 copy color: '#C83800'

red 200 ◦ green 56 ◦ blue 0

#C83800
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C83800

Tints of Harley Davidson Orange #C83800

RGB

 RED value IS 200 (78.52% from 255) = 78.13%

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.13%
G = 21.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C83800 (or 0xC83800) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 00. RGB value is (200,56,0). Sum of RGB (Red+Green+Blue) = 200+56+0=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C83800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83800 is #37C7FF. Grayscale: #5D5D5D. Windows color (decimal): -3655680 or 14536. OLE color: 14536.

HSL color Cylindrical-coordinate representation of color #C83800: hue angle of 16.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83800 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 56 0 -
CMYK 0 0.72 1 0.22
HSL 16.8º 1% 0.39% -
HSV(B) 16.8º 1% 0.78% -
XYZ 25.23 15.11 1.59 -
YUV 92.67 75.71 204.55 -
System Red Green Blue C M Y K H S L
Decimal 200 56 0 0 0.72 1 0.22 16.8 1 0.39
Hex C8 38 0 0 48 64 16 11 64 27
Octal 310 70 0 0 110 144 26 21 144 47
Binary 11001000 111000 0 0 1001000 1100100 10110 10001 1100100 100111

Color Harmonies of #C83800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83800

Black with #C83800

Text Example


Text Example

White with #C83800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83800; }

 p { color: rgb(200,56,0); }

 H1.HeaderClassName
 {
   color: #C83800;
 }
 .AnyTagClassName
 {
   color: #C83800;
 }
</style>

background-color css

<style>
 a { background-color: #C83800; }

 a { background-color: rgb(200,56,0); }

 div.DivClassName
 {
   background-color: #C83800;
 }
 .BgClassName
 {
   background-color: #C83800;
 }
</style>

border-color css

<style>
 span { border-color: #C83800; }

 span { border-color: rgb(200,56,0); }

 td.TdClassName
 {
   border-color: #C83800;
 }
 .TagClassName
 {
   border-color: #C83800;
 }
</style>