Html Css Color HEX #CE390A Harley Davidson Orange
📋 copy color: '#CE390A'red 206 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #CE390A
Tints of Harley Davidson Orange #CE390A
RGB
CMYK
RGB Variations
Color information
#CE390A (or 0xCE390A) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 0A. RGB value is (206,57,10). Sum of RGB (Red+Green+Blue) = 206+57+10=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE390A is #31C6F5. Grayscale: #606060. Windows color (decimal): -3262198 or 670158. OLE color: 670158.
HSL color Cylindrical-coordinate representation of color #CE390A: hue angle of 14.39º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE390A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.19 |
| HSL | 14.39º | 0.91% | 0.42% | - |
| HSV(B) | 14.39º | 0.95% | 0.81% | - |
| XYZ | 26.97 | 16.07 | 1.97 | - |
| YUV | 96.19 | 79.36 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 10 | 0 | 0.72 | 0.95 | 0.19 | 14.39 | 0.91 | 0.42 |
| Hex | CE | 39 | A | 0 | 48 | 5F | 13 | E | 5B | 2A |
| Octal | 316 | 71 | 12 | 0 | 110 | 137 | 23 | 16 | 133 | 52 |
| Binary | 11001110 | 111001 | 1010 | 0 | 1001000 | 1011111 | 10011 | 1110 | 1011011 | 101010 |
Color Harmonies of #CE390A
Complementary color
Monochromatic Colors of #CE390A
Black with #CE390A
Text Example
Text Example
White with #CE390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE390A; }
p { color: rgb(206,57,10); }
H1.HeaderClassName
{
color: #CE390A;
}
.AnyTagClassName
{
color: #CE390A;
}
</style>
background-color css
<style>
a { background-color: #CE390A; }
a { background-color: rgb(206,57,10); }
div.DivClassName
{
background-color: #CE390A;
}
.BgClassName
{
background-color: #CE390A;
}
</style>
border-color css
<style>
span { border-color: #CE390A; }
span { border-color: rgb(206,57,10); }
td.TdClassName
{
border-color: #CE390A;
}
.TagClassName
{
border-color: #CE390A;
}
</style>