Html Css Color HEX #CE1D04 Harley Davidson Orange
📋 copy color: '#CE1D04'red 206 ◦ green 29 ◦ blue 4
Shades of Harley Davidson Orange #CE1D04
Tints of Harley Davidson Orange #CE1D04
RGB
CMYK
RGB Variations
Color information
#CE1D04 (or 0xCE1D04) is known color: Harley Davidson Orange. HEX triplet: CE, 1D and 04. RGB value is (206,29,4). Sum of RGB (Red+Green+Blue) = 206+29+4=239 (31% of max value = 765). Red value is 206 (80.86% from 255 or 86.19% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1D04 is #31E2FB. Grayscale: #4F4F4F. Windows color (decimal): -3269372 or 269774. OLE color: 269774.
HSL color Cylindrical-coordinate representation of color #CE1D04: hue angle of 7.43º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE1D04 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 29 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.19 |
| HSL | 7.43º | 0.96% | 0.41% | - |
| HSV(B) | 7.43º | 0.98% | 0.81% | - |
| XYZ | 25.91 | 14.01 | 1.45 | - |
| YUV | 79.07 | 85.64 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 29 | 4 | 0 | 0.86 | 0.98 | 0.19 | 7.43 | 0.96 | 0.41 |
| Hex | CE | 1D | 4 | 0 | 56 | 62 | 13 | 7 | 60 | 29 |
| Octal | 316 | 35 | 4 | 0 | 126 | 142 | 23 | 7 | 140 | 51 |
| Binary | 11001110 | 11101 | 100 | 0 | 1010110 | 1100010 | 10011 | 111 | 1100000 | 101001 |
Color Harmonies of #CE1D04
Complementary color
Monochromatic Colors of #CE1D04
Black with #CE1D04
Text Example
Text Example
White with #CE1D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1D04; }
p { color: rgb(206,29,4); }
H1.HeaderClassName
{
color: #CE1D04;
}
.AnyTagClassName
{
color: #CE1D04;
}
</style>
background-color css
<style>
a { background-color: #CE1D04; }
a { background-color: rgb(206,29,4); }
div.DivClassName
{
background-color: #CE1D04;
}
.BgClassName
{
background-color: #CE1D04;
}
</style>
border-color css
<style>
span { border-color: #CE1D04; }
span { border-color: rgb(206,29,4); }
td.TdClassName
{
border-color: #CE1D04;
}
.TagClassName
{
border-color: #CE1D04;
}
</style>