Html Css Color HEX #CB391E Harley Davidson Orange
📋 copy color: '#CB391E'red 203 ◦ green 57 ◦ blue 30
Shades of Harley Davidson Orange #CB391E
Tints of Harley Davidson Orange #CB391E
RGB
CMYK
RGB Variations
Color information
#CB391E (or 0xCB391E) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 1E. RGB value is (203,57,30). Sum of RGB (Red+Green+Blue) = 203+57+30=290 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 203 - color contains mainly: red. Hex color #CB391E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB391E is #34C6E1. Grayscale: #616161. Windows color (decimal): -3458786 or 1980875. OLE color: 1980875.
HSL color Cylindrical-coordinate representation of color #CB391E: hue angle of 9.36º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CB391E is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 30 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.20 |
| HSL | 9.36º | 0.74% | 0.46% | - |
| HSV(B) | 9.36º | 0.85% | 0.8% | - |
| XYZ | 26.33 | 15.72 | 2.87 | - |
| YUV | 97.58 | 89.87 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 30 | 0 | 0.72 | 0.85 | 0.20 | 9.36 | 0.74 | 0.46 |
| Hex | CB | 39 | 1E | 0 | 48 | 55 | 14 | 9 | 4A | 2E |
| Octal | 313 | 71 | 36 | 0 | 110 | 125 | 24 | 11 | 112 | 56 |
| Binary | 11001011 | 111001 | 11110 | 0 | 1001000 | 1010101 | 10100 | 1001 | 1001010 | 101110 |
Color Harmonies of #CB391E
Complementary color
Monochromatic Colors of #CB391E
Black with #CB391E
Text Example
Text Example
White with #CB391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB391E; }
p { color: rgb(203,57,30); }
H1.HeaderClassName
{
color: #CB391E;
}
.AnyTagClassName
{
color: #CB391E;
}
</style>
background-color css
<style>
a { background-color: #CB391E; }
a { background-color: rgb(203,57,30); }
div.DivClassName
{
background-color: #CB391E;
}
.BgClassName
{
background-color: #CB391E;
}
</style>
border-color css
<style>
span { border-color: #CB391E; }
span { border-color: rgb(203,57,30); }
td.TdClassName
{
border-color: #CB391E;
}
.TagClassName
{
border-color: #CB391E;
}
</style>