Html Css Color HEX #CB1C11 Harley Davidson Orange
📋 copy color: '#CB1C11'red 203 ◦ green 28 ◦ blue 17
Shades of Harley Davidson Orange #CB1C11
Tints of Harley Davidson Orange #CB1C11
RGB
CMYK
RGB Variations
Color information
#CB1C11 (or 0xCB1C11) is known color: Harley Davidson Orange. HEX triplet: CB, 1C and 11. RGB value is (203,28,17). Sum of RGB (Red+Green+Blue) = 203+28+17=248 (32% of max value = 765). Red value is 203 (79.69% from 255 or 81.85% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1C11 is #34E3EE. Grayscale: #4F4F4F. Windows color (decimal): -3466223 or 1121483. OLE color: 1121483.
HSL color Cylindrical-coordinate representation of color #CB1C11: hue angle of 3.55º 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 #CB1C11 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 28 | 17 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.20 |
| HSL | 3.55º | 0.85% | 0.43% | - |
| HSV(B) | 3.55º | 0.92% | 0.8% | - |
| XYZ | 25.15 | 13.57 | 1.82 | - |
| YUV | 79.07 | 92.98 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 28 | 17 | 0 | 0.86 | 0.92 | 0.20 | 3.55 | 0.85 | 0.43 |
| Hex | CB | 1C | 11 | 0 | 56 | 5C | 14 | 4 | 55 | 2B |
| Octal | 313 | 34 | 21 | 0 | 126 | 134 | 24 | 4 | 125 | 53 |
| Binary | 11001011 | 11100 | 10001 | 0 | 1010110 | 1011100 | 10100 | 100 | 1010101 | 101011 |
Color Harmonies of #CB1C11
Complementary color
Monochromatic Colors of #CB1C11
Black with #CB1C11
Text Example
Text Example
White with #CB1C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1C11; }
p { color: rgb(203,28,17); }
H1.HeaderClassName
{
color: #CB1C11;
}
.AnyTagClassName
{
color: #CB1C11;
}
</style>
background-color css
<style>
a { background-color: #CB1C11; }
a { background-color: rgb(203,28,17); }
div.DivClassName
{
background-color: #CB1C11;
}
.BgClassName
{
background-color: #CB1C11;
}
</style>
border-color css
<style>
span { border-color: #CB1C11; }
span { border-color: rgb(203,28,17); }
td.TdClassName
{
border-color: #CB1C11;
}
.TagClassName
{
border-color: #CB1C11;
}
</style>