Html Css Color HEX #CE2B18 Harley Davidson Orange
📋 copy color: '#CE2B18'red 206 ◦ green 43 ◦ blue 24
Shades of Harley Davidson Orange #CE2B18
Tints of Harley Davidson Orange #CE2B18
RGB
CMYK
RGB Variations
Color information
#CE2B18 (or 0xCE2B18) is known color: Harley Davidson Orange. HEX triplet: CE, 2B and 18. RGB value is (206,43,24). Sum of RGB (Red+Green+Blue) = 206+43+24=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2B18 is #31D4E7. Grayscale: #595959. Windows color (decimal): -3265768 or 1584078. OLE color: 1584078.
HSL color Cylindrical-coordinate representation of color #CE2B18: hue angle of 6.26º 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 #CE2B18 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 43 | 24 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.19 |
| HSL | 6.26º | 0.79% | 0.45% | - |
| HSV(B) | 6.26º | 0.88% | 0.81% | - |
| XYZ | 26.48 | 14.92 | 2.35 | - |
| YUV | 89.57 | 91 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 43 | 24 | 0 | 0.79 | 0.88 | 0.19 | 6.26 | 0.79 | 0.45 |
| Hex | CE | 2B | 18 | 0 | 4F | 58 | 13 | 6 | 4F | 2D |
| Octal | 316 | 53 | 30 | 0 | 117 | 130 | 23 | 6 | 117 | 55 |
| Binary | 11001110 | 101011 | 11000 | 0 | 1001111 | 1011000 | 10011 | 110 | 1001111 | 101101 |
Color Harmonies of #CE2B18
Complementary color
Monochromatic Colors of #CE2B18
Black with #CE2B18
Text Example
Text Example
White with #CE2B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2B18; }
p { color: rgb(206,43,24); }
H1.HeaderClassName
{
color: #CE2B18;
}
.AnyTagClassName
{
color: #CE2B18;
}
</style>
background-color css
<style>
a { background-color: #CE2B18; }
a { background-color: rgb(206,43,24); }
div.DivClassName
{
background-color: #CE2B18;
}
.BgClassName
{
background-color: #CE2B18;
}
</style>
border-color css
<style>
span { border-color: #CE2B18; }
span { border-color: rgb(206,43,24); }
td.TdClassName
{
border-color: #CE2B18;
}
.TagClassName
{
border-color: #CE2B18;
}
</style>