Html Css Color HEX #CC2401 Harley Davidson Orange
📋 copy color: '#CC2401'red 204 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #CC2401
Tints of Harley Davidson Orange #CC2401
RGB
CMYK
RGB Variations
Color information
#CC2401 (or 0xCC2401) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 01. RGB value is (204,36,1). Sum of RGB (Red+Green+Blue) = 204+36+1=241 (31% of max value = 765). Red value is 204 (80.08% from 255 or 84.65% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2401 is #33DBFE. Grayscale: #525252. Windows color (decimal): -3398655 or 74956. OLE color: 74956.
HSL color Cylindrical-coordinate representation of color #CC2401: hue angle of 10.34º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC2401 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.2 |
| HSL | 10.34º | 0.99% | 0.4% | - |
| HSV(B) | 10.34º | 1% | 0.8% | - |
| XYZ | 25.54 | 14.1 | 1.4 | - |
| YUV | 82.24 | 82.16 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 1 | 0 | 0.82 | 1.00 | 0.2 | 10.34 | 0.99 | 0.4 |
| Hex | CC | 24 | 1 | 0 | 52 | 64 | 14 | A | 63 | 28 |
| Octal | 314 | 44 | 1 | 0 | 122 | 144 | 24 | 12 | 143 | 50 |
| Binary | 11001100 | 100100 | 1 | 0 | 1010010 | 1100100 | 10100 | 1010 | 1100011 | 101000 |
Color Harmonies of #CC2401
Complementary color
Monochromatic Colors of #CC2401
Black with #CC2401
Text Example
Text Example
White with #CC2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2401; }
p { color: rgb(204,36,1); }
H1.HeaderClassName
{
color: #CC2401;
}
.AnyTagClassName
{
color: #CC2401;
}
</style>
background-color css
<style>
a { background-color: #CC2401; }
a { background-color: rgb(204,36,1); }
div.DivClassName
{
background-color: #CC2401;
}
.BgClassName
{
background-color: #CC2401;
}
</style>
border-color css
<style>
span { border-color: #CC2401; }
span { border-color: rgb(204,36,1); }
td.TdClassName
{
border-color: #CC2401;
}
.TagClassName
{
border-color: #CC2401;
}
</style>