Html Css Color HEX #CC240D Harley Davidson Orange
📋 copy color: '#CC240D'red 204 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #CC240D
Tints of Harley Davidson Orange #CC240D
RGB
CMYK
RGB Variations
Color information
#CC240D (or 0xCC240D) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 0D. RGB value is (204,36,13). Sum of RGB (Red+Green+Blue) = 204+36+13=253 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.63% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 204 - color contains mainly: red. Hex color #CC240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC240D is #33DBF2. Grayscale: #535353. Windows color (decimal): -3398643 or 861388. OLE color: 861388.
HSL color Cylindrical-coordinate representation of color #CC240D: hue angle of 7.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC240D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.2 |
| HSL | 7.23º | 0.88% | 0.43% | - |
| HSV(B) | 7.23º | 0.94% | 0.8% | - |
| XYZ | 25.61 | 14.13 | 1.76 | - |
| YUV | 83.61 | 88.16 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 13 | 0 | 0.82 | 0.94 | 0.2 | 7.23 | 0.88 | 0.43 |
| Hex | CC | 24 | D | 0 | 52 | 5E | 14 | 7 | 58 | 2B |
| Octal | 314 | 44 | 15 | 0 | 122 | 136 | 24 | 7 | 130 | 53 |
| Binary | 11001100 | 100100 | 1101 | 0 | 1010010 | 1011110 | 10100 | 111 | 1011000 | 101011 |
Color Harmonies of #CC240D
Complementary color
Monochromatic Colors of #CC240D
Black with #CC240D
Text Example
Text Example
White with #CC240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC240D; }
p { color: rgb(204,36,13); }
H1.HeaderClassName
{
color: #CC240D;
}
.AnyTagClassName
{
color: #CC240D;
}
</style>
background-color css
<style>
a { background-color: #CC240D; }
a { background-color: rgb(204,36,13); }
div.DivClassName
{
background-color: #CC240D;
}
.BgClassName
{
background-color: #CC240D;
}
</style>
border-color css
<style>
span { border-color: #CC240D; }
span { border-color: rgb(204,36,13); }
td.TdClassName
{
border-color: #CC240D;
}
.TagClassName
{
border-color: #CC240D;
}
</style>