Html Css Color HEX #CC4218 Harley Davidson Orange

📋 copy color: '#CC4218'

red 204 ◦ green 66 ◦ blue 24

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

Shades of Harley Davidson Orange #CC4218

Tints of Harley Davidson Orange #CC4218

RGB

 RED value IS 204 (80.08% from 255) = 69.39%

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

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

R = 69.39%
G = 22.45%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC4218 (or 0xCC4218) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 18. RGB value is (204,66,24). Sum of RGB (Red+Green+Blue) = 204+66+24=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4218 is #33BDE7. Grayscale: #666666. Windows color (decimal): -3390952 or 1589964. OLE color: 1589964.

HSL color Cylindrical-coordinate representation of color #CC4218: hue angle of 14º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC4218 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 24 -
CMYK 0 0.68 0.88 0.2
HSL 14º 0.79% 0.45% -
HSV(B) 14º 0.88% 0.8% -
XYZ 27.01 16.8 2.68 -
YUV 102.47 83.72 200.42 -
System Red Green Blue C M Y K H S L
Decimal 204 66 24 0 0.68 0.88 0.2 14 0.79 0.45
Hex CC 42 18 0 44 58 14 E 4F 2D
Octal 314 102 30 0 104 130 24 16 117 55
Binary 11001100 1000010 11000 0 1000100 1011000 10100 1110 1001111 101101

Color Harmonies of #CC4218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4218

Black with #CC4218

Text Example


Text Example

White with #CC4218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4218; }

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

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

background-color css

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

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

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

border-color css

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

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

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