Html Css Color HEX #CC2B08 Harley Davidson Orange

📋 copy color: '#CC2B08'

red 204 ◦ green 43 ◦ blue 8

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

Shades of Harley Davidson Orange #CC2B08

Tints of Harley Davidson Orange #CC2B08

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.86%

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

R = 80%
G = 16.86%
B = 3.14%

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

#CC2B08 (or 0xCC2B08) is known color: Harley Davidson Orange. HEX triplet: CC, 2B and 08. RGB value is (204,43,8). Sum of RGB (Red+Green+Blue) = 204+43+8=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2B08 is #33D4F7. Grayscale: #575757. Windows color (decimal): -3396856 or 535500. OLE color: 535500.

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

Color convert

RGB 204 43 8 -
CMYK 0 0.79 0.96 0.2
HSL 10.71º 0.92% 0.42% -
HSV(B) 10.71º 0.96% 0.8% -
XYZ 25.81 14.58 1.68 -
YUV 87.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 204 43 8 0 0.79 0.96 0.2 10.71 0.92 0.42
Hex CC 2B 8 0 4F 60 14 B 5C 2A
Octal 314 53 10 0 117 140 24 13 134 52
Binary 11001100 101011 1000 0 1001111 1100000 10100 1011 1011100 101010

Color Harmonies of #CC2B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2B08

Black with #CC2B08

Text Example


Text Example

White with #CC2B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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