Html Css Color HEX #CC1B08 Harley Davidson Orange

📋 copy color: '#CC1B08'

red 204 ◦ green 27 ◦ blue 8

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

Shades of Harley Davidson Orange #CC1B08

Tints of Harley Davidson Orange #CC1B08

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.3%

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

R = 85.36%
G = 11.3%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC1B08 (or 0xCC1B08) is known color: Harley Davidson Orange. HEX triplet: CC, 1B and 08. RGB value is (204,27,8). Sum of RGB (Red+Green+Blue) = 204+27+8=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B08 is #33E4F7. Grayscale: #4E4E4E. Windows color (decimal): -3400952 or 531404. OLE color: 531404.

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

Color convert

RGB 204 27 8 -
CMYK 0 0.87 0.96 0.2
HSL 5.82º 0.92% 0.42% -
HSV(B) 5.82º 0.96% 0.8% -
XYZ 25.34 13.64 1.53 -
YUV 77.76 88.64 218.04 -
System Red Green Blue C M Y K H S L
Decimal 204 27 8 0 0.87 0.96 0.2 5.82 0.92 0.42
Hex CC 1B 8 0 57 60 14 6 5C 2A
Octal 314 33 10 0 127 140 24 6 134 52
Binary 11001100 11011 1000 0 1010111 1100000 10100 110 1011100 101010

Color Harmonies of #CC1B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1B08

Black with #CC1B08

Text Example


Text Example

White with #CC1B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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