Html Css Color HEX #CB391D Harley Davidson Orange
📋 copy color: '#CB391D'red 203 ◦ green 57 ◦ blue 29
Shades of Harley Davidson Orange #CB391D
Tints of Harley Davidson Orange #CB391D
RGB
CMYK
RGB Variations
Color information
#CB391D (or 0xCB391D) is known color: Harley Davidson Orange. HEX triplet: CB, 39 and 1D. RGB value is (203,57,29). Sum of RGB (Red+Green+Blue) = 203+57+29=289 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.24% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 203 - color contains mainly: red. Hex color #CB391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB391D is #34C6E2. Grayscale: #616161. Windows color (decimal): -3458787 or 1915339. OLE color: 1915339.
HSL color Cylindrical-coordinate representation of color #CB391D: hue angle of 9.66º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB391D is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 57 | 29 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.20 |
| HSL | 9.66º | 0.75% | 0.45% | - |
| HSV(B) | 9.66º | 0.86% | 0.8% | - |
| XYZ | 26.31 | 15.71 | 2.81 | - |
| YUV | 97.46 | 89.37 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 57 | 29 | 0 | 0.72 | 0.86 | 0.20 | 9.66 | 0.75 | 0.45 |
| Hex | CB | 39 | 1D | 0 | 48 | 56 | 14 | A | 4B | 2D |
| Octal | 313 | 71 | 35 | 0 | 110 | 126 | 24 | 12 | 113 | 55 |
| Binary | 11001011 | 111001 | 11101 | 0 | 1001000 | 1010110 | 10100 | 1010 | 1001011 | 101101 |
Color Harmonies of #CB391D
Complementary color
Monochromatic Colors of #CB391D
Black with #CB391D
Text Example
Text Example
White with #CB391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB391D; }
p { color: rgb(203,57,29); }
H1.HeaderClassName
{
color: #CB391D;
}
.AnyTagClassName
{
color: #CB391D;
}
</style>
background-color css
<style>
a { background-color: #CB391D; }
a { background-color: rgb(203,57,29); }
div.DivClassName
{
background-color: #CB391D;
}
.BgClassName
{
background-color: #CB391D;
}
</style>
border-color css
<style>
span { border-color: #CB391D; }
span { border-color: rgb(203,57,29); }
td.TdClassName
{
border-color: #CB391D;
}
.TagClassName
{
border-color: #CB391D;
}
</style>