Html Css Color HEX #CE1E04 Harley Davidson Orange
📋 copy color: '#CE1E04'red 206 ◦ green 30 ◦ blue 4
Shades of Harley Davidson Orange #CE1E04
Tints of Harley Davidson Orange #CE1E04
RGB
CMYK
RGB Variations
Color information
#CE1E04 (or 0xCE1E04) is known color: Harley Davidson Orange. HEX triplet: CE, 1E and 04. RGB value is (206,30,4). Sum of RGB (Red+Green+Blue) = 206+30+4=240 (31% of max value = 765). Red value is 206 (80.86% from 255 or 85.83% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE1E04 is #31E1FB. Grayscale: #4F4F4F. Windows color (decimal): -3269116 or 270030. OLE color: 270030.
HSL color Cylindrical-coordinate representation of color #CE1E04: hue angle of 7.72º 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 #CE1E04 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 30 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.19 |
| HSL | 7.72º | 0.96% | 0.41% | - |
| HSV(B) | 7.72º | 0.98% | 0.81% | - |
| XYZ | 25.94 | 14.06 | 1.46 | - |
| YUV | 79.66 | 85.31 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 30 | 4 | 0 | 0.85 | 0.98 | 0.19 | 7.72 | 0.96 | 0.41 |
| Hex | CE | 1E | 4 | 0 | 55 | 62 | 13 | 8 | 60 | 29 |
| Octal | 316 | 36 | 4 | 0 | 125 | 142 | 23 | 10 | 140 | 51 |
| Binary | 11001110 | 11110 | 100 | 0 | 1010101 | 1100010 | 10011 | 1000 | 1100000 | 101001 |
Color Harmonies of #CE1E04
Complementary color
Monochromatic Colors of #CE1E04
Black with #CE1E04
Text Example
Text Example
White with #CE1E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1E04; }
p { color: rgb(206,30,4); }
H1.HeaderClassName
{
color: #CE1E04;
}
.AnyTagClassName
{
color: #CE1E04;
}
</style>
background-color css
<style>
a { background-color: #CE1E04; }
a { background-color: rgb(206,30,4); }
div.DivClassName
{
background-color: #CE1E04;
}
.BgClassName
{
background-color: #CE1E04;
}
</style>
border-color css
<style>
span { border-color: #CE1E04; }
span { border-color: rgb(206,30,4); }
td.TdClassName
{
border-color: #CE1E04;
}
.TagClassName
{
border-color: #CE1E04;
}
</style>