Html Css Color HEX #CE2918 Harley Davidson Orange
📋 copy color: '#CE2918'red 206 ◦ green 41 ◦ blue 24
Shades of Harley Davidson Orange #CE2918
Tints of Harley Davidson Orange #CE2918
RGB
CMYK
RGB Variations
Color information
#CE2918 (or 0xCE2918) is known color: Harley Davidson Orange. HEX triplet: CE, 29 and 18. RGB value is (206,41,24). Sum of RGB (Red+Green+Blue) = 206+41+24=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2918 is #31D6E7. Grayscale: #585858. Windows color (decimal): -3266280 or 1583566. OLE color: 1583566.
HSL color Cylindrical-coordinate representation of color #CE2918: hue angle of 5.6º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE2918 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 41 | 24 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.19 |
| HSL | 5.6º | 0.79% | 0.45% | - |
| HSV(B) | 5.6º | 0.88% | 0.81% | - |
| XYZ | 26.41 | 14.77 | 2.32 | - |
| YUV | 88.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 41 | 24 | 0 | 0.80 | 0.88 | 0.19 | 5.6 | 0.79 | 0.45 |
| Hex | CE | 29 | 18 | 0 | 50 | 58 | 13 | 6 | 4F | 2D |
| Octal | 316 | 51 | 30 | 0 | 120 | 130 | 23 | 6 | 117 | 55 |
| Binary | 11001110 | 101001 | 11000 | 0 | 1010000 | 1011000 | 10011 | 110 | 1001111 | 101101 |
Color Harmonies of #CE2918
Complementary color
Monochromatic Colors of #CE2918
Black with #CE2918
Text Example
Text Example
White with #CE2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2918; }
p { color: rgb(206,41,24); }
H1.HeaderClassName
{
color: #CE2918;
}
.AnyTagClassName
{
color: #CE2918;
}
</style>
background-color css
<style>
a { background-color: #CE2918; }
a { background-color: rgb(206,41,24); }
div.DivClassName
{
background-color: #CE2918;
}
.BgClassName
{
background-color: #CE2918;
}
</style>
border-color css
<style>
span { border-color: #CE2918; }
span { border-color: rgb(206,41,24); }
td.TdClassName
{
border-color: #CE2918;
}
.TagClassName
{
border-color: #CE2918;
}
</style>