Html Css Color HEX #CC2D1C Harley Davidson Orange
📋 copy color: '#CC2D1C'red 204 ◦ green 45 ◦ blue 28
Shades of Harley Davidson Orange #CC2D1C
Tints of Harley Davidson Orange #CC2D1C
RGB
CMYK
RGB Variations
Color information
#CC2D1C (or 0xCC2D1C) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 1C. RGB value is (204,45,28). Sum of RGB (Red+Green+Blue) = 204+45+28=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2D1C is #33D2E3. Grayscale: #5A5A5A. Windows color (decimal): -3396324 or 1846732. OLE color: 1846732.
HSL color Cylindrical-coordinate representation of color #CC2D1C: hue angle of 5.8º 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 #CC2D1C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 28 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.2 |
| HSL | 5.8º | 0.76% | 0.45% | - |
| HSV(B) | 5.8º | 0.86% | 0.8% | - |
| XYZ | 26.05 | 14.8 | 2.58 | - |
| YUV | 90.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 28 | 0 | 0.78 | 0.86 | 0.2 | 5.8 | 0.76 | 0.45 |
| Hex | CC | 2D | 1C | 0 | 4E | 56 | 14 | 6 | 4C | 2D |
| Octal | 314 | 55 | 34 | 0 | 116 | 126 | 24 | 6 | 114 | 55 |
| Binary | 11001100 | 101101 | 11100 | 0 | 1001110 | 1010110 | 10100 | 110 | 1001100 | 101101 |
Color Harmonies of #CC2D1C
Complementary color
Monochromatic Colors of #CC2D1C
Black with #CC2D1C
Text Example
Text Example
White with #CC2D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D1C; }
p { color: rgb(204,45,28); }
H1.HeaderClassName
{
color: #CC2D1C;
}
.AnyTagClassName
{
color: #CC2D1C;
}
</style>
background-color css
<style>
a { background-color: #CC2D1C; }
a { background-color: rgb(204,45,28); }
div.DivClassName
{
background-color: #CC2D1C;
}
.BgClassName
{
background-color: #CC2D1C;
}
</style>
border-color css
<style>
span { border-color: #CC2D1C; }
span { border-color: rgb(204,45,28); }
td.TdClassName
{
border-color: #CC2D1C;
}
.TagClassName
{
border-color: #CC2D1C;
}
</style>