Html Css Color HEX #CB2417 Harley Davidson Orange
📋 copy color: '#CB2417'red 203 ◦ green 36 ◦ blue 23
Shades of Harley Davidson Orange #CB2417
Tints of Harley Davidson Orange #CB2417
RGB
CMYK
RGB Variations
Color information
#CB2417 (or 0xCB2417) is known color: Harley Davidson Orange. HEX triplet: CB, 24 and 17. RGB value is (203,36,23). Sum of RGB (Red+Green+Blue) = 203+36+23=262 (34% of max value = 765). Red value is 203 (79.69% from 255 or 77.48% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB2417 is #34DBE8. Grayscale: #545454. Windows color (decimal): -3464169 or 1516747. OLE color: 1516747.
HSL color Cylindrical-coordinate representation of color #CB2417: hue angle of 4.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB2417 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 36 | 23 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.20 |
| HSL | 4.33º | 0.8% | 0.44% | - |
| HSV(B) | 4.33º | 0.89% | 0.8% | - |
| XYZ | 25.41 | 14.02 | 2.18 | - |
| YUV | 84.45 | 93.33 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 36 | 23 | 0 | 0.82 | 0.89 | 0.20 | 4.33 | 0.8 | 0.44 |
| Hex | CB | 24 | 17 | 0 | 52 | 59 | 14 | 4 | 50 | 2C |
| Octal | 313 | 44 | 27 | 0 | 122 | 131 | 24 | 4 | 120 | 54 |
| Binary | 11001011 | 100100 | 10111 | 0 | 1010010 | 1011001 | 10100 | 100 | 1010000 | 101100 |
Color Harmonies of #CB2417
Complementary color
Monochromatic Colors of #CB2417
Black with #CB2417
Text Example
Text Example
White with #CB2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2417; }
p { color: rgb(203,36,23); }
H1.HeaderClassName
{
color: #CB2417;
}
.AnyTagClassName
{
color: #CB2417;
}
</style>
background-color css
<style>
a { background-color: #CB2417; }
a { background-color: rgb(203,36,23); }
div.DivClassName
{
background-color: #CB2417;
}
.BgClassName
{
background-color: #CB2417;
}
</style>
border-color css
<style>
span { border-color: #CB2417; }
span { border-color: rgb(203,36,23); }
td.TdClassName
{
border-color: #CB2417;
}
.TagClassName
{
border-color: #CB2417;
}
</style>