Html Css Color HEX #CC200C Harley Davidson Orange
📋 copy color: '#CC200C'red 204 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #CC200C
Tints of Harley Davidson Orange #CC200C
RGB
CMYK
RGB Variations
Color information
#CC200C (or 0xCC200C) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 0C. RGB value is (204,32,12). Sum of RGB (Red+Green+Blue) = 204+32+12=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC200C is #33DFF3. Grayscale: #515151. Windows color (decimal): -3399668 or 794828. OLE color: 794828.
HSL color Cylindrical-coordinate representation of color #CC200C: hue angle of 6.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC200C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.2 |
| HSL | 6.25º | 0.89% | 0.42% | - |
| HSV(B) | 6.25º | 0.94% | 0.8% | - |
| XYZ | 25.48 | 13.9 | 1.69 | - |
| YUV | 81.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 12 | 0 | 0.84 | 0.94 | 0.2 | 6.25 | 0.89 | 0.42 |
| Hex | CC | 20 | C | 0 | 54 | 5E | 14 | 6 | 59 | 2A |
| Octal | 314 | 40 | 14 | 0 | 124 | 136 | 24 | 6 | 131 | 52 |
| Binary | 11001100 | 100000 | 1100 | 0 | 1010100 | 1011110 | 10100 | 110 | 1011001 | 101010 |
Color Harmonies of #CC200C
Complementary color
Monochromatic Colors of #CC200C
Black with #CC200C
Text Example
Text Example
White with #CC200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC200C; }
p { color: rgb(204,32,12); }
H1.HeaderClassName
{
color: #CC200C;
}
.AnyTagClassName
{
color: #CC200C;
}
</style>
background-color css
<style>
a { background-color: #CC200C; }
a { background-color: rgb(204,32,12); }
div.DivClassName
{
background-color: #CC200C;
}
.BgClassName
{
background-color: #CC200C;
}
</style>
border-color css
<style>
span { border-color: #CC200C; }
span { border-color: rgb(204,32,12); }
td.TdClassName
{
border-color: #CC200C;
}
.TagClassName
{
border-color: #CC200C;
}
</style>