Html Css Color HEX #CE1812 Harley Davidson Orange
📋 copy color: '#CE1812'red 206 ◦ green 24 ◦ blue 18
Shades of Harley Davidson Orange #CE1812
Tints of Harley Davidson Orange #CE1812
RGB
CMYK
RGB Variations
Color information
#CE1812 (or 0xCE1812) is known color: Harley Davidson Orange. HEX triplet: CE, 18 and 12. RGB value is (206,24,18). Sum of RGB (Red+Green+Blue) = 206+24+18=248 (32% of max value = 765). Red value is 206 (80.86% from 255 or 83.06% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1812 is #31E7ED. Grayscale: #4D4D4D. Windows color (decimal): -3270638 or 1185998. OLE color: 1185998.
HSL color Cylindrical-coordinate representation of color #CE1812: hue angle of 1.91º 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 #CE1812 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 18 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.19 |
| HSL | 1.91º | 0.84% | 0.44% | - |
| HSV(B) | 1.91º | 0.91% | 0.81% | - |
| XYZ | 25.89 | 13.82 | 1.88 | - |
| YUV | 77.73 | 94.3 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 18 | 0 | 0.88 | 0.91 | 0.19 | 1.91 | 0.84 | 0.44 |
| Hex | CE | 18 | 12 | 0 | 58 | 5B | 13 | 2 | 54 | 2C |
| Octal | 316 | 30 | 22 | 0 | 130 | 133 | 23 | 2 | 124 | 54 |
| Binary | 11001110 | 11000 | 10010 | 0 | 1011000 | 1011011 | 10011 | 10 | 1010100 | 101100 |
Color Harmonies of #CE1812
Complementary color
Monochromatic Colors of #CE1812
Black with #CE1812
Text Example
Text Example
White with #CE1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1812; }
p { color: rgb(206,24,18); }
H1.HeaderClassName
{
color: #CE1812;
}
.AnyTagClassName
{
color: #CE1812;
}
</style>
background-color css
<style>
a { background-color: #CE1812; }
a { background-color: rgb(206,24,18); }
div.DivClassName
{
background-color: #CE1812;
}
.BgClassName
{
background-color: #CE1812;
}
</style>
border-color css
<style>
span { border-color: #CE1812; }
span { border-color: rgb(206,24,18); }
td.TdClassName
{
border-color: #CE1812;
}
.TagClassName
{
border-color: #CE1812;
}
</style>