Html Css Color HEX #CE4718 Harley Davidson Orange
📋 copy color: '#CE4718'red 206 ◦ green 71 ◦ blue 24
Shades of Harley Davidson Orange #CE4718
Tints of Harley Davidson Orange #CE4718
RGB
CMYK
RGB Variations
Color information
#CE4718 (or 0xCE4718) is known color: Harley Davidson Orange. HEX triplet: CE, 47 and 18. RGB value is (206,71,24). Sum of RGB (Red+Green+Blue) = 206+71+24=301 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.44% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 24 (9.77% from 255 or 7.97% from 301); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4718 is #31B8E7. Grayscale: #6A6A6A. Windows color (decimal): -3258600 or 1591246. OLE color: 1591246.
HSL color Cylindrical-coordinate representation of color #CE4718: hue angle of 15.49º 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 #CE4718 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 24 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.19 |
| HSL | 15.49º | 0.79% | 0.45% | - |
| HSV(B) | 15.49º | 0.88% | 0.81% | - |
| XYZ | 27.87 | 17.69 | 2.81 | - |
| YUV | 106.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 24 | 0 | 0.66 | 0.88 | 0.19 | 15.49 | 0.79 | 0.45 |
| Hex | CE | 47 | 18 | 0 | 42 | 58 | 13 | F | 4F | 2D |
| Octal | 316 | 107 | 30 | 0 | 102 | 130 | 23 | 17 | 117 | 55 |
| Binary | 11001110 | 1000111 | 11000 | 0 | 1000010 | 1011000 | 10011 | 1111 | 1001111 | 101101 |
Color Harmonies of #CE4718
Complementary color
Monochromatic Colors of #CE4718
Black with #CE4718
Text Example
Text Example
White with #CE4718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4718; }
p { color: rgb(206,71,24); }
H1.HeaderClassName
{
color: #CE4718;
}
.AnyTagClassName
{
color: #CE4718;
}
</style>
background-color css
<style>
a { background-color: #CE4718; }
a { background-color: rgb(206,71,24); }
div.DivClassName
{
background-color: #CE4718;
}
.BgClassName
{
background-color: #CE4718;
}
</style>
border-color css
<style>
span { border-color: #CE4718; }
span { border-color: rgb(206,71,24); }
td.TdClassName
{
border-color: #CE4718;
}
.TagClassName
{
border-color: #CE4718;
}
</style>