Html Css Color HEX #CB200E Harley Davidson Orange
📋 copy color: '#CB200E'red 203 ◦ green 32 ◦ blue 14
Shades of Harley Davidson Orange #CB200E
Tints of Harley Davidson Orange #CB200E
RGB
CMYK
RGB Variations
Color information
#CB200E (or 0xCB200E) is known color: Harley Davidson Orange. HEX triplet: CB, 20 and 0E. RGB value is (203,32,14). Sum of RGB (Red+Green+Blue) = 203+32+14=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB200E is #34DFF1. Grayscale: #515151. Windows color (decimal): -3465202 or 925899. OLE color: 925899.
HSL color Cylindrical-coordinate representation of color #CB200E: hue angle of 5.71º 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 #CB200E is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 14 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.20 |
| HSL | 5.71º | 0.87% | 0.43% | - |
| HSV(B) | 5.71º | 0.93% | 0.8% | - |
| XYZ | 25.22 | 13.76 | 1.74 | - |
| YUV | 81.08 | 90.15 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 14 | 0 | 0.84 | 0.93 | 0.20 | 5.71 | 0.87 | 0.43 |
| Hex | CB | 20 | E | 0 | 54 | 5D | 14 | 6 | 57 | 2B |
| Octal | 313 | 40 | 16 | 0 | 124 | 135 | 24 | 6 | 127 | 53 |
| Binary | 11001011 | 100000 | 1110 | 0 | 1010100 | 1011101 | 10100 | 110 | 1010111 | 101011 |
Color Harmonies of #CB200E
Complementary color
Monochromatic Colors of #CB200E
Black with #CB200E
Text Example
Text Example
White with #CB200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB200E; }
p { color: rgb(203,32,14); }
H1.HeaderClassName
{
color: #CB200E;
}
.AnyTagClassName
{
color: #CB200E;
}
</style>
background-color css
<style>
a { background-color: #CB200E; }
a { background-color: rgb(203,32,14); }
div.DivClassName
{
background-color: #CB200E;
}
.BgClassName
{
background-color: #CB200E;
}
</style>
border-color css
<style>
span { border-color: #CB200E; }
span { border-color: rgb(203,32,14); }
td.TdClassName
{
border-color: #CB200E;
}
.TagClassName
{
border-color: #CB200E;
}
</style>