Html Css Color HEX #CB2D1D Harley Davidson Orange
📋 copy color: '#CB2D1D'red 203 ◦ green 45 ◦ blue 29
Shades of Harley Davidson Orange #CB2D1D
Tints of Harley Davidson Orange #CB2D1D
RGB
CMYK
RGB Variations
Color information
#CB2D1D (or 0xCB2D1D) is known color: Harley Davidson Orange. HEX triplet: CB, 2D and 1D. RGB value is (203,45,29). Sum of RGB (Red+Green+Blue) = 203+45+29=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2D1D is #34D2E2. Grayscale: #5A5A5A. Windows color (decimal): -3461859 or 1912267. OLE color: 1912267.
HSL color Cylindrical-coordinate representation of color #CB2D1D: hue angle of 5.52º degrees, saturation: 0.75, 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 #CB2D1D is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 29 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.20 |
| HSL | 5.52º | 0.75% | 0.45% | - |
| HSV(B) | 5.52º | 0.86% | 0.8% | - |
| XYZ | 25.79 | 14.66 | 2.63 | - |
| YUV | 90.42 | 93.35 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 29 | 0 | 0.78 | 0.86 | 0.20 | 5.52 | 0.75 | 0.45 |
| Hex | CB | 2D | 1D | 0 | 4E | 56 | 14 | 6 | 4B | 2D |
| Octal | 313 | 55 | 35 | 0 | 116 | 126 | 24 | 6 | 113 | 55 |
| Binary | 11001011 | 101101 | 11101 | 0 | 1001110 | 1010110 | 10100 | 110 | 1001011 | 101101 |
Color Harmonies of #CB2D1D
Complementary color
Monochromatic Colors of #CB2D1D
Black with #CB2D1D
Text Example
Text Example
White with #CB2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D1D; }
p { color: rgb(203,45,29); }
H1.HeaderClassName
{
color: #CB2D1D;
}
.AnyTagClassName
{
color: #CB2D1D;
}
</style>
background-color css
<style>
a { background-color: #CB2D1D; }
a { background-color: rgb(203,45,29); }
div.DivClassName
{
background-color: #CB2D1D;
}
.BgClassName
{
background-color: #CB2D1D;
}
</style>
border-color css
<style>
span { border-color: #CB2D1D; }
span { border-color: rgb(203,45,29); }
td.TdClassName
{
border-color: #CB2D1D;
}
.TagClassName
{
border-color: #CB2D1D;
}
</style>