Html Css Color HEX #CC2309 Harley Davidson Orange
📋 copy color: '#CC2309'red 204 ◦ green 35 ◦ blue 9
Shades of Harley Davidson Orange #CC2309
Tints of Harley Davidson Orange #CC2309
RGB
CMYK
RGB Variations
Color information
#CC2309 (or 0xCC2309) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 09. RGB value is (204,35,9). Sum of RGB (Red+Green+Blue) = 204+35+9=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2309 is #33DCF6. Grayscale: #525252. Windows color (decimal): -3398903 or 598988. OLE color: 598988.
HSL color Cylindrical-coordinate representation of color #CC2309: hue angle of 8º 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 #CC2309 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.2 |
| HSL | 8º | 0.92% | 0.42% | - |
| HSV(B) | 8º | 0.96% | 0.8% | - |
| XYZ | 25.55 | 14.06 | 1.63 | - |
| YUV | 82.57 | 86.49 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 9 | 0 | 0.83 | 0.96 | 0.2 | 8 | 0.92 | 0.42 |
| Hex | CC | 23 | 9 | 0 | 53 | 60 | 14 | 8 | 5C | 2A |
| Octal | 314 | 43 | 11 | 0 | 123 | 140 | 24 | 10 | 134 | 52 |
| Binary | 11001100 | 100011 | 1001 | 0 | 1010011 | 1100000 | 10100 | 1000 | 1011100 | 101010 |
Color Harmonies of #CC2309
Complementary color
Monochromatic Colors of #CC2309
Black with #CC2309
Text Example
Text Example
White with #CC2309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2309; }
p { color: rgb(204,35,9); }
H1.HeaderClassName
{
color: #CC2309;
}
.AnyTagClassName
{
color: #CC2309;
}
</style>
background-color css
<style>
a { background-color: #CC2309; }
a { background-color: rgb(204,35,9); }
div.DivClassName
{
background-color: #CC2309;
}
.BgClassName
{
background-color: #CC2309;
}
</style>
border-color css
<style>
span { border-color: #CC2309; }
span { border-color: rgb(204,35,9); }
td.TdClassName
{
border-color: #CC2309;
}
.TagClassName
{
border-color: #CC2309;
}
</style>