Html Css Color HEX #C84218 Harley Davidson Orange

📋 copy color: '#C84218'

red 200 ◦ green 66 ◦ blue 24

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

Shades of Harley Davidson Orange #C84218

Tints of Harley Davidson Orange #C84218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

 BLUE value IS 24 (9.77% from 255) = 8.28%

R = 68.97%
G = 22.76%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C84218 (or 0xC84218) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 18. RGB value is (200,66,24). Sum of RGB (Red+Green+Blue) = 200+66+24=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C84218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84218 is #37BDE7. Grayscale: #656565. Windows color (decimal): -3653096 or 1589960. OLE color: 1589960.

HSL color Cylindrical-coordinate representation of color #C84218: hue angle of 14.32º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C84218 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 66 24 -
CMYK 0 0.67 0.88 0.22
HSL 14.32º 0.79% 0.44% -
HSV(B) 14.32º 0.88% 0.78% -
XYZ 25.93 16.24 2.63 -
YUV 101.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 200 66 24 0 0.67 0.88 0.22 14.32 0.79 0.44
Hex C8 42 18 0 43 58 16 E 4F 2C
Octal 310 102 30 0 103 130 26 16 117 54
Binary 11001000 1000010 11000 0 1000011 1011000 10110 1110 1001111 101100

Color Harmonies of #C84218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84218

Black with #C84218

Text Example


Text Example

White with #C84218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84218; }

 p { color: rgb(200,66,24); }

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

background-color css

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

 a { background-color: rgb(200,66,24); }

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

border-color css

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

 span { border-color: rgb(200,66,24); }

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