Html Css Color HEX #CC2D0B Harley Davidson Orange
📋 copy color: '#CC2D0B'red 204 ◦ green 45 ◦ blue 11
Shades of Harley Davidson Orange #CC2D0B
Tints of Harley Davidson Orange #CC2D0B
RGB
CMYK
RGB Variations
Color information
#CC2D0B (or 0xCC2D0B) is known color: Harley Davidson Orange. HEX triplet: CC, 2D and 0B. RGB value is (204,45,11). Sum of RGB (Red+Green+Blue) = 204+45+11=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2D0B is #33D2F4. Grayscale: #585858. Windows color (decimal): -3396341 or 732620. OLE color: 732620.
HSL color Cylindrical-coordinate representation of color #CC2D0B: hue angle of 10.57º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC2D0B is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 45 | 11 | - |
| CMYK | 0 | 0.78 | 0.95 | 0.2 |
| HSL | 10.57º | 0.9% | 0.42% | - |
| HSV(B) | 10.57º | 0.95% | 0.8% | - |
| XYZ | 25.9 | 14.74 | 1.8 | - |
| YUV | 88.67 | 84.18 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 45 | 11 | 0 | 0.78 | 0.95 | 0.2 | 10.57 | 0.9 | 0.42 |
| Hex | CC | 2D | B | 0 | 4E | 5F | 14 | B | 5A | 2A |
| Octal | 314 | 55 | 13 | 0 | 116 | 137 | 24 | 13 | 132 | 52 |
| Binary | 11001100 | 101101 | 1011 | 0 | 1001110 | 1011111 | 10100 | 1011 | 1011010 | 101010 |
Color Harmonies of #CC2D0B
Complementary color
Monochromatic Colors of #CC2D0B
Black with #CC2D0B
Text Example
Text Example
White with #CC2D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2D0B; }
p { color: rgb(204,45,11); }
H1.HeaderClassName
{
color: #CC2D0B;
}
.AnyTagClassName
{
color: #CC2D0B;
}
</style>
background-color css
<style>
a { background-color: #CC2D0B; }
a { background-color: rgb(204,45,11); }
div.DivClassName
{
background-color: #CC2D0B;
}
.BgClassName
{
background-color: #CC2D0B;
}
</style>
border-color css
<style>
span { border-color: #CC2D0B; }
span { border-color: rgb(204,45,11); }
td.TdClassName
{
border-color: #CC2D0B;
}
.TagClassName
{
border-color: #CC2D0B;
}
</style>