Html Css Color HEX #CE4917 Harley Davidson Orange
📋 copy color: '#CE4917'red 206 ◦ green 73 ◦ blue 23
Shades of Harley Davidson Orange #CE4917
Tints of Harley Davidson Orange #CE4917
RGB
CMYK
RGB Variations
Color information
#CE4917 (or 0xCE4917) is known color: Harley Davidson Orange. HEX triplet: CE, 49 and 17. RGB value is (206,73,23). Sum of RGB (Red+Green+Blue) = 206+73+23=302 (40% of max value = 765). Red value is 206 (80.86% from 255 or 68.21% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4917 is #31B6E8. Grayscale: #6B6B6B. Windows color (decimal): -3258089 or 1526222. OLE color: 1526222.
HSL color Cylindrical-coordinate representation of color #CE4917: hue angle of 16.39º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE4917 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 23 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.19 |
| HSL | 16.39º | 0.8% | 0.45% | - |
| HSV(B) | 16.39º | 0.89% | 0.81% | - |
| XYZ | 27.99 | 17.95 | 2.8 | - |
| YUV | 107.07 | 80.56 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 23 | 0 | 0.65 | 0.89 | 0.19 | 16.39 | 0.8 | 0.45 |
| Hex | CE | 49 | 17 | 0 | 41 | 59 | 13 | 10 | 50 | 2D |
| Octal | 316 | 111 | 27 | 0 | 101 | 131 | 23 | 20 | 120 | 55 |
| Binary | 11001110 | 1001001 | 10111 | 0 | 1000001 | 1011001 | 10011 | 10000 | 1010000 | 101101 |
Color Harmonies of #CE4917
Complementary color
Monochromatic Colors of #CE4917
Black with #CE4917
Text Example
Text Example
White with #CE4917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4917; }
p { color: rgb(206,73,23); }
H1.HeaderClassName
{
color: #CE4917;
}
.AnyTagClassName
{
color: #CE4917;
}
</style>
background-color css
<style>
a { background-color: #CE4917; }
a { background-color: rgb(206,73,23); }
div.DivClassName
{
background-color: #CE4917;
}
.BgClassName
{
background-color: #CE4917;
}
</style>
border-color css
<style>
span { border-color: #CE4917; }
span { border-color: rgb(206,73,23); }
td.TdClassName
{
border-color: #CE4917;
}
.TagClassName
{
border-color: #CE4917;
}
</style>