Html Css Color HEX #CB2615 Harley Davidson Orange
📋 copy color: '#CB2615'red 203 ◦ green 38 ◦ blue 21
Shades of Harley Davidson Orange #CB2615
Tints of Harley Davidson Orange #CB2615
RGB
CMYK
RGB Variations
Color information
#CB2615 (or 0xCB2615) is known color: Harley Davidson Orange. HEX triplet: CB, 26 and 15. RGB value is (203,38,21). Sum of RGB (Red+Green+Blue) = 203+38+21=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2615 is #34D9EA. Grayscale: #555555. Windows color (decimal): -3463659 or 1386187. OLE color: 1386187.
HSL color Cylindrical-coordinate representation of color #CB2615: hue angle of 5.6º 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 #CB2615 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 21 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.20 |
| HSL | 5.6º | 0.81% | 0.44% | - |
| HSV(B) | 5.6º | 0.9% | 0.8% | - |
| XYZ | 25.46 | 14.14 | 2.1 | - |
| YUV | 85.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 21 | 0 | 0.81 | 0.90 | 0.20 | 5.6 | 0.81 | 0.44 |
| Hex | CB | 26 | 15 | 0 | 51 | 5A | 14 | 6 | 51 | 2C |
| Octal | 313 | 46 | 25 | 0 | 121 | 132 | 24 | 6 | 121 | 54 |
| Binary | 11001011 | 100110 | 10101 | 0 | 1010001 | 1011010 | 10100 | 110 | 1010001 | 101100 |
Color Harmonies of #CB2615
Complementary color
Monochromatic Colors of #CB2615
Black with #CB2615
Text Example
Text Example
White with #CB2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2615; }
p { color: rgb(203,38,21); }
H1.HeaderClassName
{
color: #CB2615;
}
.AnyTagClassName
{
color: #CB2615;
}
</style>
background-color css
<style>
a { background-color: #CB2615; }
a { background-color: rgb(203,38,21); }
div.DivClassName
{
background-color: #CB2615;
}
.BgClassName
{
background-color: #CB2615;
}
</style>
border-color css
<style>
span { border-color: #CB2615; }
span { border-color: rgb(203,38,21); }
td.TdClassName
{
border-color: #CB2615;
}
.TagClassName
{
border-color: #CB2615;
}
</style>