Html Css Color HEX #CE4218 Harley Davidson Orange
📋 copy color: '#CE4218'red 206 ◦ green 66 ◦ blue 24
Shades of Harley Davidson Orange #CE4218
Tints of Harley Davidson Orange #CE4218
RGB
CMYK
RGB Variations
Color information
#CE4218 (or 0xCE4218) is known color: Harley Davidson Orange. HEX triplet: CE, 42 and 18. RGB value is (206,66,24). Sum of RGB (Red+Green+Blue) = 206+66+24=296 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.59% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4218 is #31BDE7. Grayscale: #676767. Windows color (decimal): -3259880 or 1589966. OLE color: 1589966.
HSL color Cylindrical-coordinate representation of color #CE4218: hue angle of 13.85º 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 #CE4218 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 66 | 24 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.19 |
| HSL | 13.85º | 0.79% | 0.45% | - |
| HSV(B) | 13.85º | 0.88% | 0.81% | - |
| XYZ | 27.57 | 17.08 | 2.71 | - |
| YUV | 103.07 | 83.38 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 24 | 0 | 0.68 | 0.88 | 0.19 | 13.85 | 0.79 | 0.45 |
| Hex | CE | 42 | 18 | 0 | 44 | 58 | 13 | E | 4F | 2D |
| Octal | 316 | 102 | 30 | 0 | 104 | 130 | 23 | 16 | 117 | 55 |
| Binary | 11001110 | 1000010 | 11000 | 0 | 1000100 | 1011000 | 10011 | 1110 | 1001111 | 101101 |
Color Harmonies of #CE4218
Complementary color
Monochromatic Colors of #CE4218
Black with #CE4218
Text Example
Text Example
White with #CE4218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4218; }
p { color: rgb(206,66,24); }
H1.HeaderClassName
{
color: #CE4218;
}
.AnyTagClassName
{
color: #CE4218;
}
</style>
background-color css
<style>
a { background-color: #CE4218; }
a { background-color: rgb(206,66,24); }
div.DivClassName
{
background-color: #CE4218;
}
.BgClassName
{
background-color: #CE4218;
}
</style>
border-color css
<style>
span { border-color: #CE4218; }
span { border-color: rgb(206,66,24); }
td.TdClassName
{
border-color: #CE4218;
}
.TagClassName
{
border-color: #CE4218;
}
</style>