Html Css Color HEX #CB390E Harley Davidson Orange
📋 copy color: '#CB390E'red 203 ◦ green 57 ◦ blue 14
Shades of Harley Davidson Orange #CB390E
Tints of Harley Davidson Orange #CB390E
RGB
CMYK
RGB Variations
Color information
#CB390E (or 0xCB390E) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 0E. RGB value is (203,57,14). Sum of RGB (Red+Green+Blue) = 203+57+14=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB390E is #34C6F1. Grayscale: #606060. Windows color (decimal): -3458802 or 932299. OLE color: 932299.
HSL color Cylindrical-coordinate representation of color #CB390E: hue angle of 13.65º 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 #CB390E is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 14 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.20 |
| HSL | 13.65º | 0.87% | 0.43% | - |
| HSV(B) | 13.65º | 0.93% | 0.8% | - |
| XYZ | 26.17 | 15.65 | 2.06 | - |
| YUV | 95.75 | 81.87 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 14 | 0 | 0.72 | 0.93 | 0.20 | 13.65 | 0.87 | 0.43 |
| Hex | CB | 39 | E | 0 | 48 | 5D | 14 | E | 57 | 2B |
| Octal | 313 | 71 | 16 | 0 | 110 | 135 | 24 | 16 | 127 | 53 |
| Binary | 11001011 | 111001 | 1110 | 0 | 1001000 | 1011101 | 10100 | 1110 | 1010111 | 101011 |
Color Harmonies of #CB390E
Complementary color
Monochromatic Colors of #CB390E
Black with #CB390E
Text Example
Text Example
White with #CB390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB390E; }
p { color: rgb(203,57,14); }
H1.HeaderClassName
{
color: #CB390E;
}
.AnyTagClassName
{
color: #CB390E;
}
</style>
background-color css
<style>
a { background-color: #CB390E; }
a { background-color: rgb(203,57,14); }
div.DivClassName
{
background-color: #CB390E;
}
.BgClassName
{
background-color: #CB390E;
}
</style>
border-color css
<style>
span { border-color: #CB390E; }
span { border-color: rgb(203,57,14); }
td.TdClassName
{
border-color: #CB390E;
}
.TagClassName
{
border-color: #CB390E;
}
</style>