Html Css Color HEX #CE1813 Harley Davidson Orange
📋 copy color: '#CE1813'red 206 ◦ green 24 ◦ blue 19
Shades of Harley Davidson Orange #CE1813
Tints of Harley Davidson Orange #CE1813
RGB
CMYK
RGB Variations
Color information
#CE1813 (or 0xCE1813) is known color: Harley Davidson Orange. HEX triplet: CE, 18 and 13. RGB value is (206,24,19). Sum of RGB (Red+Green+Blue) = 206+24+19=249 (32% of max value = 765). Red value is 206 (80.86% from 255 or 82.73% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CE1813 is #31E7EC. Grayscale: #4E4E4E. Windows color (decimal): -3270637 or 1251534. OLE color: 1251534.
HSL color Cylindrical-coordinate representation of color #CE1813: hue angle of 1.6º degrees, saturation: 0.83, 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 #CE1813 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 24 | 19 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.19 |
| HSL | 1.6º | 0.83% | 0.44% | - |
| HSV(B) | 1.6º | 0.91% | 0.81% | - |
| XYZ | 25.9 | 13.82 | 1.92 | - |
| YUV | 77.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 24 | 19 | 0 | 0.88 | 0.91 | 0.19 | 1.6 | 0.83 | 0.44 |
| Hex | CE | 18 | 13 | 0 | 58 | 5B | 13 | 2 | 53 | 2C |
| Octal | 316 | 30 | 23 | 0 | 130 | 133 | 23 | 2 | 123 | 54 |
| Binary | 11001110 | 11000 | 10011 | 0 | 1011000 | 1011011 | 10011 | 10 | 1010011 | 101100 |
Color Harmonies of #CE1813
Complementary color
Monochromatic Colors of #CE1813
Black with #CE1813
Text Example
Text Example
White with #CE1813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE1813; }
p { color: rgb(206,24,19); }
H1.HeaderClassName
{
color: #CE1813;
}
.AnyTagClassName
{
color: #CE1813;
}
</style>
background-color css
<style>
a { background-color: #CE1813; }
a { background-color: rgb(206,24,19); }
div.DivClassName
{
background-color: #CE1813;
}
.BgClassName
{
background-color: #CE1813;
}
</style>
border-color css
<style>
span { border-color: #CE1813; }
span { border-color: rgb(206,24,19); }
td.TdClassName
{
border-color: #CE1813;
}
.TagClassName
{
border-color: #CE1813;
}
</style>