Html Css Color HEX #CC1812 Harley Davidson Orange
📋 copy color: '#CC1812'red 204 ◦ green 24 ◦ blue 18
Shades of Harley Davidson Orange #CC1812
Tints of Harley Davidson Orange #CC1812
RGB
CMYK
RGB Variations
Color information
#CC1812 (or 0xCC1812) is known color: Harley Davidson Orange. HEX triplet: CC, 18 and 12. RGB value is (204,24,18). Sum of RGB (Red+Green+Blue) = 204+24+18=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CC1812 is #33E7ED. Grayscale: #4D4D4D. Windows color (decimal): -3401710 or 1185996. OLE color: 1185996.
HSL color Cylindrical-coordinate representation of color #CC1812: hue angle of 1.94º degrees, saturation: 0.84, 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 #CC1812 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.2 |
| HSL | 1.94º | 0.84% | 0.44% | - |
| HSV(B) | 1.94º | 0.91% | 0.8% | - |
| XYZ | 25.34 | 13.53 | 1.85 | - |
| YUV | 77.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 18 | 0 | 0.88 | 0.91 | 0.2 | 1.94 | 0.84 | 0.44 |
| Hex | CC | 18 | 12 | 0 | 58 | 5B | 14 | 2 | 54 | 2C |
| Octal | 314 | 30 | 22 | 0 | 130 | 133 | 24 | 2 | 124 | 54 |
| Binary | 11001100 | 11000 | 10010 | 0 | 1011000 | 1011011 | 10100 | 10 | 1010100 | 101100 |
Color Harmonies of #CC1812
Complementary color
Monochromatic Colors of #CC1812
Black with #CC1812
Text Example
Text Example
White with #CC1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1812; }
p { color: rgb(204,24,18); }
H1.HeaderClassName
{
color: #CC1812;
}
.AnyTagClassName
{
color: #CC1812;
}
</style>
background-color css
<style>
a { background-color: #CC1812; }
a { background-color: rgb(204,24,18); }
div.DivClassName
{
background-color: #CC1812;
}
.BgClassName
{
background-color: #CC1812;
}
</style>
border-color css
<style>
span { border-color: #CC1812; }
span { border-color: rgb(204,24,18); }
td.TdClassName
{
border-color: #CC1812;
}
.TagClassName
{
border-color: #CC1812;
}
</style>