Html Css Color HEX #CC4009 Harley Davidson Orange

📋 copy color: '#CC4009'

red 204 ◦ green 64 ◦ blue 9

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

Shades of Harley Davidson Orange #CC4009

Tints of Harley Davidson Orange #CC4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 9 (3.91% from 255) = 3.25%

R = 73.65%
G = 23.1%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC4009 (or 0xCC4009) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 09. RGB value is (204,64,9). Sum of RGB (Red+Green+Blue) = 204+64+9=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4009 is #33BFF6. Grayscale: #636363. Windows color (decimal): -3391479 or 606412. OLE color: 606412.

HSL color Cylindrical-coordinate representation of color #CC4009: hue angle of 16.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC4009 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 64 9 -
CMYK 0 0.69 0.96 0.2
HSL 16.92º 0.92% 0.42% -
HSV(B) 16.92º 0.96% 0.8% -
XYZ 26.78 16.52 2.04 -
YUV 99.59 76.88 202.47 -
System Red Green Blue C M Y K H S L
Decimal 204 64 9 0 0.69 0.96 0.2 16.92 0.92 0.42
Hex CC 40 9 0 45 60 14 11 5C 2A
Octal 314 100 11 0 105 140 24 21 134 52
Binary 11001100 1000000 1001 0 1000101 1100000 10100 10001 1011100 101010

Color Harmonies of #CC4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4009

Black with #CC4009

Text Example


Text Example

White with #CC4009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4009; }

 p { color: rgb(204,64,9); }

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

background-color css

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

 a { background-color: rgb(204,64,9); }

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

border-color css

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

 span { border-color: rgb(204,64,9); }

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