Html Css Color HEX #CB220D Harley Davidson Orange
📋 copy color: '#CB220D'red 203 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #CB220D
Tints of Harley Davidson Orange #CB220D
RGB
CMYK
RGB Variations
Color information
#CB220D (or 0xCB220D) is known color: Harley Davidson Orange. HEX triplet: CB, 22 and 0D. RGB value is (203,34,13). Sum of RGB (Red+Green+Blue) = 203+34+13=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB220D is #34DDF2. Grayscale: #525252. Windows color (decimal): -3464691 or 860875. OLE color: 860875.
HSL color Cylindrical-coordinate representation of color #CB220D: hue angle of 6.63º 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 #CB220D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.20 |
| HSL | 6.63º | 0.88% | 0.42% | - |
| HSV(B) | 6.63º | 0.94% | 0.8% | - |
| XYZ | 25.27 | 13.87 | 1.73 | - |
| YUV | 82.14 | 88.99 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 13 | 0 | 0.83 | 0.94 | 0.20 | 6.63 | 0.88 | 0.42 |
| Hex | CB | 22 | D | 0 | 53 | 5E | 14 | 7 | 58 | 2A |
| Octal | 313 | 42 | 15 | 0 | 123 | 136 | 24 | 7 | 130 | 52 |
| Binary | 11001011 | 100010 | 1101 | 0 | 1010011 | 1011110 | 10100 | 111 | 1011000 | 101010 |
Color Harmonies of #CB220D
Complementary color
Monochromatic Colors of #CB220D
Black with #CB220D
Text Example
Text Example
White with #CB220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB220D; }
p { color: rgb(203,34,13); }
H1.HeaderClassName
{
color: #CB220D;
}
.AnyTagClassName
{
color: #CB220D;
}
</style>
background-color css
<style>
a { background-color: #CB220D; }
a { background-color: rgb(203,34,13); }
div.DivClassName
{
background-color: #CB220D;
}
.BgClassName
{
background-color: #CB220D;
}
</style>
border-color css
<style>
span { border-color: #CB220D; }
span { border-color: rgb(203,34,13); }
td.TdClassName
{
border-color: #CB220D;
}
.TagClassName
{
border-color: #CB220D;
}
</style>