Html Css Color HEX #CB2F15 Harley Davidson Orange
📋 copy color: '#CB2F15'red 203 ◦ green 47 ◦ blue 21
Shades of Harley Davidson Orange #CB2F15
Tints of Harley Davidson Orange #CB2F15
RGB
CMYK
RGB Variations
Color information
#CB2F15 (or 0xCB2F15) is known color: Harley Davidson Orange. HEX triplet: CB, 2F and 15. RGB value is (203,47,21). Sum of RGB (Red+Green+Blue) = 203+47+21=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2F15 is #34D0EA. Grayscale: #5A5A5A. Windows color (decimal): -3461355 or 1388491. OLE color: 1388491.
HSL color Cylindrical-coordinate representation of color #CB2F15: hue angle of 8.57º 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 #CB2F15 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 47 | 21 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.20 |
| HSL | 8.57º | 0.81% | 0.44% | - |
| HSV(B) | 8.57º | 0.9% | 0.8% | - |
| XYZ | 25.78 | 14.78 | 2.2 | - |
| YUV | 90.68 | 88.68 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 21 | 0 | 0.77 | 0.90 | 0.20 | 8.57 | 0.81 | 0.44 |
| Hex | CB | 2F | 15 | 0 | 4D | 5A | 14 | 9 | 51 | 2C |
| Octal | 313 | 57 | 25 | 0 | 115 | 132 | 24 | 11 | 121 | 54 |
| Binary | 11001011 | 101111 | 10101 | 0 | 1001101 | 1011010 | 10100 | 1001 | 1010001 | 101100 |
Color Harmonies of #CB2F15
Complementary color
Monochromatic Colors of #CB2F15
Black with #CB2F15
Text Example
Text Example
White with #CB2F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2F15; }
p { color: rgb(203,47,21); }
H1.HeaderClassName
{
color: #CB2F15;
}
.AnyTagClassName
{
color: #CB2F15;
}
</style>
background-color css
<style>
a { background-color: #CB2F15; }
a { background-color: rgb(203,47,21); }
div.DivClassName
{
background-color: #CB2F15;
}
.BgClassName
{
background-color: #CB2F15;
}
</style>
border-color css
<style>
span { border-color: #CB2F15; }
span { border-color: rgb(203,47,21); }
td.TdClassName
{
border-color: #CB2F15;
}
.TagClassName
{
border-color: #CB2F15;
}
</style>