Html Css Color HEX #CC200D Harley Davidson Orange
📋 copy color: '#CC200D'red 204 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #CC200D
Tints of Harley Davidson Orange #CC200D
RGB
CMYK
RGB Variations
Color information
#CC200D (or 0xCC200D) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 0D. RGB value is (204,32,13). Sum of RGB (Red+Green+Blue) = 204+32+13=249 (32% of max value = 765). Red value is 204 (80.08% from 255 or 81.93% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 204 - color contains mainly: red. Hex color #CC200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC200D is #33DFF2. Grayscale: #515151. Windows color (decimal): -3399667 or 860364. OLE color: 860364.
HSL color Cylindrical-coordinate representation of color #CC200D: hue angle of 5.97º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC200D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.2 |
| HSL | 5.97º | 0.88% | 0.43% | - |
| HSV(B) | 5.97º | 0.94% | 0.8% | - |
| XYZ | 25.49 | 13.9 | 1.72 | - |
| YUV | 81.26 | 89.48 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 13 | 0 | 0.84 | 0.94 | 0.2 | 5.97 | 0.88 | 0.43 |
| Hex | CC | 20 | D | 0 | 54 | 5E | 14 | 6 | 58 | 2B |
| Octal | 314 | 40 | 15 | 0 | 124 | 136 | 24 | 6 | 130 | 53 |
| Binary | 11001100 | 100000 | 1101 | 0 | 1010100 | 1011110 | 10100 | 110 | 1011000 | 101011 |
Color Harmonies of #CC200D
Complementary color
Monochromatic Colors of #CC200D
Black with #CC200D
Text Example
Text Example
White with #CC200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC200D; }
p { color: rgb(204,32,13); }
H1.HeaderClassName
{
color: #CC200D;
}
.AnyTagClassName
{
color: #CC200D;
}
</style>
background-color css
<style>
a { background-color: #CC200D; }
a { background-color: rgb(204,32,13); }
div.DivClassName
{
background-color: #CC200D;
}
.BgClassName
{
background-color: #CC200D;
}
</style>
border-color css
<style>
span { border-color: #CC200D; }
span { border-color: rgb(204,32,13); }
td.TdClassName
{
border-color: #CC200D;
}
.TagClassName
{
border-color: #CC200D;
}
</style>