Html Css Color HEX #CE371E Harley Davidson Orange
📋 copy color: '#CE371E'red 206 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #CE371E
Tints of Harley Davidson Orange #CE371E
RGB
CMYK
RGB Variations
Color information
#CE371E (or 0xCE371E) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 1E. RGB value is (206,55,30). Sum of RGB (Red+Green+Blue) = 206+55+30=291 (38% of max value = 765). Red value is 206 (80.86% from 255 or 70.79% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 206 - color contains mainly: red. Hex color #CE371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE371E is #31C8E1. Grayscale: #616161. Windows color (decimal): -3262690 or 1980366. OLE color: 1980366.
HSL color Cylindrical-coordinate representation of color #CE371E: hue angle of 8.52º degrees, saturation: 0.75, 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 #CE371E is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 30 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.19 |
| HSL | 8.52º | 0.75% | 0.46% | - |
| HSV(B) | 8.52º | 0.85% | 0.81% | - |
| XYZ | 27.05 | 15.95 | 2.88 | - |
| YUV | 97.3 | 90.03 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 30 | 0 | 0.73 | 0.85 | 0.19 | 8.52 | 0.75 | 0.46 |
| Hex | CE | 37 | 1E | 0 | 49 | 55 | 13 | 9 | 4B | 2E |
| Octal | 316 | 67 | 36 | 0 | 111 | 125 | 23 | 11 | 113 | 56 |
| Binary | 11001110 | 110111 | 11110 | 0 | 1001001 | 1010101 | 10011 | 1001 | 1001011 | 101110 |
Color Harmonies of #CE371E
Complementary color
Monochromatic Colors of #CE371E
Black with #CE371E
Text Example
Text Example
White with #CE371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE371E; }
p { color: rgb(206,55,30); }
H1.HeaderClassName
{
color: #CE371E;
}
.AnyTagClassName
{
color: #CE371E;
}
</style>
background-color css
<style>
a { background-color: #CE371E; }
a { background-color: rgb(206,55,30); }
div.DivClassName
{
background-color: #CE371E;
}
.BgClassName
{
background-color: #CE371E;
}
</style>
border-color css
<style>
span { border-color: #CE371E; }
span { border-color: rgb(206,55,30); }
td.TdClassName
{
border-color: #CE371E;
}
.TagClassName
{
border-color: #CE371E;
}
</style>