Html Css Color HEX #CE311F Harley Davidson Orange
📋 copy color: '#CE311F'red 206 ◦ green 49 ◦ blue 31
Shades of Harley Davidson Orange #CE311F
Tints of Harley Davidson Orange #CE311F
RGB
CMYK
RGB Variations
Color information
#CE311F (or 0xCE311F) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 1F. RGB value is (206,49,31). Sum of RGB (Red+Green+Blue) = 206+49+31=286 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.03% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 206 - color contains mainly: red. Hex color #CE311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE311F is #31CEE0. Grayscale: #5E5E5E. Windows color (decimal): -3264225 or 2044366. OLE color: 2044366.
HSL color Cylindrical-coordinate representation of color #CE311F: hue angle of 6.17º 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 #CE311F is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 31 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.19 |
| HSL | 6.17º | 0.74% | 0.46% | - |
| HSV(B) | 6.17º | 0.85% | 0.81% | - |
| XYZ | 26.8 | 15.42 | 2.86 | - |
| YUV | 93.89 | 92.51 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 31 | 0 | 0.76 | 0.85 | 0.19 | 6.17 | 0.74 | 0.46 |
| Hex | CE | 31 | 1F | 0 | 4C | 55 | 13 | 6 | 4A | 2E |
| Octal | 316 | 61 | 37 | 0 | 114 | 125 | 23 | 6 | 112 | 56 |
| Binary | 11001110 | 110001 | 11111 | 0 | 1001100 | 1010101 | 10011 | 110 | 1001010 | 101110 |
Color Harmonies of #CE311F
Complementary color
Monochromatic Colors of #CE311F
Black with #CE311F
Text Example
Text Example
White with #CE311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE311F; }
p { color: rgb(206,49,31); }
H1.HeaderClassName
{
color: #CE311F;
}
.AnyTagClassName
{
color: #CE311F;
}
</style>
background-color css
<style>
a { background-color: #CE311F; }
a { background-color: rgb(206,49,31); }
div.DivClassName
{
background-color: #CE311F;
}
.BgClassName
{
background-color: #CE311F;
}
</style>
border-color css
<style>
span { border-color: #CE311F; }
span { border-color: rgb(206,49,31); }
td.TdClassName
{
border-color: #CE311F;
}
.TagClassName
{
border-color: #CE311F;
}
</style>