Html Css Color HEX #CB2115 Harley Davidson Orange
📋 copy color: '#CB2115'red 203 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #CB2115
Tints of Harley Davidson Orange #CB2115
RGB
CMYK
RGB Variations
Color information
#CB2115 (or 0xCB2115) is known color: Harley Davidson Orange. HEX triplet: CB, 21 and 15. RGB value is (203,33,21). Sum of RGB (Red+Green+Blue) = 203+33+21=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2115 is #34DEEA. Grayscale: #525252. Windows color (decimal): -3464939 or 1384907. OLE color: 1384907.
HSL color Cylindrical-coordinate representation of color #CB2115: hue angle of 3.96º 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 #CB2115 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 33 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.20 |
| HSL | 3.96º | 0.81% | 0.44% | - |
| HSV(B) | 3.96º | 0.9% | 0.8% | - |
| XYZ | 25.31 | 13.84 | 2.05 | - |
| YUV | 82.46 | 93.32 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 33 | 21 | 0 | 0.84 | 0.90 | 0.20 | 3.96 | 0.81 | 0.44 |
| Hex | CB | 21 | 15 | 0 | 54 | 5A | 14 | 4 | 51 | 2C |
| Octal | 313 | 41 | 25 | 0 | 124 | 132 | 24 | 4 | 121 | 54 |
| Binary | 11001011 | 100001 | 10101 | 0 | 1010100 | 1011010 | 10100 | 100 | 1010001 | 101100 |
Color Harmonies of #CB2115
Complementary color
Monochromatic Colors of #CB2115
Black with #CB2115
Text Example
Text Example
White with #CB2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2115; }
p { color: rgb(203,33,21); }
H1.HeaderClassName
{
color: #CB2115;
}
.AnyTagClassName
{
color: #CB2115;
}
</style>
background-color css
<style>
a { background-color: #CB2115; }
a { background-color: rgb(203,33,21); }
div.DivClassName
{
background-color: #CB2115;
}
.BgClassName
{
background-color: #CB2115;
}
</style>
border-color css
<style>
span { border-color: #CB2115; }
span { border-color: rgb(203,33,21); }
td.TdClassName
{
border-color: #CB2115;
}
.TagClassName
{
border-color: #CB2115;
}
</style>