Html Css Color HEX #CC2E09 Harley Davidson Orange
📋 copy color: '#CC2E09'red 204 ◦ green 46 ◦ blue 9
Shades of Harley Davidson Orange #CC2E09
Tints of Harley Davidson Orange #CC2E09
RGB
CMYK
RGB Variations
Color information
#CC2E09 (or 0xCC2E09) is known color: Harley Davidson Orange. HEX triplet: CC, 2E and 09. RGB value is (204,46,9). Sum of RGB (Red+Green+Blue) = 204+46+9=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2E09 is #33D1F6. Grayscale: #595959. Windows color (decimal): -3396087 or 601804. OLE color: 601804.
HSL color Cylindrical-coordinate representation of color #CC2E09: hue angle of 11.38º 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 #CC2E09 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 9 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.2 |
| HSL | 11.38º | 0.92% | 0.42% | - |
| HSV(B) | 11.38º | 0.96% | 0.8% | - |
| XYZ | 25.93 | 14.81 | 1.75 | - |
| YUV | 89.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 9 | 0 | 0.77 | 0.96 | 0.2 | 11.38 | 0.92 | 0.42 |
| Hex | CC | 2E | 9 | 0 | 4D | 60 | 14 | B | 5C | 2A |
| Octal | 314 | 56 | 11 | 0 | 115 | 140 | 24 | 13 | 134 | 52 |
| Binary | 11001100 | 101110 | 1001 | 0 | 1001101 | 1100000 | 10100 | 1011 | 1011100 | 101010 |
Color Harmonies of #CC2E09
Complementary color
Monochromatic Colors of #CC2E09
Black with #CC2E09
Text Example
Text Example
White with #CC2E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E09; }
p { color: rgb(204,46,9); }
H1.HeaderClassName
{
color: #CC2E09;
}
.AnyTagClassName
{
color: #CC2E09;
}
</style>
background-color css
<style>
a { background-color: #CC2E09; }
a { background-color: rgb(204,46,9); }
div.DivClassName
{
background-color: #CC2E09;
}
.BgClassName
{
background-color: #CC2E09;
}
</style>
border-color css
<style>
span { border-color: #CC2E09; }
span { border-color: rgb(204,46,9); }
td.TdClassName
{
border-color: #CC2E09;
}
.TagClassName
{
border-color: #CC2E09;
}
</style>