Html Css Color HEX #CB2313 Harley Davidson Orange
📋 copy color: '#CB2313'red 203 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #CB2313
Tints of Harley Davidson Orange #CB2313
RGB
CMYK
RGB Variations
Color information
#CB2313 (or 0xCB2313) is known color: Harley Davidson Orange. HEX triplet: CB, 23 and 13. RGB value is (203,35,19). Sum of RGB (Red+Green+Blue) = 203+35+19=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2313 is #34DCEC. Grayscale: #535353. Windows color (decimal): -3464429 or 1254347. OLE color: 1254347.
HSL color Cylindrical-coordinate representation of color #CB2313: hue angle of 5.22º 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 #CB2313 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 19 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.20 |
| HSL | 5.22º | 0.83% | 0.44% | - |
| HSV(B) | 5.22º | 0.91% | 0.8% | - |
| XYZ | 25.35 | 13.95 | 1.97 | - |
| YUV | 83.41 | 91.66 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 19 | 0 | 0.83 | 0.91 | 0.20 | 5.22 | 0.83 | 0.44 |
| Hex | CB | 23 | 13 | 0 | 53 | 5B | 14 | 5 | 53 | 2C |
| Octal | 313 | 43 | 23 | 0 | 123 | 133 | 24 | 5 | 123 | 54 |
| Binary | 11001011 | 100011 | 10011 | 0 | 1010011 | 1011011 | 10100 | 101 | 1010011 | 101100 |
Color Harmonies of #CB2313
Complementary color
Monochromatic Colors of #CB2313
Black with #CB2313
Text Example
Text Example
White with #CB2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2313; }
p { color: rgb(203,35,19); }
H1.HeaderClassName
{
color: #CB2313;
}
.AnyTagClassName
{
color: #CB2313;
}
</style>
background-color css
<style>
a { background-color: #CB2313; }
a { background-color: rgb(203,35,19); }
div.DivClassName
{
background-color: #CB2313;
}
.BgClassName
{
background-color: #CB2313;
}
</style>
border-color css
<style>
span { border-color: #CB2313; }
span { border-color: rgb(203,35,19); }
td.TdClassName
{
border-color: #CB2313;
}
.TagClassName
{
border-color: #CB2313;
}
</style>