Html Css Color HEX #CB220E Harley Davidson Orange
📋 copy color: '#CB220E'red 203 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #CB220E
Tints of Harley Davidson Orange #CB220E
RGB
CMYK
RGB Variations
Color information
#CB220E (or 0xCB220E) is known color: Harley Davidson Orange. HEX triplet: CB, 22 and 0E. RGB value is (203,34,14). Sum of RGB (Red+Green+Blue) = 203+34+14=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB220E is #34DDF1. Grayscale: #525252. Windows color (decimal): -3464690 or 926411. OLE color: 926411.
HSL color Cylindrical-coordinate representation of color #CB220E: hue angle of 6.35º 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 #CB220E is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 14 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.20 |
| HSL | 6.35º | 0.87% | 0.43% | - |
| HSV(B) | 6.35º | 0.93% | 0.8% | - |
| XYZ | 25.28 | 13.87 | 1.76 | - |
| YUV | 82.25 | 89.49 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 14 | 0 | 0.83 | 0.93 | 0.20 | 6.35 | 0.87 | 0.43 |
| Hex | CB | 22 | E | 0 | 53 | 5D | 14 | 6 | 57 | 2B |
| Octal | 313 | 42 | 16 | 0 | 123 | 135 | 24 | 6 | 127 | 53 |
| Binary | 11001011 | 100010 | 1110 | 0 | 1010011 | 1011101 | 10100 | 110 | 1010111 | 101011 |
Color Harmonies of #CB220E
Complementary color
Monochromatic Colors of #CB220E
Black with #CB220E
Text Example
Text Example
White with #CB220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB220E; }
p { color: rgb(203,34,14); }
H1.HeaderClassName
{
color: #CB220E;
}
.AnyTagClassName
{
color: #CB220E;
}
</style>
background-color css
<style>
a { background-color: #CB220E; }
a { background-color: rgb(203,34,14); }
div.DivClassName
{
background-color: #CB220E;
}
.BgClassName
{
background-color: #CB220E;
}
</style>
border-color css
<style>
span { border-color: #CB220E; }
span { border-color: rgb(203,34,14); }
td.TdClassName
{
border-color: #CB220E;
}
.TagClassName
{
border-color: #CB220E;
}
</style>