Html Css Color HEX #CE1D14 Harley Davidson Orange
📋 copy color: '#CE1D14'red 206 ◦ green 29 ◦ blue 20
Shades of Harley Davidson Orange #CE1D14
Tints of Harley Davidson Orange #CE1D14
RGB
CMYK
RGB Variations
Color information
#CE1D14 (or 0xCE1D14) is known color: Harley Davidson Orange. HEX triplet: CE, 1D and 14. RGB value is (206,29,20). Sum of RGB (Red+Green+Blue) = 206+29+20=255 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.78% from 255); Green value is 29 (11.72% from 255 or 11.37% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1D14 is #31E2EB. Grayscale: #515151. Windows color (decimal): -3269356 or 1318350. OLE color: 1318350.
HSL color Cylindrical-coordinate representation of color #CE1D14: hue angle of 2.9º 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 #CE1D14 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 20 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.19 |
| HSL | 2.9º | 0.82% | 0.44% | - |
| HSV(B) | 2.9º | 0.9% | 0.81% | - |
| XYZ | 26.02 | 14.05 | 2 | - |
| YUV | 80.9 | 93.64 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 20 | 0 | 0.86 | 0.90 | 0.19 | 2.9 | 0.82 | 0.44 |
| Hex | CE | 1D | 14 | 0 | 56 | 5A | 13 | 3 | 52 | 2C |
| Octal | 316 | 35 | 24 | 0 | 126 | 132 | 23 | 3 | 122 | 54 |
| Binary | 11001110 | 11101 | 10100 | 0 | 1010110 | 1011010 | 10011 | 11 | 1010010 | 101100 |
Color Harmonies of #CE1D14
Complementary color
Monochromatic Colors of #CE1D14
Black with #CE1D14
Text Example
Text Example
White with #CE1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D14; }
p { color: rgb(206,29,20); }
H1.HeaderClassName
{
color: #CE1D14;
}
.AnyTagClassName
{
color: #CE1D14;
}
</style>
background-color css
<style>
a { background-color: #CE1D14; }
a { background-color: rgb(206,29,20); }
div.DivClassName
{
background-color: #CE1D14;
}
.BgClassName
{
background-color: #CE1D14;
}
</style>
border-color css
<style>
span { border-color: #CE1D14; }
span { border-color: rgb(206,29,20); }
td.TdClassName
{
border-color: #CE1D14;
}
.TagClassName
{
border-color: #CE1D14;
}
</style>