Html Css Color HEX #CE2404 Harley Davidson Orange
📋 copy color: '#CE2404'red 206 ◦ green 36 ◦ blue 4
Shades of Harley Davidson Orange #CE2404
Tints of Harley Davidson Orange #CE2404
RGB
CMYK
RGB Variations
Color information
#CE2404 (or 0xCE2404) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 04. RGB value is (206,36,4). Sum of RGB (Red+Green+Blue) = 206+36+4=246 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.74% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2404 is #31DBFB. Grayscale: #535353. Windows color (decimal): -3267580 or 271566. OLE color: 271566.
HSL color Cylindrical-coordinate representation of color #CE2404: hue angle of 9.5º 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 #CE2404 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.19 |
| HSL | 9.5º | 0.96% | 0.41% | - |
| HSV(B) | 9.5º | 0.98% | 0.81% | - |
| XYZ | 26.11 | 14.39 | 1.52 | - |
| YUV | 83.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 4 | 0 | 0.83 | 0.98 | 0.19 | 9.5 | 0.96 | 0.41 |
| Hex | CE | 24 | 4 | 0 | 53 | 62 | 13 | A | 60 | 29 |
| Octal | 316 | 44 | 4 | 0 | 123 | 142 | 23 | 12 | 140 | 51 |
| Binary | 11001110 | 100100 | 100 | 0 | 1010011 | 1100010 | 10011 | 1010 | 1100000 | 101001 |
Color Harmonies of #CE2404
Complementary color
Monochromatic Colors of #CE2404
Black with #CE2404
Text Example
Text Example
White with #CE2404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2404; }
p { color: rgb(206,36,4); }
H1.HeaderClassName
{
color: #CE2404;
}
.AnyTagClassName
{
color: #CE2404;
}
</style>
background-color css
<style>
a { background-color: #CE2404; }
a { background-color: rgb(206,36,4); }
div.DivClassName
{
background-color: #CE2404;
}
.BgClassName
{
background-color: #CE2404;
}
</style>
border-color css
<style>
span { border-color: #CE2404; }
span { border-color: rgb(206,36,4); }
td.TdClassName
{
border-color: #CE2404;
}
.TagClassName
{
border-color: #CE2404;
}
</style>