Html Css Color HEX #CE1F14 Harley Davidson Orange
📋 copy color: '#CE1F14'red 206 ◦ green 31 ◦ blue 20
Shades of Harley Davidson Orange #CE1F14
Tints of Harley Davidson Orange #CE1F14
RGB
CMYK
RGB Variations
Color information
#CE1F14 (or 0xCE1F14) is known color: Harley Davidson Orange. HEX triplet: CE, 1F and 14. RGB value is (206,31,20). Sum of RGB (Red+Green+Blue) = 206+31+20=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1F14 is #31E0EB. Grayscale: #525252. Windows color (decimal): -3268844 or 1318862. OLE color: 1318862.
HSL color Cylindrical-coordinate representation of color #CE1F14: hue angle of 3.55º 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 #CE1F14 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 31 | 20 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.19 |
| HSL | 3.55º | 0.82% | 0.44% | - |
| HSV(B) | 3.55º | 0.9% | 0.81% | - |
| XYZ | 26.07 | 14.15 | 2.02 | - |
| YUV | 82.07 | 92.98 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 31 | 20 | 0 | 0.85 | 0.90 | 0.19 | 3.55 | 0.82 | 0.44 |
| Hex | CE | 1F | 14 | 0 | 55 | 5A | 13 | 4 | 52 | 2C |
| Octal | 316 | 37 | 24 | 0 | 125 | 132 | 23 | 4 | 122 | 54 |
| Binary | 11001110 | 11111 | 10100 | 0 | 1010101 | 1011010 | 10011 | 100 | 1010010 | 101100 |
Color Harmonies of #CE1F14
Complementary color
Monochromatic Colors of #CE1F14
Black with #CE1F14
Text Example
Text Example
White with #CE1F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1F14; }
p { color: rgb(206,31,20); }
H1.HeaderClassName
{
color: #CE1F14;
}
.AnyTagClassName
{
color: #CE1F14;
}
</style>
background-color css
<style>
a { background-color: #CE1F14; }
a { background-color: rgb(206,31,20); }
div.DivClassName
{
background-color: #CE1F14;
}
.BgClassName
{
background-color: #CE1F14;
}
</style>
border-color css
<style>
span { border-color: #CE1F14; }
span { border-color: rgb(206,31,20); }
td.TdClassName
{
border-color: #CE1F14;
}
.TagClassName
{
border-color: #CE1F14;
}
</style>