Html Css Color HEX #CC2A09 Harley Davidson Orange

📋 copy color: '#CC2A09'

red 204 ◦ green 42 ◦ blue 9

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

Shades of Harley Davidson Orange #CC2A09

Tints of Harley Davidson Orange #CC2A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.47%

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

R = 80%
G = 16.47%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC2A09 (or 0xCC2A09) is known color: Harley Davidson Orange. HEX triplet: CC, 2A and 09. RGB value is (204,42,9). Sum of RGB (Red+Green+Blue) = 204+42+9=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2A09 is #33D5F6. Grayscale: #565656. Windows color (decimal): -3397111 or 600780. OLE color: 600780.

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

Color convert

RGB 204 42 9 -
CMYK 0 0.79 0.96 0.2
HSL 10.15º 0.92% 0.42% -
HSV(B) 10.15º 0.96% 0.8% -
XYZ 25.78 14.51 1.7 -
YUV 86.68 84.17 211.68 -
System Red Green Blue C M Y K H S L
Decimal 204 42 9 0 0.79 0.96 0.2 10.15 0.92 0.42
Hex CC 2A 9 0 4F 60 14 A 5C 2A
Octal 314 52 11 0 117 140 24 12 134 52
Binary 11001100 101010 1001 0 1001111 1100000 10100 1010 1011100 101010

Color Harmonies of #CC2A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2A09

Black with #CC2A09

Text Example


Text Example

White with #CC2A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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