Html Css Color HEX #CC2209 Harley Davidson Orange

📋 copy color: '#CC2209'

red 204 ◦ green 34 ◦ blue 9

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

Shades of Harley Davidson Orange #CC2209

Tints of Harley Davidson Orange #CC2209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.77%

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

R = 82.59%
G = 13.77%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC2209 (or 0xCC2209) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 09. RGB value is (204,34,9). Sum of RGB (Red+Green+Blue) = 204+34+9=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2209 is #33DDF6. Grayscale: #525252. Windows color (decimal): -3399159 or 598732. OLE color: 598732.

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

Color convert

RGB 204 34 9 -
CMYK 0 0.83 0.96 0.2
HSL 7.69º 0.92% 0.42% -
HSV(B) 7.69º 0.96% 0.8% -
XYZ 25.52 14 1.62 -
YUV 81.98 86.82 215.03 -
System Red Green Blue C M Y K H S L
Decimal 204 34 9 0 0.83 0.96 0.2 7.69 0.92 0.42
Hex CC 22 9 0 53 60 14 8 5C 2A
Octal 314 42 11 0 123 140 24 10 134 52
Binary 11001100 100010 1001 0 1010011 1100000 10100 1000 1011100 101010

Color Harmonies of #CC2209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2209

Black with #CC2209

Text Example


Text Example

White with #CC2209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2209; }

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

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

background-color css

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

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

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

border-color css

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

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

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