Html Css Color HEX #CC2E08 Harley Davidson Orange
📋 copy color: '#CC2E08'red 204 ◦ green 46 ◦ blue 8
Shades of Harley Davidson Orange #CC2E08
Tints of Harley Davidson Orange #CC2E08
RGB
CMYK
RGB Variations
Color information
#CC2E08 (or 0xCC2E08) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 08. RGB value is (204,46,8). Sum of RGB (Red+Green+Blue) = 204+46+8=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E08 is #33D1F7. Grayscale: #595959. Windows color (decimal): -3396088 or 536268. OLE color: 536268.
HSL color Cylindrical-coordinate representation of color #CC2E08: hue angle of 11.63º 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 #CC2E08 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 8 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.2 |
| HSL | 11.63º | 0.92% | 0.42% | - |
| HSV(B) | 11.63º | 0.96% | 0.8% | - |
| XYZ | 25.92 | 14.81 | 1.72 | - |
| YUV | 88.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 8 | 0 | 0.77 | 0.96 | 0.2 | 11.63 | 0.92 | 0.42 |
| Hex | CC | 2E | 8 | 0 | 4D | 60 | 14 | C | 5C | 2A |
| Octal | 314 | 56 | 10 | 0 | 115 | 140 | 24 | 14 | 134 | 52 |
| Binary | 11001100 | 101110 | 1000 | 0 | 1001101 | 1100000 | 10100 | 1100 | 1011100 | 101010 |
Color Harmonies of #CC2E08
Complementary color
Monochromatic Colors of #CC2E08
Black with #CC2E08
Text Example
Text Example
White with #CC2E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E08; }
p { color: rgb(204,46,8); }
H1.HeaderClassName
{
color: #CC2E08;
}
.AnyTagClassName
{
color: #CC2E08;
}
</style>
background-color css
<style>
a { background-color: #CC2E08; }
a { background-color: rgb(204,46,8); }
div.DivClassName
{
background-color: #CC2E08;
}
.BgClassName
{
background-color: #CC2E08;
}
</style>
border-color css
<style>
span { border-color: #CC2E08; }
span { border-color: rgb(204,46,8); }
td.TdClassName
{
border-color: #CC2E08;
}
.TagClassName
{
border-color: #CC2E08;
}
</style>