Html Css Color HEX #CC1813 Harley Davidson Orange
📋 copy color: '#CC1813'red 204 ◦ green 24 ◦ blue 19
Shades of Harley Davidson Orange #CC1813
Tints of Harley Davidson Orange #CC1813
RGB
CMYK
RGB Variations
Color information
#CC1813 (or 0xCC1813) is known color: Harley Davidson Orange. HEX triplet: CC, 18 and 13. RGB value is (204,24,19). Sum of RGB (Red+Green+Blue) = 204+24+19=247 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.59% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1813 is #33E7EC. Grayscale: #4D4D4D. Windows color (decimal): -3401709 or 1251532. OLE color: 1251532.
HSL color Cylindrical-coordinate representation of color #CC1813: hue angle of 1.62º 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 #CC1813 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 19 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.2 |
| HSL | 1.62º | 0.83% | 0.44% | - |
| HSV(B) | 1.62º | 0.91% | 0.8% | - |
| XYZ | 25.35 | 13.54 | 1.89 | - |
| YUV | 77.25 | 95.13 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 19 | 0 | 0.88 | 0.91 | 0.2 | 1.62 | 0.83 | 0.44 |
| Hex | CC | 18 | 13 | 0 | 58 | 5B | 14 | 2 | 53 | 2C |
| Octal | 314 | 30 | 23 | 0 | 130 | 133 | 24 | 2 | 123 | 54 |
| Binary | 11001100 | 11000 | 10011 | 0 | 1011000 | 1011011 | 10100 | 10 | 1010011 | 101100 |
Color Harmonies of #CC1813
Complementary color
Monochromatic Colors of #CC1813
Black with #CC1813
Text Example
Text Example
White with #CC1813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1813; }
p { color: rgb(204,24,19); }
H1.HeaderClassName
{
color: #CC1813;
}
.AnyTagClassName
{
color: #CC1813;
}
</style>
background-color css
<style>
a { background-color: #CC1813; }
a { background-color: rgb(204,24,19); }
div.DivClassName
{
background-color: #CC1813;
}
.BgClassName
{
background-color: #CC1813;
}
</style>
border-color css
<style>
span { border-color: #CC1813; }
span { border-color: rgb(204,24,19); }
td.TdClassName
{
border-color: #CC1813;
}
.TagClassName
{
border-color: #CC1813;
}
</style>