Html Css Color HEX #CB2814 Harley Davidson Orange
📋 copy color: '#CB2814'red 203 ◦ green 40 ◦ blue 20
Shades of Harley Davidson Orange #CB2814
Tints of Harley Davidson Orange #CB2814
RGB
CMYK
RGB Variations
Color information
#CB2814 (or 0xCB2814) is known color: Harley Davidson Orange. HEX triplet: CB, 28 and 14. RGB value is (203,40,20). Sum of RGB (Red+Green+Blue) = 203+40+20=263 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.19% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2814 is #34D7EB. Grayscale: #565656. Windows color (decimal): -3463148 or 1321163. OLE color: 1321163.
HSL color Cylindrical-coordinate representation of color #CB2814: hue angle of 6.56º degrees, saturation: 0.82, 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 #CB2814 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 40 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.20 |
| HSL | 6.56º | 0.82% | 0.44% | - |
| HSV(B) | 6.56º | 0.9% | 0.8% | - |
| XYZ | 25.51 | 14.26 | 2.07 | - |
| YUV | 86.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 40 | 20 | 0 | 0.80 | 0.90 | 0.20 | 6.56 | 0.82 | 0.44 |
| Hex | CB | 28 | 14 | 0 | 50 | 5A | 14 | 7 | 52 | 2C |
| Octal | 313 | 50 | 24 | 0 | 120 | 132 | 24 | 7 | 122 | 54 |
| Binary | 11001011 | 101000 | 10100 | 0 | 1010000 | 1011010 | 10100 | 111 | 1010010 | 101100 |
Color Harmonies of #CB2814
Complementary color
Monochromatic Colors of #CB2814
Black with #CB2814
Text Example
Text Example
White with #CB2814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2814; }
p { color: rgb(203,40,20); }
H1.HeaderClassName
{
color: #CB2814;
}
.AnyTagClassName
{
color: #CB2814;
}
</style>
background-color css
<style>
a { background-color: #CB2814; }
a { background-color: rgb(203,40,20); }
div.DivClassName
{
background-color: #CB2814;
}
.BgClassName
{
background-color: #CB2814;
}
</style>
border-color css
<style>
span { border-color: #CB2814; }
span { border-color: rgb(203,40,20); }
td.TdClassName
{
border-color: #CB2814;
}
.TagClassName
{
border-color: #CB2814;
}
</style>