Html Css Color HEX #CB390D Harley Davidson Orange
📋 copy color: '#CB390D'red 203 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #CB390D
Tints of Harley Davidson Orange #CB390D
RGB
CMYK
RGB Variations
Color information
#CB390D (or 0xCB390D) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 0D. RGB value is (203,57,13). Sum of RGB (Red+Green+Blue) = 203+57+13=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB390D is #34C6F2. Grayscale: #5F5F5F. Windows color (decimal): -3458803 or 866763. OLE color: 866763.
HSL color Cylindrical-coordinate representation of color #CB390D: hue angle of 13.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB390D is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 13 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.20 |
| HSL | 13.89º | 0.88% | 0.42% | - |
| HSV(B) | 13.89º | 0.94% | 0.8% | - |
| XYZ | 26.16 | 15.65 | 2.02 | - |
| YUV | 95.64 | 81.37 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 13 | 0 | 0.72 | 0.94 | 0.20 | 13.89 | 0.88 | 0.42 |
| Hex | CB | 39 | D | 0 | 48 | 5E | 14 | E | 58 | 2A |
| Octal | 313 | 71 | 15 | 0 | 110 | 136 | 24 | 16 | 130 | 52 |
| Binary | 11001011 | 111001 | 1101 | 0 | 1001000 | 1011110 | 10100 | 1110 | 1011000 | 101010 |
Color Harmonies of #CB390D
Complementary color
Monochromatic Colors of #CB390D
Black with #CB390D
Text Example
Text Example
White with #CB390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB390D; }
p { color: rgb(203,57,13); }
H1.HeaderClassName
{
color: #CB390D;
}
.AnyTagClassName
{
color: #CB390D;
}
</style>
background-color css
<style>
a { background-color: #CB390D; }
a { background-color: rgb(203,57,13); }
div.DivClassName
{
background-color: #CB390D;
}
.BgClassName
{
background-color: #CB390D;
}
</style>
border-color css
<style>
span { border-color: #CB390D; }
span { border-color: rgb(203,57,13); }
td.TdClassName
{
border-color: #CB390D;
}
.TagClassName
{
border-color: #CB390D;
}
</style>