Html Css Color HEX #CC2413 Harley Davidson Orange
📋 copy color: '#CC2413'red 204 ◦ green 36 ◦ blue 19
Shades of Harley Davidson Orange #CC2413
Tints of Harley Davidson Orange #CC2413
RGB
CMYK
RGB Variations
Color information
#CC2413 (or 0xCC2413) is known color: Harley Davidson Orange. HEX triplet: CC, 24 and 13. RGB value is (204,36,19). Sum of RGB (Red+Green+Blue) = 204+36+19=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2413 is #33DBEC. Grayscale: #545454. Windows color (decimal): -3398637 or 1254604. OLE color: 1254604.
HSL color Cylindrical-coordinate representation of color #CC2413: hue angle of 5.51º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC2413 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 36 | 19 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.2 |
| HSL | 5.51º | 0.83% | 0.44% | - |
| HSV(B) | 5.51º | 0.91% | 0.8% | - |
| XYZ | 25.65 | 14.15 | 1.99 | - |
| YUV | 84.29 | 91.16 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 36 | 19 | 0 | 0.82 | 0.91 | 0.2 | 5.51 | 0.83 | 0.44 |
| Hex | CC | 24 | 13 | 0 | 52 | 5B | 14 | 6 | 53 | 2C |
| Octal | 314 | 44 | 23 | 0 | 122 | 133 | 24 | 6 | 123 | 54 |
| Binary | 11001100 | 100100 | 10011 | 0 | 1010010 | 1011011 | 10100 | 110 | 1010011 | 101100 |
Color Harmonies of #CC2413
Complementary color
Monochromatic Colors of #CC2413
Black with #CC2413
Text Example
Text Example
White with #CC2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2413; }
p { color: rgb(204,36,19); }
H1.HeaderClassName
{
color: #CC2413;
}
.AnyTagClassName
{
color: #CC2413;
}
</style>
background-color css
<style>
a { background-color: #CC2413; }
a { background-color: rgb(204,36,19); }
div.DivClassName
{
background-color: #CC2413;
}
.BgClassName
{
background-color: #CC2413;
}
</style>
border-color css
<style>
span { border-color: #CC2413; }
span { border-color: rgb(204,36,19); }
td.TdClassName
{
border-color: #CC2413;
}
.TagClassName
{
border-color: #CC2413;
}
</style>