Html Css Color HEX #CE310D Harley Davidson Orange
📋 copy color: '#CE310D'red 206 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #CE310D
Tints of Harley Davidson Orange #CE310D
RGB
CMYK
RGB Variations
Color information
#CE310D (or 0xCE310D) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 0D. RGB value is (206,49,13). Sum of RGB (Red+Green+Blue) = 206+49+13=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE310D is #31CEF2. Grayscale: #5C5C5C. Windows color (decimal): -3264243 or 864718. OLE color: 864718.
HSL color Cylindrical-coordinate representation of color #CE310D: hue angle of 11.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE310D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.19 |
| HSL | 11.19º | 0.88% | 0.43% | - |
| HSV(B) | 11.19º | 0.94% | 0.81% | - |
| XYZ | 26.62 | 15.35 | 1.94 | - |
| YUV | 91.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 13 | 0 | 0.76 | 0.94 | 0.19 | 11.19 | 0.88 | 0.43 |
| Hex | CE | 31 | D | 0 | 4C | 5E | 13 | B | 58 | 2B |
| Octal | 316 | 61 | 15 | 0 | 114 | 136 | 23 | 13 | 130 | 53 |
| Binary | 11001110 | 110001 | 1101 | 0 | 1001100 | 1011110 | 10011 | 1011 | 1011000 | 101011 |
Color Harmonies of #CE310D
Complementary color
Monochromatic Colors of #CE310D
Black with #CE310D
Text Example
Text Example
White with #CE310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE310D; }
p { color: rgb(206,49,13); }
H1.HeaderClassName
{
color: #CE310D;
}
.AnyTagClassName
{
color: #CE310D;
}
</style>
background-color css
<style>
a { background-color: #CE310D; }
a { background-color: rgb(206,49,13); }
div.DivClassName
{
background-color: #CE310D;
}
.BgClassName
{
background-color: #CE310D;
}
</style>
border-color css
<style>
span { border-color: #CE310D; }
span { border-color: rgb(206,49,13); }
td.TdClassName
{
border-color: #CE310D;
}
.TagClassName
{
border-color: #CE310D;
}
</style>