Html Css Color HEX #CB2711 Harley Davidson Orange
📋 copy color: '#CB2711'red 203 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #CB2711
Tints of Harley Davidson Orange #CB2711
RGB
CMYK
RGB Variations
Color information
#CB2711 (or 0xCB2711) is known color: Harley Davidson Orange. HEX triplet: CB, 27 and 11. RGB value is (203,39,17). Sum of RGB (Red+Green+Blue) = 203+39+17=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2711 is #34D8EE. Grayscale: #555555. Windows color (decimal): -3463407 or 1124299. OLE color: 1124299.
HSL color Cylindrical-coordinate representation of color #CB2711: hue angle of 7.1º 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 #CB2711 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.20 |
| HSL | 7.1º | 0.85% | 0.43% | - |
| HSV(B) | 7.1º | 0.92% | 0.8% | - |
| XYZ | 25.46 | 14.19 | 1.93 | - |
| YUV | 85.53 | 89.33 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 17 | 0 | 0.81 | 0.92 | 0.20 | 7.1 | 0.85 | 0.43 |
| Hex | CB | 27 | 11 | 0 | 51 | 5C | 14 | 7 | 55 | 2B |
| Octal | 313 | 47 | 21 | 0 | 121 | 134 | 24 | 7 | 125 | 53 |
| Binary | 11001011 | 100111 | 10001 | 0 | 1010001 | 1011100 | 10100 | 111 | 1010101 | 101011 |
Color Harmonies of #CB2711
Complementary color
Monochromatic Colors of #CB2711
Black with #CB2711
Text Example
Text Example
White with #CB2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2711; }
p { color: rgb(203,39,17); }
H1.HeaderClassName
{
color: #CB2711;
}
.AnyTagClassName
{
color: #CB2711;
}
</style>
background-color css
<style>
a { background-color: #CB2711; }
a { background-color: rgb(203,39,17); }
div.DivClassName
{
background-color: #CB2711;
}
.BgClassName
{
background-color: #CB2711;
}
</style>
border-color css
<style>
span { border-color: #CB2711; }
span { border-color: rgb(203,39,17); }
td.TdClassName
{
border-color: #CB2711;
}
.TagClassName
{
border-color: #CB2711;
}
</style>