Html Css Color HEX #CB3311 Harley Davidson Orange
📋 copy color: '#CB3311'red 203 ◦ green 51 ◦ blue 17
Shades of Harley Davidson Orange #CB3311
Tints of Harley Davidson Orange #CB3311
RGB
CMYK
RGB Variations
Color information
#CB3311 (or 0xCB3311) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 11. RGB value is (203,51,17). Sum of RGB (Red+Green+Blue) = 203+51+17=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3311 is #34CCEE. Grayscale: #5C5C5C. Windows color (decimal): -3460335 or 1127371. OLE color: 1127371.
HSL color Cylindrical-coordinate representation of color #CB3311: hue angle of 10.97º 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 #CB3311 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.20 |
| HSL | 10.97º | 0.85% | 0.43% | - |
| HSV(B) | 10.97º | 0.92% | 0.8% | - |
| XYZ | 25.91 | 15.1 | 2.08 | - |
| YUV | 92.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 17 | 0 | 0.75 | 0.92 | 0.20 | 10.97 | 0.85 | 0.43 |
| Hex | CB | 33 | 11 | 0 | 4B | 5C | 14 | B | 55 | 2B |
| Octal | 313 | 63 | 21 | 0 | 113 | 134 | 24 | 13 | 125 | 53 |
| Binary | 11001011 | 110011 | 10001 | 0 | 1001011 | 1011100 | 10100 | 1011 | 1010101 | 101011 |
Color Harmonies of #CB3311
Complementary color
Monochromatic Colors of #CB3311
Black with #CB3311
Text Example
Text Example
White with #CB3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3311; }
p { color: rgb(203,51,17); }
H1.HeaderClassName
{
color: #CB3311;
}
.AnyTagClassName
{
color: #CB3311;
}
</style>
background-color css
<style>
a { background-color: #CB3311; }
a { background-color: rgb(203,51,17); }
div.DivClassName
{
background-color: #CB3311;
}
.BgClassName
{
background-color: #CB3311;
}
</style>
border-color css
<style>
span { border-color: #CB3311; }
span { border-color: rgb(203,51,17); }
td.TdClassName
{
border-color: #CB3311;
}
.TagClassName
{
border-color: #CB3311;
}
</style>