Html Css Color HEX #CB220C Harley Davidson Orange
📋 copy color: '#CB220C'red 203 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #CB220C
Tints of Harley Davidson Orange #CB220C
RGB
CMYK
RGB Variations
Color information
#CB220C (or 0xCB220C) is known color: Harley Davidson Orange. HEX triplet: CB, 22 and 0C. RGB value is (203,34,12). Sum of RGB (Red+Green+Blue) = 203+34+12=249 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.53% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 203 - color contains mainly: red. Hex color #CB220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB220C is #34DDF3. Grayscale: #525252. Windows color (decimal): -3464692 or 795339. OLE color: 795339.
HSL color Cylindrical-coordinate representation of color #CB220C: hue angle of 6.91º 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 #CB220C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 34 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.20 |
| HSL | 6.91º | 0.89% | 0.42% | - |
| HSV(B) | 6.91º | 0.94% | 0.8% | - |
| XYZ | 25.27 | 13.87 | 1.69 | - |
| YUV | 82.02 | 88.49 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 34 | 12 | 0 | 0.83 | 0.94 | 0.20 | 6.91 | 0.89 | 0.42 |
| Hex | CB | 22 | C | 0 | 53 | 5E | 14 | 7 | 59 | 2A |
| Octal | 313 | 42 | 14 | 0 | 123 | 136 | 24 | 7 | 131 | 52 |
| Binary | 11001011 | 100010 | 1100 | 0 | 1010011 | 1011110 | 10100 | 111 | 1011001 | 101010 |
Color Harmonies of #CB220C
Complementary color
Monochromatic Colors of #CB220C
Black with #CB220C
Text Example
Text Example
White with #CB220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB220C; }
p { color: rgb(203,34,12); }
H1.HeaderClassName
{
color: #CB220C;
}
.AnyTagClassName
{
color: #CB220C;
}
</style>
background-color css
<style>
a { background-color: #CB220C; }
a { background-color: rgb(203,34,12); }
div.DivClassName
{
background-color: #CB220C;
}
.BgClassName
{
background-color: #CB220C;
}
</style>
border-color css
<style>
span { border-color: #CB220C; }
span { border-color: rgb(203,34,12); }
td.TdClassName
{
border-color: #CB220C;
}
.TagClassName
{
border-color: #CB220C;
}
</style>