Html Css Color HEX #CB3511 Harley Davidson Orange
📋 copy color: '#CB3511'red 203 ◦ green 53 ◦ blue 17
Shades of Harley Davidson Orange #CB3511
Tints of Harley Davidson Orange #CB3511
RGB
CMYK
RGB Variations
Color information
#CB3511 (or 0xCB3511) is known color: Harley Davidson Orange. HEX triplet: CB, 35 and 11. RGB value is (203,53,17). Sum of RGB (Red+Green+Blue) = 203+53+17=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3511 is #34CAEE. Grayscale: #5E5E5E. Windows color (decimal): -3459823 or 1127883. OLE color: 1127883.
HSL color Cylindrical-coordinate representation of color #CB3511: hue angle of 11.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB3511 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 17 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.20 |
| HSL | 11.61º | 0.85% | 0.43% | - |
| HSV(B) | 11.61º | 0.92% | 0.8% | - |
| XYZ | 26 | 15.28 | 2.11 | - |
| YUV | 93.75 | 84.7 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 17 | 0 | 0.74 | 0.92 | 0.20 | 11.61 | 0.85 | 0.43 |
| Hex | CB | 35 | 11 | 0 | 4A | 5C | 14 | C | 55 | 2B |
| Octal | 313 | 65 | 21 | 0 | 112 | 134 | 24 | 14 | 125 | 53 |
| Binary | 11001011 | 110101 | 10001 | 0 | 1001010 | 1011100 | 10100 | 1100 | 1010101 | 101011 |
Color Harmonies of #CB3511
Complementary color
Monochromatic Colors of #CB3511
Black with #CB3511
Text Example
Text Example
White with #CB3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3511; }
p { color: rgb(203,53,17); }
H1.HeaderClassName
{
color: #CB3511;
}
.AnyTagClassName
{
color: #CB3511;
}
</style>
background-color css
<style>
a { background-color: #CB3511; }
a { background-color: rgb(203,53,17); }
div.DivClassName
{
background-color: #CB3511;
}
.BgClassName
{
background-color: #CB3511;
}
</style>
border-color css
<style>
span { border-color: #CB3511; }
span { border-color: rgb(203,53,17); }
td.TdClassName
{
border-color: #CB3511;
}
.TagClassName
{
border-color: #CB3511;
}
</style>