Html Css Color HEX #CB1B15 Harley Davidson Orange
📋 copy color: '#CB1B15'red 203 ◦ green 27 ◦ blue 21
Shades of Harley Davidson Orange #CB1B15
Tints of Harley Davidson Orange #CB1B15
RGB
CMYK
RGB Variations
Color information
#CB1B15 (or 0xCB1B15) is known color: Harley Davidson Orange. HEX triplet: CB, 1B and 15. RGB value is (203,27,21). Sum of RGB (Red+Green+Blue) = 203+27+21=251 (33% of max value = 765). Red value is 203 (79.69% from 255 or 80.88% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB1B15 is #34E4EA. Grayscale: #4F4F4F. Windows color (decimal): -3466475 or 1383371. OLE color: 1383371.
HSL color Cylindrical-coordinate representation of color #CB1B15: hue angle of 1.98º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1B15 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 27 | 21 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.20 |
| HSL | 1.98º | 0.81% | 0.44% | - |
| HSV(B) | 1.98º | 0.9% | 0.8% | - |
| XYZ | 25.16 | 13.53 | 2 | - |
| YUV | 78.94 | 95.31 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 27 | 21 | 0 | 0.87 | 0.90 | 0.20 | 1.98 | 0.81 | 0.44 |
| Hex | CB | 1B | 15 | 0 | 57 | 5A | 14 | 2 | 51 | 2C |
| Octal | 313 | 33 | 25 | 0 | 127 | 132 | 24 | 2 | 121 | 54 |
| Binary | 11001011 | 11011 | 10101 | 0 | 1010111 | 1011010 | 10100 | 10 | 1010001 | 101100 |
Color Harmonies of #CB1B15
Complementary color
Monochromatic Colors of #CB1B15
Black with #CB1B15
Text Example
Text Example
White with #CB1B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB1B15; }
p { color: rgb(203,27,21); }
H1.HeaderClassName
{
color: #CB1B15;
}
.AnyTagClassName
{
color: #CB1B15;
}
</style>
background-color css
<style>
a { background-color: #CB1B15; }
a { background-color: rgb(203,27,21); }
div.DivClassName
{
background-color: #CB1B15;
}
.BgClassName
{
background-color: #CB1B15;
}
</style>
border-color css
<style>
span { border-color: #CB1B15; }
span { border-color: rgb(203,27,21); }
td.TdClassName
{
border-color: #CB1B15;
}
.TagClassName
{
border-color: #CB1B15;
}
</style>