Html Css Color HEX #CE371C Harley Davidson Orange
📋 copy color: '#CE371C'red 206 ◦ green 55 ◦ blue 28
Shades of Harley Davidson Orange #CE371C
Tints of Harley Davidson Orange #CE371C
RGB
CMYK
RGB Variations
Color information
#CE371C (or 0xCE371C) is known color: Harley Davidson Orange. HEX triplet: CE, 37 and 1C. RGB value is (206,55,28). Sum of RGB (Red+Green+Blue) = 206+55+28=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE371C is #31C8E3. Grayscale: #616161. Windows color (decimal): -3262692 or 1849294. OLE color: 1849294.
HSL color Cylindrical-coordinate representation of color #CE371C: hue angle of 9.1º degrees, saturation: 0.76, 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 #CE371C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 28 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.19 |
| HSL | 9.1º | 0.76% | 0.46% | - |
| HSV(B) | 9.1º | 0.86% | 0.81% | - |
| XYZ | 27.03 | 15.94 | 2.75 | - |
| YUV | 97.07 | 89.03 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 28 | 0 | 0.73 | 0.86 | 0.19 | 9.1 | 0.76 | 0.46 |
| Hex | CE | 37 | 1C | 0 | 49 | 56 | 13 | 9 | 4C | 2E |
| Octal | 316 | 67 | 34 | 0 | 111 | 126 | 23 | 11 | 114 | 56 |
| Binary | 11001110 | 110111 | 11100 | 0 | 1001001 | 1010110 | 10011 | 1001 | 1001100 | 101110 |
Color Harmonies of #CE371C
Complementary color
Monochromatic Colors of #CE371C
Black with #CE371C
Text Example
Text Example
White with #CE371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE371C; }
p { color: rgb(206,55,28); }
H1.HeaderClassName
{
color: #CE371C;
}
.AnyTagClassName
{
color: #CE371C;
}
</style>
background-color css
<style>
a { background-color: #CE371C; }
a { background-color: rgb(206,55,28); }
div.DivClassName
{
background-color: #CE371C;
}
.BgClassName
{
background-color: #CE371C;
}
</style>
border-color css
<style>
span { border-color: #CE371C; }
span { border-color: rgb(206,55,28); }
td.TdClassName
{
border-color: #CE371C;
}
.TagClassName
{
border-color: #CE371C;
}
</style>