Html Css Color HEX #CC240C Harley Davidson Orange
📋 copy color: '#CC240C'red 204 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #CC240C
Tints of Harley Davidson Orange #CC240C
RGB
CMYK
RGB Variations
Color information
#CC240C (or 0xCC240C) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 0C. RGB value is (204,36,12). Sum of RGB (Red+Green+Blue) = 204+36+12=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC240C is #33DBF3. Grayscale: #535353. Windows color (decimal): -3398644 or 795852. OLE color: 795852.
HSL color Cylindrical-coordinate representation of color #CC240C: hue angle of 7.5º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC240C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 12 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.2 |
| HSL | 7.5º | 0.89% | 0.42% | - |
| HSV(B) | 7.5º | 0.94% | 0.8% | - |
| XYZ | 25.6 | 14.13 | 1.73 | - |
| YUV | 83.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 12 | 0 | 0.82 | 0.94 | 0.2 | 7.5 | 0.89 | 0.42 |
| Hex | CC | 24 | C | 0 | 52 | 5E | 14 | 8 | 59 | 2A |
| Octal | 314 | 44 | 14 | 0 | 122 | 136 | 24 | 10 | 131 | 52 |
| Binary | 11001100 | 100100 | 1100 | 0 | 1010010 | 1011110 | 10100 | 1000 | 1011001 | 101010 |
Color Harmonies of #CC240C
Complementary color
Monochromatic Colors of #CC240C
Black with #CC240C
Text Example
Text Example
White with #CC240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC240C; }
p { color: rgb(204,36,12); }
H1.HeaderClassName
{
color: #CC240C;
}
.AnyTagClassName
{
color: #CC240C;
}
</style>
background-color css
<style>
a { background-color: #CC240C; }
a { background-color: rgb(204,36,12); }
div.DivClassName
{
background-color: #CC240C;
}
.BgClassName
{
background-color: #CC240C;
}
</style>
border-color css
<style>
span { border-color: #CC240C; }
span { border-color: rgb(204,36,12); }
td.TdClassName
{
border-color: #CC240C;
}
.TagClassName
{
border-color: #CC240C;
}
</style>