Html Css Color HEX #CE4118 Harley Davidson Orange
📋 copy color: '#CE4118'red 206 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #CE4118
Tints of Harley Davidson Orange #CE4118
RGB
CMYK
RGB Variations
Color information
#CE4118 (or 0xCE4118) is known color: Harley Davidson Orange. HEX triplet: CE, 41 and 18. RGB value is (206,65,24). Sum of RGB (Red+Green+Blue) = 206+65+24=295 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.83% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4118 is #31BEE7. Grayscale: #666666. Windows color (decimal): -3260136 or 1589710. OLE color: 1589710.
HSL color Cylindrical-coordinate representation of color #CE4118: hue angle of 13.52º 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 #CE4118 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 65 | 24 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.19 |
| HSL | 13.52º | 0.79% | 0.45% | - |
| HSV(B) | 13.52º | 0.88% | 0.81% | - |
| XYZ | 27.51 | 16.97 | 2.69 | - |
| YUV | 102.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 24 | 0 | 0.68 | 0.88 | 0.19 | 13.52 | 0.79 | 0.45 |
| Hex | CE | 41 | 18 | 0 | 44 | 58 | 13 | E | 4F | 2D |
| Octal | 316 | 101 | 30 | 0 | 104 | 130 | 23 | 16 | 117 | 55 |
| Binary | 11001110 | 1000001 | 11000 | 0 | 1000100 | 1011000 | 10011 | 1110 | 1001111 | 101101 |
Color Harmonies of #CE4118
Complementary color
Monochromatic Colors of #CE4118
Black with #CE4118
Text Example
Text Example
White with #CE4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4118; }
p { color: rgb(206,65,24); }
H1.HeaderClassName
{
color: #CE4118;
}
.AnyTagClassName
{
color: #CE4118;
}
</style>
background-color css
<style>
a { background-color: #CE4118; }
a { background-color: rgb(206,65,24); }
div.DivClassName
{
background-color: #CE4118;
}
.BgClassName
{
background-color: #CE4118;
}
</style>
border-color css
<style>
span { border-color: #CE4118; }
span { border-color: rgb(206,65,24); }
td.TdClassName
{
border-color: #CE4118;
}
.TagClassName
{
border-color: #CE4118;
}
</style>