Html Css Color HEX #CC2409 Harley Davidson Orange
📋 copy color: '#CC2409'red 204 ◦ green 36 ◦ blue 9
Shades of Harley Davidson Orange #CC2409
Tints of Harley Davidson Orange #CC2409
RGB
CMYK
RGB Variations
Color information
#CC2409 (or 0xCC2409) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 09. RGB value is (204,36,9). Sum of RGB (Red+Green+Blue) = 204+36+9=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2409 is #33DBF6. Grayscale: #535353. Windows color (decimal): -3398647 or 599244. OLE color: 599244.
HSL color Cylindrical-coordinate representation of color #CC2409: hue angle of 8.31º 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 #CC2409 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 9 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.2 |
| HSL | 8.31º | 0.92% | 0.42% | - |
| HSV(B) | 8.31º | 0.96% | 0.8% | - |
| XYZ | 25.58 | 14.12 | 1.64 | - |
| YUV | 83.15 | 86.16 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 9 | 0 | 0.82 | 0.96 | 0.2 | 8.31 | 0.92 | 0.42 |
| Hex | CC | 24 | 9 | 0 | 52 | 60 | 14 | 8 | 5C | 2A |
| Octal | 314 | 44 | 11 | 0 | 122 | 140 | 24 | 10 | 134 | 52 |
| Binary | 11001100 | 100100 | 1001 | 0 | 1010010 | 1100000 | 10100 | 1000 | 1011100 | 101010 |
Color Harmonies of #CC2409
Complementary color
Monochromatic Colors of #CC2409
Black with #CC2409
Text Example
Text Example
White with #CC2409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2409; }
p { color: rgb(204,36,9); }
H1.HeaderClassName
{
color: #CC2409;
}
.AnyTagClassName
{
color: #CC2409;
}
</style>
background-color css
<style>
a { background-color: #CC2409; }
a { background-color: rgb(204,36,9); }
div.DivClassName
{
background-color: #CC2409;
}
.BgClassName
{
background-color: #CC2409;
}
</style>
border-color css
<style>
span { border-color: #CC2409; }
span { border-color: rgb(204,36,9); }
td.TdClassName
{
border-color: #CC2409;
}
.TagClassName
{
border-color: #CC2409;
}
</style>