Html Css Color HEX #CB2713 Harley Davidson Orange
📋 copy color: '#CB2713'red 203 ◦ green 39 ◦ blue 19
Shades of Harley Davidson Orange #CB2713
Tints of Harley Davidson Orange #CB2713
RGB
CMYK
RGB Variations
Color information
#CB2713 (or 0xCB2713) is known color: Harley Davidson Orange. HEX triplet: CB, 27 and 13. RGB value is (203,39,19). Sum of RGB (Red+Green+Blue) = 203+39+19=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2713 is #34D8EC. Grayscale: #565656. Windows color (decimal): -3463405 or 1255371. OLE color: 1255371.
HSL color Cylindrical-coordinate representation of color #CB2713: hue angle of 6.52º 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 #CB2713 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 19 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.20 |
| HSL | 6.52º | 0.83% | 0.44% | - |
| HSV(B) | 6.52º | 0.91% | 0.8% | - |
| XYZ | 25.47 | 14.19 | 2.01 | - |
| YUV | 85.76 | 90.33 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 19 | 0 | 0.81 | 0.91 | 0.20 | 6.52 | 0.83 | 0.44 |
| Hex | CB | 27 | 13 | 0 | 51 | 5B | 14 | 7 | 53 | 2C |
| Octal | 313 | 47 | 23 | 0 | 121 | 133 | 24 | 7 | 123 | 54 |
| Binary | 11001011 | 100111 | 10011 | 0 | 1010001 | 1011011 | 10100 | 111 | 1010011 | 101100 |
Color Harmonies of #CB2713
Complementary color
Monochromatic Colors of #CB2713
Black with #CB2713
Text Example
Text Example
White with #CB2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2713; }
p { color: rgb(203,39,19); }
H1.HeaderClassName
{
color: #CB2713;
}
.AnyTagClassName
{
color: #CB2713;
}
</style>
background-color css
<style>
a { background-color: #CB2713; }
a { background-color: rgb(203,39,19); }
div.DivClassName
{
background-color: #CB2713;
}
.BgClassName
{
background-color: #CB2713;
}
</style>
border-color css
<style>
span { border-color: #CB2713; }
span { border-color: rgb(203,39,19); }
td.TdClassName
{
border-color: #CB2713;
}
.TagClassName
{
border-color: #CB2713;
}
</style>