Html Css Color HEX #CC4A18 Harley Davidson Orange

📋 copy color: '#CC4A18'

red 204 ◦ green 74 ◦ blue 24

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

Shades of Harley Davidson Orange #CC4A18

Tints of Harley Davidson Orange #CC4A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.5%

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

R = 67.55%
G = 24.5%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC4A18 (or 0xCC4A18) is known color: Harley Davidson Orange. HEX triplet: CC, 4A and 18. RGB value is (204,74,24). Sum of RGB (Red+Green+Blue) = 204+74+24=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4A18 is #33B5E7. Grayscale: #6B6B6B. Windows color (decimal): -3388904 or 1592012. OLE color: 1592012.

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

Color convert

RGB 204 74 24 -
CMYK 0 0.64 0.88 0.2
HSL 16.67º 0.79% 0.45% -
HSV(B) 16.67º 0.88% 0.8% -
XYZ 27.52 17.8 2.85 -
YUV 107.17 81.07 197.07 -
System Red Green Blue C M Y K H S L
Decimal 204 74 24 0 0.64 0.88 0.2 16.67 0.79 0.45
Hex CC 4A 18 0 40 58 14 11 4F 2D
Octal 314 112 30 0 100 130 24 21 117 55
Binary 11001100 1001010 11000 0 1000000 1011000 10100 10001 1001111 101101

Color Harmonies of #CC4A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4A18

Black with #CC4A18

Text Example


Text Example

White with #CC4A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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