Html Css Color HEX #CC2C09 Harley Davidson Orange

📋 copy color: '#CC2C09'

red 204 ◦ green 44 ◦ blue 9

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

Shades of Harley Davidson Orange #CC2C09

Tints of Harley Davidson Orange #CC2C09

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.12%

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

R = 79.38%
G = 17.12%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC2C09 (or 0xCC2C09) is known color: Harley Davidson Orange. HEX triplet: CC, 2C and 09. RGB value is (204,44,9). Sum of RGB (Red+Green+Blue) = 204+44+9=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2C09 is #33D3F6. Grayscale: #585858. Windows color (decimal): -3396599 or 601292. OLE color: 601292.

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

Color convert

RGB 204 44 9 -
CMYK 0 0.78 0.96 0.2
HSL 10.77º 0.92% 0.42% -
HSV(B) 10.77º 0.96% 0.8% -
XYZ 25.85 14.66 1.73 -
YUV 87.85 83.51 210.85 -
System Red Green Blue C M Y K H S L
Decimal 204 44 9 0 0.78 0.96 0.2 10.77 0.92 0.42
Hex CC 2C 9 0 4E 60 14 B 5C 2A
Octal 314 54 11 0 116 140 24 13 134 52
Binary 11001100 101100 1001 0 1001110 1100000 10100 1011 1011100 101010

Color Harmonies of #CC2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2C09

Black with #CC2C09

Text Example


Text Example

White with #CC2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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