Html Css Color HEX #CB2D19 Harley Davidson Orange
📋 copy color: '#CB2D19'red 203 ◦ green 45 ◦ blue 25
Shades of Harley Davidson Orange #CB2D19
Tints of Harley Davidson Orange #CB2D19
RGB
CMYK
RGB Variations
Color information
#CB2D19 (or 0xCB2D19) is known color: Harley Davidson Orange. HEX triplet: CB, 2D and 19. RGB value is (203,45,25). Sum of RGB (Red+Green+Blue) = 203+45+25=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2D19 is #34D2E6. Grayscale: #5A5A5A. Windows color (decimal): -3461863 or 1650123. OLE color: 1650123.
HSL color Cylindrical-coordinate representation of color #CB2D19: hue angle of 6.74º degrees, saturation: 0.78, 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 #CB2D19 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 45 | 25 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.20 |
| HSL | 6.74º | 0.78% | 0.45% | - |
| HSV(B) | 6.74º | 0.88% | 0.8% | - |
| XYZ | 25.74 | 14.64 | 2.39 | - |
| YUV | 89.96 | 91.35 | 208.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 45 | 25 | 0 | 0.78 | 0.88 | 0.20 | 6.74 | 0.78 | 0.45 |
| Hex | CB | 2D | 19 | 0 | 4E | 58 | 14 | 7 | 4E | 2D |
| Octal | 313 | 55 | 31 | 0 | 116 | 130 | 24 | 7 | 116 | 55 |
| Binary | 11001011 | 101101 | 11001 | 0 | 1001110 | 1011000 | 10100 | 111 | 1001110 | 101101 |
Color Harmonies of #CB2D19
Complementary color
Monochromatic Colors of #CB2D19
Black with #CB2D19
Text Example
Text Example
White with #CB2D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2D19; }
p { color: rgb(203,45,25); }
H1.HeaderClassName
{
color: #CB2D19;
}
.AnyTagClassName
{
color: #CB2D19;
}
</style>
background-color css
<style>
a { background-color: #CB2D19; }
a { background-color: rgb(203,45,25); }
div.DivClassName
{
background-color: #CB2D19;
}
.BgClassName
{
background-color: #CB2D19;
}
</style>
border-color css
<style>
span { border-color: #CB2D19; }
span { border-color: rgb(203,45,25); }
td.TdClassName
{
border-color: #CB2D19;
}
.TagClassName
{
border-color: #CB2D19;
}
</style>