Html Css Color HEX #CC2208 Harley Davidson Orange

📋 copy color: '#CC2208'

red 204 ◦ green 34 ◦ blue 8

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

Shades of Harley Davidson Orange #CC2208

Tints of Harley Davidson Orange #CC2208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.25%

R = 82.93%
G = 13.82%
B = 3.25%

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

#CC2208 (or 0xCC2208) is known color: Harley Davidson Orange. HEX triplet: CC, 22 and 08. RGB value is (204,34,8). Sum of RGB (Red+Green+Blue) = 204+34+8=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2208 is #33DDF7. Grayscale: #525252. Windows color (decimal): -3399160 or 533196. OLE color: 533196.

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

Color convert

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

Color Harmonies of #CC2208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2208

Black with #CC2208

Text Example


Text Example

White with #CC2208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2208; }

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

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

background-color css

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

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

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

border-color css

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

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

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