Html Css Color HEX #CB2E14 Harley Davidson Orange
📋 copy color: '#CB2E14'red 203 ◦ green 46 ◦ blue 20
Shades of Harley Davidson Orange #CB2E14
Tints of Harley Davidson Orange #CB2E14
RGB
CMYK
RGB Variations
Color information
#CB2E14 (or 0xCB2E14) is known color: Harley Davidson Orange. HEX triplet: CB, 2E and 14. RGB value is (203,46,20). Sum of RGB (Red+Green+Blue) = 203+46+20=269 (35% of max value = 765). Red value is 203 (79.69% from 255 or 75.46% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2E14 is #34D1EB. Grayscale: #5A5A5A. Windows color (decimal): -3461612 or 1322699. OLE color: 1322699.
HSL color Cylindrical-coordinate representation of color #CB2E14: hue angle of 8.52º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB2E14 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 46 | 20 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.20 |
| HSL | 8.52º | 0.82% | 0.44% | - |
| HSV(B) | 8.52º | 0.9% | 0.8% | - |
| XYZ | 25.73 | 14.7 | 2.14 | - |
| YUV | 89.98 | 88.51 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 46 | 20 | 0 | 0.77 | 0.90 | 0.20 | 8.52 | 0.82 | 0.44 |
| Hex | CB | 2E | 14 | 0 | 4D | 5A | 14 | 9 | 52 | 2C |
| Octal | 313 | 56 | 24 | 0 | 115 | 132 | 24 | 11 | 122 | 54 |
| Binary | 11001011 | 101110 | 10100 | 0 | 1001101 | 1011010 | 10100 | 1001 | 1010010 | 101100 |
Color Harmonies of #CB2E14
Complementary color
Monochromatic Colors of #CB2E14
Black with #CB2E14
Text Example
Text Example
White with #CB2E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2E14; }
p { color: rgb(203,46,20); }
H1.HeaderClassName
{
color: #CB2E14;
}
.AnyTagClassName
{
color: #CB2E14;
}
</style>
background-color css
<style>
a { background-color: #CB2E14; }
a { background-color: rgb(203,46,20); }
div.DivClassName
{
background-color: #CB2E14;
}
.BgClassName
{
background-color: #CB2E14;
}
</style>
border-color css
<style>
span { border-color: #CB2E14; }
span { border-color: rgb(203,46,20); }
td.TdClassName
{
border-color: #CB2E14;
}
.TagClassName
{
border-color: #CB2E14;
}
</style>