Html Css Color HEX #CB210B Harley Davidson Orange
📋 copy color: '#CB210B'red 203 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #CB210B
Tints of Harley Davidson Orange #CB210B
RGB
CMYK
RGB Variations
Color information
#CB210B (or 0xCB210B) is known color: Harley Davidson Orange. HEX triplet: CB, 21 and 0B. RGB value is (203,33,11). Sum of RGB (Red+Green+Blue) = 203+33+11=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB210B is #34DEF4. Grayscale: #515151. Windows color (decimal): -3464949 or 729547. OLE color: 729547.
HSL color Cylindrical-coordinate representation of color #CB210B: hue angle of 6.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB210B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.20 |
| HSL | 6.88º | 0.9% | 0.42% | - |
| HSV(B) | 6.88º | 0.95% | 0.8% | - |
| XYZ | 25.23 | 13.81 | 1.65 | - |
| YUV | 81.32 | 88.32 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 11 | 0 | 0.84 | 0.95 | 0.20 | 6.88 | 0.9 | 0.42 |
| Hex | CB | 21 | B | 0 | 54 | 5F | 14 | 7 | 5A | 2A |
| Octal | 313 | 41 | 13 | 0 | 124 | 137 | 24 | 7 | 132 | 52 |
| Binary | 11001011 | 100001 | 1011 | 0 | 1010100 | 1011111 | 10100 | 111 | 1011010 | 101010 |
Color Harmonies of #CB210B
Complementary color
Monochromatic Colors of #CB210B
Black with #CB210B
Text Example
Text Example
White with #CB210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB210B; }
p { color: rgb(203,33,11); }
H1.HeaderClassName
{
color: #CB210B;
}
.AnyTagClassName
{
color: #CB210B;
}
</style>
background-color css
<style>
a { background-color: #CB210B; }
a { background-color: rgb(203,33,11); }
div.DivClassName
{
background-color: #CB210B;
}
.BgClassName
{
background-color: #CB210B;
}
</style>
border-color css
<style>
span { border-color: #CB210B; }
span { border-color: rgb(203,33,11); }
td.TdClassName
{
border-color: #CB210B;
}
.TagClassName
{
border-color: #CB210B;
}
</style>