Html Css Color HEX #CE391F Harley Davidson Orange
📋 copy color: '#CE391F'red 206 ◦ green 57 ◦ blue 31
Shades of Harley Davidson Orange #CE391F
Tints of Harley Davidson Orange #CE391F
RGB
CMYK
RGB Variations
Color information
#CE391F (or 0xCE391F) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 1F. RGB value is (206,57,31). Sum of RGB (Red+Green+Blue) = 206+57+31=294 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.07% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 206 - color contains mainly: red. Hex color #CE391F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE391F is #31C6E0. Grayscale: #626262. Windows color (decimal): -3262177 or 2046414. OLE color: 2046414.
HSL color Cylindrical-coordinate representation of color #CE391F: hue angle of 8.91º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE391F is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 31 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.19 |
| HSL | 8.91º | 0.74% | 0.46% | - |
| HSV(B) | 8.91º | 0.85% | 0.81% | - |
| XYZ | 27.16 | 16.15 | 2.98 | - |
| YUV | 98.59 | 89.86 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 31 | 0 | 0.72 | 0.85 | 0.19 | 8.91 | 0.74 | 0.46 |
| Hex | CE | 39 | 1F | 0 | 48 | 55 | 13 | 9 | 4A | 2E |
| Octal | 316 | 71 | 37 | 0 | 110 | 125 | 23 | 11 | 112 | 56 |
| Binary | 11001110 | 111001 | 11111 | 0 | 1001000 | 1010101 | 10011 | 1001 | 1001010 | 101110 |
Color Harmonies of #CE391F
Complementary color
Monochromatic Colors of #CE391F
Black with #CE391F
Text Example
Text Example
White with #CE391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE391F; }
p { color: rgb(206,57,31); }
H1.HeaderClassName
{
color: #CE391F;
}
.AnyTagClassName
{
color: #CE391F;
}
</style>
background-color css
<style>
a { background-color: #CE391F; }
a { background-color: rgb(206,57,31); }
div.DivClassName
{
background-color: #CE391F;
}
.BgClassName
{
background-color: #CE391F;
}
</style>
border-color css
<style>
span { border-color: #CE391F; }
span { border-color: rgb(206,57,31); }
td.TdClassName
{
border-color: #CE391F;
}
.TagClassName
{
border-color: #CE391F;
}
</style>