Html Css Color HEX #CB3C0E Harley Davidson Orange
📋 copy color: '#CB3C0E'red 203 ◦ green 60 ◦ blue 14
Shades of Harley Davidson Orange #CB3C0E
Tints of Harley Davidson Orange #CB3C0E
RGB
CMYK
RGB Variations
Color information
#CB3C0E (or 0xCB3C0E) is known color: Harley Davidson Orange. HEX triplet: CB, 3C and 0E. RGB value is (203,60,14). Sum of RGB (Red+Green+Blue) = 203+60+14=277 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.29% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3C0E is #34C3F1. Grayscale: #616161. Windows color (decimal): -3458034 or 933067. OLE color: 933067.
HSL color Cylindrical-coordinate representation of color #CB3C0E: hue angle of 14.6º 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 #CB3C0E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 60 | 14 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.20 |
| HSL | 14.6º | 0.87% | 0.43% | - |
| HSV(B) | 14.6º | 0.93% | 0.8% | - |
| XYZ | 26.32 | 15.96 | 2.11 | - |
| YUV | 97.51 | 80.88 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 14 | 0 | 0.70 | 0.93 | 0.20 | 14.6 | 0.87 | 0.43 |
| Hex | CB | 3C | E | 0 | 46 | 5D | 14 | F | 57 | 2B |
| Octal | 313 | 74 | 16 | 0 | 106 | 135 | 24 | 17 | 127 | 53 |
| Binary | 11001011 | 111100 | 1110 | 0 | 1000110 | 1011101 | 10100 | 1111 | 1010111 | 101011 |
Color Harmonies of #CB3C0E
Complementary color
Monochromatic Colors of #CB3C0E
Black with #CB3C0E
Text Example
Text Example
White with #CB3C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3C0E; }
p { color: rgb(203,60,14); }
H1.HeaderClassName
{
color: #CB3C0E;
}
.AnyTagClassName
{
color: #CB3C0E;
}
</style>
background-color css
<style>
a { background-color: #CB3C0E; }
a { background-color: rgb(203,60,14); }
div.DivClassName
{
background-color: #CB3C0E;
}
.BgClassName
{
background-color: #CB3C0E;
}
</style>
border-color css
<style>
span { border-color: #CB3C0E; }
span { border-color: rgb(203,60,14); }
td.TdClassName
{
border-color: #CB3C0E;
}
.TagClassName
{
border-color: #CB3C0E;
}
</style>