Html Css Color HEX #CE2D17 Harley Davidson Orange
📋 copy color: '#CE2D17'red 206 ◦ green 45 ◦ blue 23
Shades of Harley Davidson Orange #CE2D17
Tints of Harley Davidson Orange #CE2D17
RGB
CMYK
RGB Variations
Color information
#CE2D17 (or 0xCE2D17) is known color: Harley Davidson Orange. HEX triplet: CE, 2D and 17. RGB value is (206,45,23). Sum of RGB (Red+Green+Blue) = 206+45+23=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2D17 is #31D2E8. Grayscale: #5A5A5A. Windows color (decimal): -3265257 or 1519054. OLE color: 1519054.
HSL color Cylindrical-coordinate representation of color #CE2D17: hue angle of 7.21º 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 #CE2D17 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 45 | 23 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.19 |
| HSL | 7.21º | 0.8% | 0.45% | - |
| HSV(B) | 7.21º | 0.89% | 0.81% | - |
| XYZ | 26.55 | 15.06 | 2.32 | - |
| YUV | 90.63 | 89.84 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 45 | 23 | 0 | 0.78 | 0.89 | 0.19 | 7.21 | 0.8 | 0.45 |
| Hex | CE | 2D | 17 | 0 | 4E | 59 | 13 | 7 | 50 | 2D |
| Octal | 316 | 55 | 27 | 0 | 116 | 131 | 23 | 7 | 120 | 55 |
| Binary | 11001110 | 101101 | 10111 | 0 | 1001110 | 1011001 | 10011 | 111 | 1010000 | 101101 |
Color Harmonies of #CE2D17
Complementary color
Monochromatic Colors of #CE2D17
Black with #CE2D17
Text Example
Text Example
White with #CE2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2D17; }
p { color: rgb(206,45,23); }
H1.HeaderClassName
{
color: #CE2D17;
}
.AnyTagClassName
{
color: #CE2D17;
}
</style>
background-color css
<style>
a { background-color: #CE2D17; }
a { background-color: rgb(206,45,23); }
div.DivClassName
{
background-color: #CE2D17;
}
.BgClassName
{
background-color: #CE2D17;
}
</style>
border-color css
<style>
span { border-color: #CE2D17; }
span { border-color: rgb(206,45,23); }
td.TdClassName
{
border-color: #CE2D17;
}
.TagClassName
{
border-color: #CE2D17;
}
</style>