Html Css Color HEX #CB3F0E Harley Davidson Orange
📋 copy color: '#CB3F0E'red 203 ◦ green 63 ◦ blue 14
Shades of Harley Davidson Orange #CB3F0E
Tints of Harley Davidson Orange #CB3F0E
RGB
CMYK
RGB Variations
Color information
#CB3F0E (or 0xCB3F0E) is known color: Harley Davidson Orange. HEX triplet: CB, 3F and 0E. RGB value is (203,63,14). Sum of RGB (Red+Green+Blue) = 203+63+14=280 (37% of max value = 765). Red value is 203 (79.69% from 255 or 72.5% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3F0E is #34C0F1. Grayscale: #636363. Windows color (decimal): -3457266 or 933835. OLE color: 933835.
HSL color Cylindrical-coordinate representation of color #CB3F0E: hue angle of 15.56º 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 #CB3F0E is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 63 | 14 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.20 |
| HSL | 15.56º | 0.87% | 0.43% | - |
| HSV(B) | 15.56º | 0.93% | 0.8% | - |
| XYZ | 26.49 | 16.28 | 2.16 | - |
| YUV | 99.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 14 | 0 | 0.69 | 0.93 | 0.20 | 15.56 | 0.87 | 0.43 |
| Hex | CB | 3F | E | 0 | 45 | 5D | 14 | 10 | 57 | 2B |
| Octal | 313 | 77 | 16 | 0 | 105 | 135 | 24 | 20 | 127 | 53 |
| Binary | 11001011 | 111111 | 1110 | 0 | 1000101 | 1011101 | 10100 | 10000 | 1010111 | 101011 |
Color Harmonies of #CB3F0E
Complementary color
Monochromatic Colors of #CB3F0E
Black with #CB3F0E
Text Example
Text Example
White with #CB3F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3F0E; }
p { color: rgb(203,63,14); }
H1.HeaderClassName
{
color: #CB3F0E;
}
.AnyTagClassName
{
color: #CB3F0E;
}
</style>
background-color css
<style>
a { background-color: #CB3F0E; }
a { background-color: rgb(203,63,14); }
div.DivClassName
{
background-color: #CB3F0E;
}
.BgClassName
{
background-color: #CB3F0E;
}
</style>
border-color css
<style>
span { border-color: #CB3F0E; }
span { border-color: rgb(203,63,14); }
td.TdClassName
{
border-color: #CB3F0E;
}
.TagClassName
{
border-color: #CB3F0E;
}
</style>