Html Css Color HEX #CC2D18 Harley Davidson Orange
📋 copy color: '#CC2D18'red 204 ◦ green 45 ◦ blue 24
Shades of Harley Davidson Orange #CC2D18
Tints of Harley Davidson Orange #CC2D18
RGB
CMYK
RGB Variations
Color information
#CC2D18 (or 0xCC2D18) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 18. RGB value is (204,45,24). Sum of RGB (Red+Green+Blue) = 204+45+24=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2D18 is #33D2E7. Grayscale: #5A5A5A. Windows color (decimal): -3396328 or 1584588. OLE color: 1584588.
HSL color Cylindrical-coordinate representation of color #CC2D18: hue angle of 7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC2D18 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 24 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.2 |
| HSL | 7º | 0.79% | 0.45% | - |
| HSV(B) | 7º | 0.88% | 0.8% | - |
| XYZ | 26.01 | 14.78 | 2.35 | - |
| YUV | 90.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 24 | 0 | 0.78 | 0.88 | 0.2 | 7 | 0.79 | 0.45 |
| Hex | CC | 2D | 18 | 0 | 4E | 58 | 14 | 7 | 4F | 2D |
| Octal | 314 | 55 | 30 | 0 | 116 | 130 | 24 | 7 | 117 | 55 |
| Binary | 11001100 | 101101 | 11000 | 0 | 1001110 | 1011000 | 10100 | 111 | 1001111 | 101101 |
Color Harmonies of #CC2D18
Complementary color
Monochromatic Colors of #CC2D18
Black with #CC2D18
Text Example
Text Example
White with #CC2D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D18; }
p { color: rgb(204,45,24); }
H1.HeaderClassName
{
color: #CC2D18;
}
.AnyTagClassName
{
color: #CC2D18;
}
</style>
background-color css
<style>
a { background-color: #CC2D18; }
a { background-color: rgb(204,45,24); }
div.DivClassName
{
background-color: #CC2D18;
}
.BgClassName
{
background-color: #CC2D18;
}
</style>
border-color css
<style>
span { border-color: #CC2D18; }
span { border-color: rgb(204,45,24); }
td.TdClassName
{
border-color: #CC2D18;
}
.TagClassName
{
border-color: #CC2D18;
}
</style>