Html Css Color HEX #CE1814 Harley Davidson Orange
📋 copy color: '#CE1814'red 206 ◦ green 24 ◦ blue 20
Shades of Harley Davidson Orange #CE1814
Tints of Harley Davidson Orange #CE1814
RGB
CMYK
RGB Variations
Color information
#CE1814 (or 0xCE1814) is known color: Harley Davidson Orange. HEX triplet: CE, 18 and 14. RGB value is (206,24,20). Sum of RGB (Red+Green+Blue) = 206+24+20=250 (33% of max value = 765). Red value is 206 (80.86% from 255 or 82.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1814 is #31E7EB. Grayscale: #4E4E4E. Windows color (decimal): -3270636 or 1317070. OLE color: 1317070.
HSL color Cylindrical-coordinate representation of color #CE1814: hue angle of 1.29º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE1814 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 20 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.19 |
| HSL | 1.29º | 0.82% | 0.44% | - |
| HSV(B) | 1.29º | 0.9% | 0.81% | - |
| XYZ | 25.91 | 13.83 | 1.97 | - |
| YUV | 77.96 | 95.3 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 20 | 0 | 0.88 | 0.90 | 0.19 | 1.29 | 0.82 | 0.44 |
| Hex | CE | 18 | 14 | 0 | 58 | 5A | 13 | 1 | 52 | 2C |
| Octal | 316 | 30 | 24 | 0 | 130 | 132 | 23 | 1 | 122 | 54 |
| Binary | 11001110 | 11000 | 10100 | 0 | 1011000 | 1011010 | 10011 | 1 | 1010010 | 101100 |
Color Harmonies of #CE1814
Complementary color
Monochromatic Colors of #CE1814
Black with #CE1814
Text Example
Text Example
White with #CE1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1814; }
p { color: rgb(206,24,20); }
H1.HeaderClassName
{
color: #CE1814;
}
.AnyTagClassName
{
color: #CE1814;
}
</style>
background-color css
<style>
a { background-color: #CE1814; }
a { background-color: rgb(206,24,20); }
div.DivClassName
{
background-color: #CE1814;
}
.BgClassName
{
background-color: #CE1814;
}
</style>
border-color css
<style>
span { border-color: #CE1814; }
span { border-color: rgb(206,24,20); }
td.TdClassName
{
border-color: #CE1814;
}
.TagClassName
{
border-color: #CE1814;
}
</style>