Html Css Color HEX #CB200D Harley Davidson Orange
📋 copy color: '#CB200D'red 203 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #CB200D
Tints of Harley Davidson Orange #CB200D
RGB
CMYK
RGB Variations
Color information
#CB200D (or 0xCB200D) is known color: Harley Davidson Orange. HEX triplet: CB, 20 and 0D. RGB value is (203,32,13). Sum of RGB (Red+Green+Blue) = 203+32+13=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB200D is #34DFF2. Grayscale: #515151. Windows color (decimal): -3465203 or 860363. OLE color: 860363.
HSL color Cylindrical-coordinate representation of color #CB200D: hue angle of 6º degrees, saturation: 0.88, 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 #CB200D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 32 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.20 |
| HSL | 6º | 0.88% | 0.42% | - |
| HSV(B) | 6º | 0.94% | 0.8% | - |
| XYZ | 25.22 | 13.76 | 1.71 | - |
| YUV | 80.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 32 | 13 | 0 | 0.84 | 0.94 | 0.20 | 6 | 0.88 | 0.42 |
| Hex | CB | 20 | D | 0 | 54 | 5E | 14 | 6 | 58 | 2A |
| Octal | 313 | 40 | 15 | 0 | 124 | 136 | 24 | 6 | 130 | 52 |
| Binary | 11001011 | 100000 | 1101 | 0 | 1010100 | 1011110 | 10100 | 110 | 1011000 | 101010 |
Color Harmonies of #CB200D
Complementary color
Monochromatic Colors of #CB200D
Black with #CB200D
Text Example
Text Example
White with #CB200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB200D; }
p { color: rgb(203,32,13); }
H1.HeaderClassName
{
color: #CB200D;
}
.AnyTagClassName
{
color: #CB200D;
}
</style>
background-color css
<style>
a { background-color: #CB200D; }
a { background-color: rgb(203,32,13); }
div.DivClassName
{
background-color: #CB200D;
}
.BgClassName
{
background-color: #CB200D;
}
</style>
border-color css
<style>
span { border-color: #CB200D; }
span { border-color: rgb(203,32,13); }
td.TdClassName
{
border-color: #CB200D;
}
.TagClassName
{
border-color: #CB200D;
}
</style>