Html Css Color HEX #CE3A18 Harley Davidson Orange
📋 copy color: '#CE3A18'red 206 ◦ green 58 ◦ blue 24
Shades of Harley Davidson Orange #CE3A18
Tints of Harley Davidson Orange #CE3A18
RGB
CMYK
RGB Variations
Color information
#CE3A18 (or 0xCE3A18) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 18. RGB value is (206,58,24). Sum of RGB (Red+Green+Blue) = 206+58+24=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A18 is #31C5E7. Grayscale: #626262. Windows color (decimal): -3261928 or 1587918. OLE color: 1587918.
HSL color Cylindrical-coordinate representation of color #CE3A18: hue angle of 11.21º 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 #CE3A18 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 24 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.19 |
| HSL | 11.21º | 0.79% | 0.45% | - |
| HSV(B) | 11.21º | 0.88% | 0.81% | - |
| XYZ | 27.13 | 16.21 | 2.56 | - |
| YUV | 98.38 | 86.03 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 24 | 0 | 0.72 | 0.88 | 0.19 | 11.21 | 0.79 | 0.45 |
| Hex | CE | 3A | 18 | 0 | 48 | 58 | 13 | B | 4F | 2D |
| Octal | 316 | 72 | 30 | 0 | 110 | 130 | 23 | 13 | 117 | 55 |
| Binary | 11001110 | 111010 | 11000 | 0 | 1001000 | 1011000 | 10011 | 1011 | 1001111 | 101101 |
Color Harmonies of #CE3A18
Complementary color
Monochromatic Colors of #CE3A18
Black with #CE3A18
Text Example
Text Example
White with #CE3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A18; }
p { color: rgb(206,58,24); }
H1.HeaderClassName
{
color: #CE3A18;
}
.AnyTagClassName
{
color: #CE3A18;
}
</style>
background-color css
<style>
a { background-color: #CE3A18; }
a { background-color: rgb(206,58,24); }
div.DivClassName
{
background-color: #CE3A18;
}
.BgClassName
{
background-color: #CE3A18;
}
</style>
border-color css
<style>
span { border-color: #CE3A18; }
span { border-color: rgb(206,58,24); }
td.TdClassName
{
border-color: #CE3A18;
}
.TagClassName
{
border-color: #CE3A18;
}
</style>