Html Css Color HEX #CE1E14 Harley Davidson Orange
📋 copy color: '#CE1E14'red 206 ◦ green 30 ◦ blue 20
Shades of Harley Davidson Orange #CE1E14
Tints of Harley Davidson Orange #CE1E14
RGB
CMYK
RGB Variations
Color information
#CE1E14 (or 0xCE1E14) is known color: Harley Davidson Orange. HEX triplet: CE, 1E and 14. RGB value is (206,30,20). Sum of RGB (Red+Green+Blue) = 206+30+20=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1E14 is #31E1EB. Grayscale: #515151. Windows color (decimal): -3269100 or 1318606. OLE color: 1318606.
HSL color Cylindrical-coordinate representation of color #CE1E14: hue angle of 3.23º 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 #CE1E14 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 20 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.19 |
| HSL | 3.23º | 0.82% | 0.44% | - |
| HSV(B) | 3.23º | 0.9% | 0.81% | - |
| XYZ | 26.04 | 14.1 | 2.01 | - |
| YUV | 81.48 | 93.31 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 20 | 0 | 0.85 | 0.90 | 0.19 | 3.23 | 0.82 | 0.44 |
| Hex | CE | 1E | 14 | 0 | 55 | 5A | 13 | 3 | 52 | 2C |
| Octal | 316 | 36 | 24 | 0 | 125 | 132 | 23 | 3 | 122 | 54 |
| Binary | 11001110 | 11110 | 10100 | 0 | 1010101 | 1011010 | 10011 | 11 | 1010010 | 101100 |
Color Harmonies of #CE1E14
Complementary color
Monochromatic Colors of #CE1E14
Black with #CE1E14
Text Example
Text Example
White with #CE1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E14; }
p { color: rgb(206,30,20); }
H1.HeaderClassName
{
color: #CE1E14;
}
.AnyTagClassName
{
color: #CE1E14;
}
</style>
background-color css
<style>
a { background-color: #CE1E14; }
a { background-color: rgb(206,30,20); }
div.DivClassName
{
background-color: #CE1E14;
}
.BgClassName
{
background-color: #CE1E14;
}
</style>
border-color css
<style>
span { border-color: #CE1E14; }
span { border-color: rgb(206,30,20); }
td.TdClassName
{
border-color: #CE1E14;
}
.TagClassName
{
border-color: #CE1E14;
}
</style>