Html Css Color HEX #CC2B0D Harley Davidson Orange
📋 copy color: '#CC2B0D'red 204 ◦ green 43 ◦ blue 13
Shades of Harley Davidson Orange #CC2B0D
Tints of Harley Davidson Orange #CC2B0D
RGB
CMYK
RGB Variations
Color information
#CC2B0D (or 0xCC2B0D) is known color: Harley Davidson Orange. HEX triplet: CC, 2B and 0D. RGB value is (204,43,13). Sum of RGB (Red+Green+Blue) = 204+43+13=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2B0D is #33D4F2. Grayscale: #585858. Windows color (decimal): -3396851 or 863180. OLE color: 863180.
HSL color Cylindrical-coordinate representation of color #CC2B0D: hue angle of 9.42º 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 #CC2B0D is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 13 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.2 |
| HSL | 9.42º | 0.88% | 0.43% | - |
| HSV(B) | 9.42º | 0.94% | 0.8% | - |
| XYZ | 25.84 | 14.59 | 1.84 | - |
| YUV | 87.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 13 | 0 | 0.79 | 0.94 | 0.2 | 9.42 | 0.88 | 0.43 |
| Hex | CC | 2B | D | 0 | 4F | 5E | 14 | 9 | 58 | 2B |
| Octal | 314 | 53 | 15 | 0 | 117 | 136 | 24 | 11 | 130 | 53 |
| Binary | 11001100 | 101011 | 1101 | 0 | 1001111 | 1011110 | 10100 | 1001 | 1011000 | 101011 |
Color Harmonies of #CC2B0D
Complementary color
Monochromatic Colors of #CC2B0D
Black with #CC2B0D
Text Example
Text Example
White with #CC2B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2B0D; }
p { color: rgb(204,43,13); }
H1.HeaderClassName
{
color: #CC2B0D;
}
.AnyTagClassName
{
color: #CC2B0D;
}
</style>
background-color css
<style>
a { background-color: #CC2B0D; }
a { background-color: rgb(204,43,13); }
div.DivClassName
{
background-color: #CC2B0D;
}
.BgClassName
{
background-color: #CC2B0D;
}
</style>
border-color css
<style>
span { border-color: #CC2B0D; }
span { border-color: rgb(204,43,13); }
td.TdClassName
{
border-color: #CC2B0D;
}
.TagClassName
{
border-color: #CC2B0D;
}
</style>