Html Css Color HEX #CC1E08 Harley Davidson Orange
📋 copy color: '#CC1E08'red 204 ◦ green 30 ◦ blue 8
Shades of Harley Davidson Orange #CC1E08
Tints of Harley Davidson Orange #CC1E08
RGB
CMYK
RGB Variations
Color information
#CC1E08 (or 0xCC1E08) is known color: Harley Davidson Orange. HEX triplet: CC, 1E and 08. RGB value is (204,30,8). Sum of RGB (Red+Green+Blue) = 204+30+8=242 (32% of max value = 765). Red value is 204 (80.08% from 255 or 84.30% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1E08 is #33E1F7. Grayscale: #4F4F4F. Windows color (decimal): -3400184 or 532172. OLE color: 532172.
HSL color Cylindrical-coordinate representation of color #CC1E08: hue angle of 6.73º 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 #CC1E08 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 30 | 8 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.2 |
| HSL | 6.73º | 0.92% | 0.42% | - |
| HSV(B) | 6.73º | 0.96% | 0.8% | - |
| XYZ | 25.41 | 13.78 | 1.55 | - |
| YUV | 79.52 | 87.65 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 8 | 0 | 0.85 | 0.96 | 0.2 | 6.73 | 0.92 | 0.42 |
| Hex | CC | 1E | 8 | 0 | 55 | 60 | 14 | 7 | 5C | 2A |
| Octal | 314 | 36 | 10 | 0 | 125 | 140 | 24 | 7 | 134 | 52 |
| Binary | 11001100 | 11110 | 1000 | 0 | 1010101 | 1100000 | 10100 | 111 | 1011100 | 101010 |
Color Harmonies of #CC1E08
Complementary color
Monochromatic Colors of #CC1E08
Black with #CC1E08
Text Example
Text Example
White with #CC1E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1E08; }
p { color: rgb(204,30,8); }
H1.HeaderClassName
{
color: #CC1E08;
}
.AnyTagClassName
{
color: #CC1E08;
}
</style>
background-color css
<style>
a { background-color: #CC1E08; }
a { background-color: rgb(204,30,8); }
div.DivClassName
{
background-color: #CC1E08;
}
.BgClassName
{
background-color: #CC1E08;
}
</style>
border-color css
<style>
span { border-color: #CC1E08; }
span { border-color: rgb(204,30,8); }
td.TdClassName
{
border-color: #CC1E08;
}
.TagClassName
{
border-color: #CC1E08;
}
</style>