Html Css Color HEX #CE2A17 Harley Davidson Orange
📋 copy color: '#CE2A17'red 206 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #CE2A17
Tints of Harley Davidson Orange #CE2A17
RGB
CMYK
RGB Variations
Color information
#CE2A17 (or 0xCE2A17) is known color: Harley Davidson Orange. HEX triplet: CE, 2A and 17. RGB value is (206,42,23). Sum of RGB (Red+Green+Blue) = 206+42+23=271 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.01% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2A17 is #31D5E8. Grayscale: #595959. Windows color (decimal): -3266025 or 1518286. OLE color: 1518286.
HSL color Cylindrical-coordinate representation of color #CE2A17: hue angle of 6.23º 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 #CE2A17 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 42 | 23 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.19 |
| HSL | 6.23º | 0.8% | 0.45% | - |
| HSV(B) | 6.23º | 0.89% | 0.81% | - |
| XYZ | 26.44 | 14.84 | 2.28 | - |
| YUV | 88.87 | 90.83 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 42 | 23 | 0 | 0.80 | 0.89 | 0.19 | 6.23 | 0.8 | 0.45 |
| Hex | CE | 2A | 17 | 0 | 50 | 59 | 13 | 6 | 50 | 2D |
| Octal | 316 | 52 | 27 | 0 | 120 | 131 | 23 | 6 | 120 | 55 |
| Binary | 11001110 | 101010 | 10111 | 0 | 1010000 | 1011001 | 10011 | 110 | 1010000 | 101101 |
Color Harmonies of #CE2A17
Complementary color
Monochromatic Colors of #CE2A17
Black with #CE2A17
Text Example
Text Example
White with #CE2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2A17; }
p { color: rgb(206,42,23); }
H1.HeaderClassName
{
color: #CE2A17;
}
.AnyTagClassName
{
color: #CE2A17;
}
</style>
background-color css
<style>
a { background-color: #CE2A17; }
a { background-color: rgb(206,42,23); }
div.DivClassName
{
background-color: #CE2A17;
}
.BgClassName
{
background-color: #CE2A17;
}
</style>
border-color css
<style>
span { border-color: #CE2A17; }
span { border-color: rgb(206,42,23); }
td.TdClassName
{
border-color: #CE2A17;
}
.TagClassName
{
border-color: #CE2A17;
}
</style>