Html Css Color HEX #CE3918 Harley Davidson Orange
📋 copy color: '#CE3918'red 206 ◦ green 57 ◦ blue 24
Shades of Harley Davidson Orange #CE3918
Tints of Harley Davidson Orange #CE3918
RGB
CMYK
RGB Variations
Color information
#CE3918 (or 0xCE3918) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 18. RGB value is (206,57,24). Sum of RGB (Red+Green+Blue) = 206+57+24=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3918 is #31C6E7. Grayscale: #626262. Windows color (decimal): -3262184 or 1587662. OLE color: 1587662.
HSL color Cylindrical-coordinate representation of color #CE3918: hue angle of 10.88º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE3918 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 24 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.19 |
| HSL | 10.88º | 0.79% | 0.45% | - |
| HSV(B) | 10.88º | 0.88% | 0.81% | - |
| XYZ | 27.08 | 16.11 | 2.55 | - |
| YUV | 97.79 | 86.36 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 24 | 0 | 0.72 | 0.88 | 0.19 | 10.88 | 0.79 | 0.45 |
| Hex | CE | 39 | 18 | 0 | 48 | 58 | 13 | B | 4F | 2D |
| Octal | 316 | 71 | 30 | 0 | 110 | 130 | 23 | 13 | 117 | 55 |
| Binary | 11001110 | 111001 | 11000 | 0 | 1001000 | 1011000 | 10011 | 1011 | 1001111 | 101101 |
Color Harmonies of #CE3918
Complementary color
Monochromatic Colors of #CE3918
Black with #CE3918
Text Example
Text Example
White with #CE3918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3918; }
p { color: rgb(206,57,24); }
H1.HeaderClassName
{
color: #CE3918;
}
.AnyTagClassName
{
color: #CE3918;
}
</style>
background-color css
<style>
a { background-color: #CE3918; }
a { background-color: rgb(206,57,24); }
div.DivClassName
{
background-color: #CE3918;
}
.BgClassName
{
background-color: #CE3918;
}
</style>
border-color css
<style>
span { border-color: #CE3918; }
span { border-color: rgb(206,57,24); }
td.TdClassName
{
border-color: #CE3918;
}
.TagClassName
{
border-color: #CE3918;
}
</style>