Html Css Color HEX #CB210E Harley Davidson Orange
📋 copy color: '#CB210E'red 203 ◦ green 33 ◦ blue 14
Shades of Harley Davidson Orange #CB210E
Tints of Harley Davidson Orange #CB210E
RGB
CMYK
RGB Variations
Color information
#CB210E (or 0xCB210E) is known color: Harley Davidson Orange. HEX triplet: CB, 21 and 0E. RGB value is (203,33,14). Sum of RGB (Red+Green+Blue) = 203+33+14=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB210E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB210E is #34DEF1. Grayscale: #515151. Windows color (decimal): -3464946 or 926155. OLE color: 926155.
HSL color Cylindrical-coordinate representation of color #CB210E: hue angle of 6.03º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CB210E is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 14 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.20 |
| HSL | 6.03º | 0.87% | 0.43% | - |
| HSV(B) | 6.03º | 0.93% | 0.8% | - |
| XYZ | 25.25 | 13.82 | 1.75 | - |
| YUV | 81.66 | 89.82 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 14 | 0 | 0.84 | 0.93 | 0.20 | 6.03 | 0.87 | 0.43 |
| Hex | CB | 21 | E | 0 | 54 | 5D | 14 | 6 | 57 | 2B |
| Octal | 313 | 41 | 16 | 0 | 124 | 135 | 24 | 6 | 127 | 53 |
| Binary | 11001011 | 100001 | 1110 | 0 | 1010100 | 1011101 | 10100 | 110 | 1010111 | 101011 |
Color Harmonies of #CB210E
Complementary color
Monochromatic Colors of #CB210E
Black with #CB210E
Text Example
Text Example
White with #CB210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB210E; }
p { color: rgb(203,33,14); }
H1.HeaderClassName
{
color: #CB210E;
}
.AnyTagClassName
{
color: #CB210E;
}
</style>
background-color css
<style>
a { background-color: #CB210E; }
a { background-color: rgb(203,33,14); }
div.DivClassName
{
background-color: #CB210E;
}
.BgClassName
{
background-color: #CB210E;
}
</style>
border-color css
<style>
span { border-color: #CB210E; }
span { border-color: rgb(203,33,14); }
td.TdClassName
{
border-color: #CB210E;
}
.TagClassName
{
border-color: #CB210E;
}
</style>