Html Css Color HEX #CB2F0E Harley Davidson Orange
📋 copy color: '#CB2F0E'red 203 ◦ green 47 ◦ blue 14
Shades of Harley Davidson Orange #CB2F0E
Tints of Harley Davidson Orange #CB2F0E
RGB
CMYK
RGB Variations
Color information
#CB2F0E (or 0xCB2F0E) is known color: Harley Davidson Orange. HEX triplet: CB, 2F and 0E. RGB value is (203,47,14). Sum of RGB (Red+Green+Blue) = 203+47+14=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2F0E is #34D0F1. Grayscale: #5A5A5A. Windows color (decimal): -3461362 or 929739. OLE color: 929739.
HSL color Cylindrical-coordinate representation of color #CB2F0E: hue angle of 10.48º 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 #CB2F0E is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 14 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.20 |
| HSL | 10.48º | 0.87% | 0.43% | - |
| HSV(B) | 10.48º | 0.93% | 0.8% | - |
| XYZ | 25.72 | 14.76 | 1.91 | - |
| YUV | 89.88 | 85.18 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 14 | 0 | 0.77 | 0.93 | 0.20 | 10.48 | 0.87 | 0.43 |
| Hex | CB | 2F | E | 0 | 4D | 5D | 14 | A | 57 | 2B |
| Octal | 313 | 57 | 16 | 0 | 115 | 135 | 24 | 12 | 127 | 53 |
| Binary | 11001011 | 101111 | 1110 | 0 | 1001101 | 1011101 | 10100 | 1010 | 1010111 | 101011 |
Color Harmonies of #CB2F0E
Complementary color
Monochromatic Colors of #CB2F0E
Black with #CB2F0E
Text Example
Text Example
White with #CB2F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F0E; }
p { color: rgb(203,47,14); }
H1.HeaderClassName
{
color: #CB2F0E;
}
.AnyTagClassName
{
color: #CB2F0E;
}
</style>
background-color css
<style>
a { background-color: #CB2F0E; }
a { background-color: rgb(203,47,14); }
div.DivClassName
{
background-color: #CB2F0E;
}
.BgClassName
{
background-color: #CB2F0E;
}
</style>
border-color css
<style>
span { border-color: #CB2F0E; }
span { border-color: rgb(203,47,14); }
td.TdClassName
{
border-color: #CB2F0E;
}
.TagClassName
{
border-color: #CB2F0E;
}
</style>