Html Css Color HEX #CB2813 Harley Davidson Orange
📋 copy color: '#CB2813'red 203 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #CB2813
Tints of Harley Davidson Orange #CB2813
RGB
CMYK
RGB Variations
Color information
#CB2813 (or 0xCB2813) is known color: Harley Davidson Orange. HEX triplet: CB, 28 and 13. RGB value is (203,40,19). Sum of RGB (Red+Green+Blue) = 203+40+19=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2813 is #34D7EC. Grayscale: #565656. Windows color (decimal): -3463149 or 1255627. OLE color: 1255627.
HSL color Cylindrical-coordinate representation of color #CB2813: hue angle of 6.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB2813 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 19 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.20 |
| HSL | 6.85º | 0.83% | 0.44% | - |
| HSV(B) | 6.85º | 0.91% | 0.8% | - |
| XYZ | 25.5 | 14.26 | 2.02 | - |
| YUV | 86.34 | 90 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 19 | 0 | 0.80 | 0.91 | 0.20 | 6.85 | 0.83 | 0.44 |
| Hex | CB | 28 | 13 | 0 | 50 | 5B | 14 | 7 | 53 | 2C |
| Octal | 313 | 50 | 23 | 0 | 120 | 133 | 24 | 7 | 123 | 54 |
| Binary | 11001011 | 101000 | 10011 | 0 | 1010000 | 1011011 | 10100 | 111 | 1010011 | 101100 |
Color Harmonies of #CB2813
Complementary color
Monochromatic Colors of #CB2813
Black with #CB2813
Text Example
Text Example
White with #CB2813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2813; }
p { color: rgb(203,40,19); }
H1.HeaderClassName
{
color: #CB2813;
}
.AnyTagClassName
{
color: #CB2813;
}
</style>
background-color css
<style>
a { background-color: #CB2813; }
a { background-color: rgb(203,40,19); }
div.DivClassName
{
background-color: #CB2813;
}
.BgClassName
{
background-color: #CB2813;
}
</style>
border-color css
<style>
span { border-color: #CB2813; }
span { border-color: rgb(203,40,19); }
td.TdClassName
{
border-color: #CB2813;
}
.TagClassName
{
border-color: #CB2813;
}
</style>