Html Css Color HEX #CC2009 Harley Davidson Orange

📋 copy color: '#CC2009'

red 204 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #CC2009

Tints of Harley Davidson Orange #CC2009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.06%

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

R = 83.27%
G = 13.06%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC2009 (or 0xCC2009) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 09. RGB value is (204,32,9). Sum of RGB (Red+Green+Blue) = 204+32+9=245 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.27% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2009 is #33DFF6. Grayscale: #515151. Windows color (decimal): -3399671 or 598220. OLE color: 598220.

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

Color convert

RGB 204 32 9 -
CMYK 0 0.84 0.96 0.2
HSL 7.08º 0.92% 0.42% -
HSV(B) 7.08º 0.96% 0.8% -
XYZ 25.47 13.89 1.6 -
YUV 80.81 87.48 215.87 -
System Red Green Blue C M Y K H S L
Decimal 204 32 9 0 0.84 0.96 0.2 7.08 0.92 0.42
Hex CC 20 9 0 54 60 14 7 5C 2A
Octal 314 40 11 0 124 140 24 7 134 52
Binary 11001100 100000 1001 0 1010100 1100000 10100 111 1011100 101010

Color Harmonies of #CC2009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2009

Black with #CC2009

Text Example


Text Example

White with #CC2009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2009; }

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

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

background-color css

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

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

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

border-color css

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

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

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