Html Css Color HEX #CE3C18 Harley Davidson Orange
📋 copy color: '#CE3C18'red 206 ◦ green 60 ◦ blue 24
Shades of Harley Davidson Orange #CE3C18
Tints of Harley Davidson Orange #CE3C18
RGB
CMYK
RGB Variations
Color information
#CE3C18 (or 0xCE3C18) is known color: Harley Davidson Orange. HEX triplet: CE, 3C and 18. RGB value is (206,60,24). Sum of RGB (Red+Green+Blue) = 206+60+24=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3C18 is #31C3E7. Grayscale: #636363. Windows color (decimal): -3261416 or 1588430. OLE color: 1588430.
HSL color Cylindrical-coordinate representation of color #CE3C18: hue angle of 11.87º 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 #CE3C18 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 60 | 24 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.19 |
| HSL | 11.87º | 0.79% | 0.45% | - |
| HSV(B) | 11.87º | 0.88% | 0.81% | - |
| XYZ | 27.23 | 16.42 | 2.6 | - |
| YUV | 99.55 | 85.37 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 24 | 0 | 0.71 | 0.88 | 0.19 | 11.87 | 0.79 | 0.45 |
| Hex | CE | 3C | 18 | 0 | 47 | 58 | 13 | C | 4F | 2D |
| Octal | 316 | 74 | 30 | 0 | 107 | 130 | 23 | 14 | 117 | 55 |
| Binary | 11001110 | 111100 | 11000 | 0 | 1000111 | 1011000 | 10011 | 1100 | 1001111 | 101101 |
Color Harmonies of #CE3C18
Complementary color
Monochromatic Colors of #CE3C18
Black with #CE3C18
Text Example
Text Example
White with #CE3C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3C18; }
p { color: rgb(206,60,24); }
H1.HeaderClassName
{
color: #CE3C18;
}
.AnyTagClassName
{
color: #CE3C18;
}
</style>
background-color css
<style>
a { background-color: #CE3C18; }
a { background-color: rgb(206,60,24); }
div.DivClassName
{
background-color: #CE3C18;
}
.BgClassName
{
background-color: #CE3C18;
}
</style>
border-color css
<style>
span { border-color: #CE3C18; }
span { border-color: rgb(206,60,24); }
td.TdClassName
{
border-color: #CE3C18;
}
.TagClassName
{
border-color: #CE3C18;
}
</style>