Html Css Color HEX #CC4718 Harley Davidson Orange

📋 copy color: '#CC4718'

red 204 ◦ green 71 ◦ blue 24

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

Shades of Harley Davidson Orange #CC4718

Tints of Harley Davidson Orange #CC4718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.75%

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

R = 68.23%
G = 23.75%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC4718 (or 0xCC4718) is known color: Harley Davidson Orange. HEX triplet: CC, 47 and 18. RGB value is (204,71,24). Sum of RGB (Red+Green+Blue) = 204+71+24=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4718 is #33B8E7. Grayscale: #696969. Windows color (decimal): -3389672 or 1591244. OLE color: 1591244.

HSL color Cylindrical-coordinate representation of color #CC4718: hue angle of 15.67º 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 #CC4718 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 71 24 -
CMYK 0 0.65 0.88 0.2
HSL 15.67º 0.79% 0.45% -
HSV(B) 15.67º 0.88% 0.8% -
XYZ 27.32 17.41 2.78 -
YUV 105.41 82.06 198.32 -
System Red Green Blue C M Y K H S L
Decimal 204 71 24 0 0.65 0.88 0.2 15.67 0.79 0.45
Hex CC 47 18 0 41 58 14 10 4F 2D
Octal 314 107 30 0 101 130 24 20 117 55
Binary 11001100 1000111 11000 0 1000001 1011000 10100 10000 1001111 101101

Color Harmonies of #CC4718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4718

Black with #CC4718

Text Example


Text Example

White with #CC4718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4718; }

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

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

background-color css

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

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

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

border-color css

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

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

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