Html Css Color HEX #CB2A14 Harley Davidson Orange
📋 copy color: '#CB2A14'red 203 ◦ green 42 ◦ blue 20
Shades of Harley Davidson Orange #CB2A14
Tints of Harley Davidson Orange #CB2A14
RGB
CMYK
RGB Variations
Color information
#CB2A14 (or 0xCB2A14) is known color: Harley Davidson Orange. HEX triplet: CB, 2A and 14. RGB value is (203,42,20). Sum of RGB (Red+Green+Blue) = 203+42+20=265 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.60% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2A14 is #34D5EB. Grayscale: #575757. Windows color (decimal): -3462636 or 1321675. OLE color: 1321675.
HSL color Cylindrical-coordinate representation of color #CB2A14: hue angle of 7.21º 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 #CB2A14 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 42 | 20 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.20 |
| HSL | 7.21º | 0.82% | 0.44% | - |
| HSV(B) | 7.21º | 0.9% | 0.8% | - |
| XYZ | 25.58 | 14.4 | 2.09 | - |
| YUV | 87.63 | 89.84 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 42 | 20 | 0 | 0.79 | 0.90 | 0.20 | 7.21 | 0.82 | 0.44 |
| Hex | CB | 2A | 14 | 0 | 4F | 5A | 14 | 7 | 52 | 2C |
| Octal | 313 | 52 | 24 | 0 | 117 | 132 | 24 | 7 | 122 | 54 |
| Binary | 11001011 | 101010 | 10100 | 0 | 1001111 | 1011010 | 10100 | 111 | 1010010 | 101100 |
Color Harmonies of #CB2A14
Complementary color
Monochromatic Colors of #CB2A14
Black with #CB2A14
Text Example
Text Example
White with #CB2A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2A14; }
p { color: rgb(203,42,20); }
H1.HeaderClassName
{
color: #CB2A14;
}
.AnyTagClassName
{
color: #CB2A14;
}
</style>
background-color css
<style>
a { background-color: #CB2A14; }
a { background-color: rgb(203,42,20); }
div.DivClassName
{
background-color: #CB2A14;
}
.BgClassName
{
background-color: #CB2A14;
}
</style>
border-color css
<style>
span { border-color: #CB2A14; }
span { border-color: rgb(203,42,20); }
td.TdClassName
{
border-color: #CB2A14;
}
.TagClassName
{
border-color: #CB2A14;
}
</style>