Html Css Color HEX #CB2714 Harley Davidson Orange
📋 copy color: '#CB2714'red 203 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #CB2714
Tints of Harley Davidson Orange #CB2714
RGB
CMYK
RGB Variations
Color information
#CB2714 (or 0xCB2714) is known color: Harley Davidson Orange. HEX triplet: CB, 27 and 14. RGB value is (203,39,20). Sum of RGB (Red+Green+Blue) = 203+39+20=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2714 is #34D8EB. Grayscale: #565656. Windows color (decimal): -3463404 or 1320907. OLE color: 1320907.
HSL color Cylindrical-coordinate representation of color #CB2714: hue angle of 6.23º 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 #CB2714 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.20 |
| HSL | 6.23º | 0.82% | 0.44% | - |
| HSV(B) | 6.23º | 0.9% | 0.8% | - |
| XYZ | 25.48 | 14.2 | 2.06 | - |
| YUV | 85.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 20 | 0 | 0.81 | 0.90 | 0.20 | 6.23 | 0.82 | 0.44 |
| Hex | CB | 27 | 14 | 0 | 51 | 5A | 14 | 6 | 52 | 2C |
| Octal | 313 | 47 | 24 | 0 | 121 | 132 | 24 | 6 | 122 | 54 |
| Binary | 11001011 | 100111 | 10100 | 0 | 1010001 | 1011010 | 10100 | 110 | 1010010 | 101100 |
Color Harmonies of #CB2714
Complementary color
Monochromatic Colors of #CB2714
Black with #CB2714
Text Example
Text Example
White with #CB2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2714; }
p { color: rgb(203,39,20); }
H1.HeaderClassName
{
color: #CB2714;
}
.AnyTagClassName
{
color: #CB2714;
}
</style>
background-color css
<style>
a { background-color: #CB2714; }
a { background-color: rgb(203,39,20); }
div.DivClassName
{
background-color: #CB2714;
}
.BgClassName
{
background-color: #CB2714;
}
</style>
border-color css
<style>
span { border-color: #CB2714; }
span { border-color: rgb(203,39,20); }
td.TdClassName
{
border-color: #CB2714;
}
.TagClassName
{
border-color: #CB2714;
}
</style>