Html Css Color HEX #CE3418 Harley Davidson Orange
📋 copy color: '#CE3418'red 206 ◦ green 52 ◦ blue 24
Shades of Harley Davidson Orange #CE3418
Tints of Harley Davidson Orange #CE3418
RGB
CMYK
RGB Variations
Color information
#CE3418 (or 0xCE3418) is known color: Harley Davidson Orange. HEX triplet: CE, 34 and 18. RGB value is (206,52,24). Sum of RGB (Red+Green+Blue) = 206+52+24=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3418 is #31CBE7. Grayscale: #5F5F5F. Windows color (decimal): -3263464 or 1586382. OLE color: 1586382.
HSL color Cylindrical-coordinate representation of color #CE3418: hue angle of 9.23º 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 #CE3418 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 24 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.19 |
| HSL | 9.23º | 0.79% | 0.45% | - |
| HSV(B) | 9.23º | 0.88% | 0.81% | - |
| XYZ | 26.85 | 15.64 | 2.47 | - |
| YUV | 94.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 24 | 0 | 0.75 | 0.88 | 0.19 | 9.23 | 0.79 | 0.45 |
| Hex | CE | 34 | 18 | 0 | 4B | 58 | 13 | 9 | 4F | 2D |
| Octal | 316 | 64 | 30 | 0 | 113 | 130 | 23 | 11 | 117 | 55 |
| Binary | 11001110 | 110100 | 11000 | 0 | 1001011 | 1011000 | 10011 | 1001 | 1001111 | 101101 |
Color Harmonies of #CE3418
Complementary color
Monochromatic Colors of #CE3418
Black with #CE3418
Text Example
Text Example
White with #CE3418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3418; }
p { color: rgb(206,52,24); }
H1.HeaderClassName
{
color: #CE3418;
}
.AnyTagClassName
{
color: #CE3418;
}
</style>
background-color css
<style>
a { background-color: #CE3418; }
a { background-color: rgb(206,52,24); }
div.DivClassName
{
background-color: #CE3418;
}
.BgClassName
{
background-color: #CE3418;
}
</style>
border-color css
<style>
span { border-color: #CE3418; }
span { border-color: rgb(206,52,24); }
td.TdClassName
{
border-color: #CE3418;
}
.TagClassName
{
border-color: #CE3418;
}
</style>