Html Css Color HEX #CB210C Harley Davidson Orange
📋 copy color: '#CB210C'red 203 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #CB210C
Tints of Harley Davidson Orange #CB210C
RGB
CMYK
RGB Variations
Color information
#CB210C (or 0xCB210C) is known color: Harley Davidson Orange. HEX triplet: CB, 21 and 0C. RGB value is (203,33,12). Sum of RGB (Red+Green+Blue) = 203+33+12=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB210C is #34DEF3. Grayscale: #515151. Windows color (decimal): -3464948 or 795083. OLE color: 795083.
HSL color Cylindrical-coordinate representation of color #CB210C: hue angle of 6.6º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB210C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.20 |
| HSL | 6.6º | 0.89% | 0.42% | - |
| HSV(B) | 6.6º | 0.94% | 0.8% | - |
| XYZ | 25.24 | 13.81 | 1.68 | - |
| YUV | 81.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 12 | 0 | 0.84 | 0.94 | 0.20 | 6.6 | 0.89 | 0.42 |
| Hex | CB | 21 | C | 0 | 54 | 5E | 14 | 7 | 59 | 2A |
| Octal | 313 | 41 | 14 | 0 | 124 | 136 | 24 | 7 | 131 | 52 |
| Binary | 11001011 | 100001 | 1100 | 0 | 1010100 | 1011110 | 10100 | 111 | 1011001 | 101010 |
Color Harmonies of #CB210C
Complementary color
Monochromatic Colors of #CB210C
Black with #CB210C
Text Example
Text Example
White with #CB210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB210C; }
p { color: rgb(203,33,12); }
H1.HeaderClassName
{
color: #CB210C;
}
.AnyTagClassName
{
color: #CB210C;
}
</style>
background-color css
<style>
a { background-color: #CB210C; }
a { background-color: rgb(203,33,12); }
div.DivClassName
{
background-color: #CB210C;
}
.BgClassName
{
background-color: #CB210C;
}
</style>
border-color css
<style>
span { border-color: #CB210C; }
span { border-color: rgb(203,33,12); }
td.TdClassName
{
border-color: #CB210C;
}
.TagClassName
{
border-color: #CB210C;
}
</style>