Html Css Color HEX #CB2614 Harley Davidson Orange
📋 copy color: '#CB2614'red 203 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #CB2614
Tints of Harley Davidson Orange #CB2614
RGB
CMYK
RGB Variations
Color information
#CB2614 (or 0xCB2614) is known color: Harley Davidson Orange. HEX triplet: CB, 26 and 14. RGB value is (203,38,20). Sum of RGB (Red+Green+Blue) = 203+38+20=261 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.78% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2614 is #34D9EB. Grayscale: #555555. Windows color (decimal): -3463660 or 1320651. OLE color: 1320651.
HSL color Cylindrical-coordinate representation of color #CB2614: hue angle of 5.9º 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 #CB2614 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.20 |
| HSL | 5.9º | 0.82% | 0.44% | - |
| HSV(B) | 5.9º | 0.9% | 0.8% | - |
| XYZ | 25.45 | 14.13 | 2.05 | - |
| YUV | 85.28 | 91.16 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 20 | 0 | 0.81 | 0.90 | 0.20 | 5.9 | 0.82 | 0.44 |
| Hex | CB | 26 | 14 | 0 | 51 | 5A | 14 | 6 | 52 | 2C |
| Octal | 313 | 46 | 24 | 0 | 121 | 132 | 24 | 6 | 122 | 54 |
| Binary | 11001011 | 100110 | 10100 | 0 | 1010001 | 1011010 | 10100 | 110 | 1010010 | 101100 |
Color Harmonies of #CB2614
Complementary color
Monochromatic Colors of #CB2614
Black with #CB2614
Text Example
Text Example
White with #CB2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2614; }
p { color: rgb(203,38,20); }
H1.HeaderClassName
{
color: #CB2614;
}
.AnyTagClassName
{
color: #CB2614;
}
</style>
background-color css
<style>
a { background-color: #CB2614; }
a { background-color: rgb(203,38,20); }
div.DivClassName
{
background-color: #CB2614;
}
.BgClassName
{
background-color: #CB2614;
}
</style>
border-color css
<style>
span { border-color: #CB2614; }
span { border-color: rgb(203,38,20); }
td.TdClassName
{
border-color: #CB2614;
}
.TagClassName
{
border-color: #CB2614;
}
</style>