Html Css Color HEX #CC2808 Harley Davidson Orange

📋 copy color: '#CC2808'

red 204 ◦ green 40 ◦ blue 8

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

Shades of Harley Davidson Orange #CC2808

Tints of Harley Davidson Orange #CC2808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

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

R = 80.95%
G = 15.87%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC2808 (or 0xCC2808) is known color: Harley Davidson Orange. HEX triplet: CC, 28 and 08. RGB value is (204,40,8). Sum of RGB (Red+Green+Blue) = 204+40+8=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2808 is #33D7F7. Grayscale: #555555. Windows color (decimal): -3397624 or 534732. OLE color: 534732.

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

Color convert

RGB 204 40 8 -
CMYK 0 0.80 0.96 0.2
HSL 9.8º 0.92% 0.42% -
HSV(B) 9.8º 0.96% 0.8% -
XYZ 25.7 14.37 1.65 -
YUV 85.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 204 40 8 0 0.80 0.96 0.2 9.8 0.92 0.42
Hex CC 28 8 0 50 60 14 A 5C 2A
Octal 314 50 10 0 120 140 24 12 134 52
Binary 11001100 101000 1000 0 1010000 1100000 10100 1010 1011100 101010

Color Harmonies of #CC2808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2808

Black with #CC2808

Text Example


Text Example

White with #CC2808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2808; }

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

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

background-color css

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

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

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

border-color css

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

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

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