Html Css Color HEX #CC240B Harley Davidson Orange
📋 copy color: '#CC240B'red 204 ◦ green 36 ◦ blue 11
Shades of Harley Davidson Orange #CC240B
Tints of Harley Davidson Orange #CC240B
RGB
CMYK
RGB Variations
Color information
#CC240B (or 0xCC240B) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 0B. RGB value is (204,36,11). Sum of RGB (Red+Green+Blue) = 204+36+11=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC240B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC240B is #33DBF4. Grayscale: #535353. Windows color (decimal): -3398645 or 730316. OLE color: 730316.
HSL color Cylindrical-coordinate representation of color #CC240B: hue angle of 7.77º degrees, saturation: 0.9, 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 #CC240B is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 11 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.2 |
| HSL | 7.77º | 0.9% | 0.42% | - |
| HSV(B) | 7.77º | 0.95% | 0.8% | - |
| XYZ | 25.59 | 14.12 | 1.69 | - |
| YUV | 83.38 | 87.16 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 11 | 0 | 0.82 | 0.95 | 0.2 | 7.77 | 0.9 | 0.42 |
| Hex | CC | 24 | B | 0 | 52 | 5F | 14 | 8 | 5A | 2A |
| Octal | 314 | 44 | 13 | 0 | 122 | 137 | 24 | 10 | 132 | 52 |
| Binary | 11001100 | 100100 | 1011 | 0 | 1010010 | 1011111 | 10100 | 1000 | 1011010 | 101010 |
Color Harmonies of #CC240B
Complementary color
Monochromatic Colors of #CC240B
Black with #CC240B
Text Example
Text Example
White with #CC240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC240B; }
p { color: rgb(204,36,11); }
H1.HeaderClassName
{
color: #CC240B;
}
.AnyTagClassName
{
color: #CC240B;
}
</style>
background-color css
<style>
a { background-color: #CC240B; }
a { background-color: rgb(204,36,11); }
div.DivClassName
{
background-color: #CC240B;
}
.BgClassName
{
background-color: #CC240B;
}
</style>
border-color css
<style>
span { border-color: #CC240B; }
span { border-color: rgb(204,36,11); }
td.TdClassName
{
border-color: #CC240B;
}
.TagClassName
{
border-color: #CC240B;
}
</style>