Html Css Color HEX #CE2218 Harley Davidson Orange
📋 copy color: '#CE2218'red 206 ◦ green 34 ◦ blue 24
Shades of Harley Davidson Orange #CE2218
Tints of Harley Davidson Orange #CE2218
RGB
CMYK
RGB Variations
Color information
#CE2218 (or 0xCE2218) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 18. RGB value is (206,34,24). Sum of RGB (Red+Green+Blue) = 206+34+24=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2218 is #31DDE7. Grayscale: #545454. Windows color (decimal): -3268072 or 1581774. OLE color: 1581774.
HSL color Cylindrical-coordinate representation of color #CE2218: hue angle of 3.3º 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 #CE2218 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 24 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.19 |
| HSL | 3.3º | 0.79% | 0.45% | - |
| HSV(B) | 3.3º | 0.88% | 0.81% | - |
| XYZ | 26.19 | 14.33 | 2.25 | - |
| YUV | 84.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 24 | 0 | 0.83 | 0.88 | 0.19 | 3.3 | 0.79 | 0.45 |
| Hex | CE | 22 | 18 | 0 | 53 | 58 | 13 | 3 | 4F | 2D |
| Octal | 316 | 42 | 30 | 0 | 123 | 130 | 23 | 3 | 117 | 55 |
| Binary | 11001110 | 100010 | 11000 | 0 | 1010011 | 1011000 | 10011 | 11 | 1001111 | 101101 |
Color Harmonies of #CE2218
Complementary color
Monochromatic Colors of #CE2218
Black with #CE2218
Text Example
Text Example
White with #CE2218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2218; }
p { color: rgb(206,34,24); }
H1.HeaderClassName
{
color: #CE2218;
}
.AnyTagClassName
{
color: #CE2218;
}
</style>
background-color css
<style>
a { background-color: #CE2218; }
a { background-color: rgb(206,34,24); }
div.DivClassName
{
background-color: #CE2218;
}
.BgClassName
{
background-color: #CE2218;
}
</style>
border-color css
<style>
span { border-color: #CE2218; }
span { border-color: rgb(206,34,24); }
td.TdClassName
{
border-color: #CE2218;
}
.TagClassName
{
border-color: #CE2218;
}
</style>