Html Css Color HEX #CE2412 Harley Davidson Orange
📋 copy color: '#CE2412'red 206 ◦ green 36 ◦ blue 18
Shades of Harley Davidson Orange #CE2412
Tints of Harley Davidson Orange #CE2412
RGB
CMYK
RGB Variations
Color information
#CE2412 (or 0xCE2412) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 12. RGB value is (206,36,18). Sum of RGB (Red+Green+Blue) = 206+36+18=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2412 is #31DBED. Grayscale: #555555. Windows color (decimal): -3267566 or 1189070. OLE color: 1189070.
HSL color Cylindrical-coordinate representation of color #CE2412: hue angle of 5.74º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE2412 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.19 |
| HSL | 5.74º | 0.84% | 0.44% | - |
| HSV(B) | 5.74º | 0.91% | 0.81% | - |
| XYZ | 26.19 | 14.43 | 1.98 | - |
| YUV | 84.78 | 90.32 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 18 | 0 | 0.83 | 0.91 | 0.19 | 5.74 | 0.84 | 0.44 |
| Hex | CE | 24 | 12 | 0 | 53 | 5B | 13 | 6 | 54 | 2C |
| Octal | 316 | 44 | 22 | 0 | 123 | 133 | 23 | 6 | 124 | 54 |
| Binary | 11001110 | 100100 | 10010 | 0 | 1010011 | 1011011 | 10011 | 110 | 1010100 | 101100 |
Color Harmonies of #CE2412
Complementary color
Monochromatic Colors of #CE2412
Black with #CE2412
Text Example
Text Example
White with #CE2412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2412; }
p { color: rgb(206,36,18); }
H1.HeaderClassName
{
color: #CE2412;
}
.AnyTagClassName
{
color: #CE2412;
}
</style>
background-color css
<style>
a { background-color: #CE2412; }
a { background-color: rgb(206,36,18); }
div.DivClassName
{
background-color: #CE2412;
}
.BgClassName
{
background-color: #CE2412;
}
</style>
border-color css
<style>
span { border-color: #CE2412; }
span { border-color: rgb(206,36,18); }
td.TdClassName
{
border-color: #CE2412;
}
.TagClassName
{
border-color: #CE2412;
}
</style>