Html Css Color HEX #CE371D Harley Davidson Orange
📋 copy color: '#CE371D'red 206 ◦ green 55 ◦ blue 29
Shades of Harley Davidson Orange #CE371D
Tints of Harley Davidson Orange #CE371D
RGB
CMYK
RGB Variations
Color information
#CE371D (or 0xCE371D) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 1D. RGB value is (206,55,29). Sum of RGB (Red+Green+Blue) = 206+55+29=290 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.03% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 206 - color contains mainly: red. Hex color #CE371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE371D is #31C8E2. Grayscale: #616161. Windows color (decimal): -3262691 or 1914830. OLE color: 1914830.
HSL color Cylindrical-coordinate representation of color #CE371D: hue angle of 8.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE371D is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 29 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.19 |
| HSL | 8.81º | 0.75% | 0.46% | - |
| HSV(B) | 8.81º | 0.86% | 0.81% | - |
| XYZ | 27.04 | 15.94 | 2.81 | - |
| YUV | 97.19 | 89.53 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 29 | 0 | 0.73 | 0.86 | 0.19 | 8.81 | 0.75 | 0.46 |
| Hex | CE | 37 | 1D | 0 | 49 | 56 | 13 | 9 | 4B | 2E |
| Octal | 316 | 67 | 35 | 0 | 111 | 126 | 23 | 11 | 113 | 56 |
| Binary | 11001110 | 110111 | 11101 | 0 | 1001001 | 1010110 | 10011 | 1001 | 1001011 | 101110 |
Color Harmonies of #CE371D
Complementary color
Monochromatic Colors of #CE371D
Black with #CE371D
Text Example
Text Example
White with #CE371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE371D; }
p { color: rgb(206,55,29); }
H1.HeaderClassName
{
color: #CE371D;
}
.AnyTagClassName
{
color: #CE371D;
}
</style>
background-color css
<style>
a { background-color: #CE371D; }
a { background-color: rgb(206,55,29); }
div.DivClassName
{
background-color: #CE371D;
}
.BgClassName
{
background-color: #CE371D;
}
</style>
border-color css
<style>
span { border-color: #CE371D; }
span { border-color: rgb(206,55,29); }
td.TdClassName
{
border-color: #CE371D;
}
.TagClassName
{
border-color: #CE371D;
}
</style>