Html Css Color HEX #CB3313 Harley Davidson Orange
📋 copy color: '#CB3313'red 203 ◦ green 51 ◦ blue 19
Shades of Harley Davidson Orange #CB3313
Tints of Harley Davidson Orange #CB3313
RGB
CMYK
RGB Variations
Color information
#CB3313 (or 0xCB3313) is known color: Harley Davidson Orange. HEX triplet: CB, 33 and 13. RGB value is (203,51,19). Sum of RGB (Red+Green+Blue) = 203+51+19=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB3313 is #34CCEC. Grayscale: #5D5D5D. Windows color (decimal): -3460333 or 1258443. OLE color: 1258443.
HSL color Cylindrical-coordinate representation of color #CB3313: hue angle of 10.43º 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 #CB3313 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 19 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.20 |
| HSL | 10.43º | 0.83% | 0.44% | - |
| HSV(B) | 10.43º | 0.91% | 0.8% | - |
| XYZ | 25.93 | 15.11 | 2.17 | - |
| YUV | 92.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 19 | 0 | 0.75 | 0.91 | 0.20 | 10.43 | 0.83 | 0.44 |
| Hex | CB | 33 | 13 | 0 | 4B | 5B | 14 | A | 53 | 2C |
| Octal | 313 | 63 | 23 | 0 | 113 | 133 | 24 | 12 | 123 | 54 |
| Binary | 11001011 | 110011 | 10011 | 0 | 1001011 | 1011011 | 10100 | 1010 | 1010011 | 101100 |
Color Harmonies of #CB3313
Complementary color
Monochromatic Colors of #CB3313
Black with #CB3313
Text Example
Text Example
White with #CB3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3313; }
p { color: rgb(203,51,19); }
H1.HeaderClassName
{
color: #CB3313;
}
.AnyTagClassName
{
color: #CB3313;
}
</style>
background-color css
<style>
a { background-color: #CB3313; }
a { background-color: rgb(203,51,19); }
div.DivClassName
{
background-color: #CB3313;
}
.BgClassName
{
background-color: #CB3313;
}
</style>
border-color css
<style>
span { border-color: #CB3313; }
span { border-color: rgb(203,51,19); }
td.TdClassName
{
border-color: #CB3313;
}
.TagClassName
{
border-color: #CB3313;
}
</style>