Html Css Color HEX #CC240A Harley Davidson Orange
📋 copy color: '#CC240A'red 204 ◦ green 36 ◦ blue 10
Shades of Harley Davidson Orange #CC240A
Tints of Harley Davidson Orange #CC240A
RGB
CMYK
RGB Variations
Color information
#CC240A (or 0xCC240A) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 0A. RGB value is (204,36,10). Sum of RGB (Red+Green+Blue) = 204+36+10=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC240A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC240A is #33DBF5. Grayscale: #535353. Windows color (decimal): -3398646 or 664780. OLE color: 664780.
HSL color Cylindrical-coordinate representation of color #CC240A: hue angle of 8.04º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC240A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.2 |
| HSL | 8.04º | 0.91% | 0.42% | - |
| HSV(B) | 8.04º | 0.95% | 0.8% | - |
| XYZ | 25.59 | 14.12 | 1.66 | - |
| YUV | 83.27 | 86.66 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 10 | 0 | 0.82 | 0.95 | 0.2 | 8.04 | 0.91 | 0.42 |
| Hex | CC | 24 | A | 0 | 52 | 5F | 14 | 8 | 5B | 2A |
| Octal | 314 | 44 | 12 | 0 | 122 | 137 | 24 | 10 | 133 | 52 |
| Binary | 11001100 | 100100 | 1010 | 0 | 1010010 | 1011111 | 10100 | 1000 | 1011011 | 101010 |
Color Harmonies of #CC240A
Complementary color
Monochromatic Colors of #CC240A
Black with #CC240A
Text Example
Text Example
White with #CC240A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC240A; }
p { color: rgb(204,36,10); }
H1.HeaderClassName
{
color: #CC240A;
}
.AnyTagClassName
{
color: #CC240A;
}
</style>
background-color css
<style>
a { background-color: #CC240A; }
a { background-color: rgb(204,36,10); }
div.DivClassName
{
background-color: #CC240A;
}
.BgClassName
{
background-color: #CC240A;
}
</style>
border-color css
<style>
span { border-color: #CC240A; }
span { border-color: rgb(204,36,10); }
td.TdClassName
{
border-color: #CC240A;
}
.TagClassName
{
border-color: #CC240A;
}
</style>