Html Css Color HEX #CC201C Harley Davidson Orange
📋 copy color: '#CC201C'red 204 ◦ green 32 ◦ blue 28
Shades of Harley Davidson Orange #CC201C
Tints of Harley Davidson Orange #CC201C
RGB
CMYK
RGB Variations
Color information
#CC201C (or 0xCC201C) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 1C. RGB value is (204,32,28). Sum of RGB (Red+Green+Blue) = 204+32+28=264 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.27% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 204 - color contains mainly: red. Hex color #CC201C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC201C is #33DFE3. Grayscale: #535353. Windows color (decimal): -3399652 or 1843404. OLE color: 1843404.
HSL color Cylindrical-coordinate representation of color #CC201C: hue angle of 1.36º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC201C is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 32 | 28 | - |
| CMYK | 0 | 0.84 | 0.86 | 0.2 |
| HSL | 1.36º | 0.76% | 0.45% | - |
| HSV(B) | 1.36º | 0.86% | 0.8% | - |
| XYZ | 25.63 | 13.95 | 2.44 | - |
| YUV | 82.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 32 | 28 | 0 | 0.84 | 0.86 | 0.2 | 1.36 | 0.76 | 0.45 |
| Hex | CC | 20 | 1C | 0 | 54 | 56 | 14 | 1 | 4C | 2D |
| Octal | 314 | 40 | 34 | 0 | 124 | 126 | 24 | 1 | 114 | 55 |
| Binary | 11001100 | 100000 | 11100 | 0 | 1010100 | 1010110 | 10100 | 1 | 1001100 | 101101 |
Color Harmonies of #CC201C
Complementary color
Monochromatic Colors of #CC201C
Black with #CC201C
Text Example
Text Example
White with #CC201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC201C; }
p { color: rgb(204,32,28); }
H1.HeaderClassName
{
color: #CC201C;
}
.AnyTagClassName
{
color: #CC201C;
}
</style>
background-color css
<style>
a { background-color: #CC201C; }
a { background-color: rgb(204,32,28); }
div.DivClassName
{
background-color: #CC201C;
}
.BgClassName
{
background-color: #CC201C;
}
</style>
border-color css
<style>
span { border-color: #CC201C; }
span { border-color: rgb(204,32,28); }
td.TdClassName
{
border-color: #CC201C;
}
.TagClassName
{
border-color: #CC201C;
}
</style>