Html Css Color HEX #CE3517 Harley Davidson Orange
📋 copy color: '#CE3517'red 206 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #CE3517
Tints of Harley Davidson Orange #CE3517
RGB
CMYK
RGB Variations
Color information
#CE3517 (or 0xCE3517) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 17. RGB value is (206,53,23). Sum of RGB (Red+Green+Blue) = 206+53+23=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3517 is #31CAE8. Grayscale: #5F5F5F. Windows color (decimal): -3263209 or 1521102. OLE color: 1521102.
HSL color Cylindrical-coordinate representation of color #CE3517: hue angle of 9.84º 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 #CE3517 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.19 |
| HSL | 9.84º | 0.8% | 0.45% | - |
| HSV(B) | 9.84º | 0.89% | 0.81% | - |
| XYZ | 26.88 | 15.73 | 2.43 | - |
| YUV | 95.33 | 87.19 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 23 | 0 | 0.74 | 0.89 | 0.19 | 9.84 | 0.8 | 0.45 |
| Hex | CE | 35 | 17 | 0 | 4A | 59 | 13 | A | 50 | 2D |
| Octal | 316 | 65 | 27 | 0 | 112 | 131 | 23 | 12 | 120 | 55 |
| Binary | 11001110 | 110101 | 10111 | 0 | 1001010 | 1011001 | 10011 | 1010 | 1010000 | 101101 |
Color Harmonies of #CE3517
Complementary color
Monochromatic Colors of #CE3517
Black with #CE3517
Text Example
Text Example
White with #CE3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3517; }
p { color: rgb(206,53,23); }
H1.HeaderClassName
{
color: #CE3517;
}
.AnyTagClassName
{
color: #CE3517;
}
</style>
background-color css
<style>
a { background-color: #CE3517; }
a { background-color: rgb(206,53,23); }
div.DivClassName
{
background-color: #CE3517;
}
.BgClassName
{
background-color: #CE3517;
}
</style>
border-color css
<style>
span { border-color: #CE3517; }
span { border-color: rgb(206,53,23); }
td.TdClassName
{
border-color: #CE3517;
}
.TagClassName
{
border-color: #CE3517;
}
</style>