Html Css Color HEX #CE310C Harley Davidson Orange
📋 copy color: '#CE310C'red 206 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #CE310C
Tints of Harley Davidson Orange #CE310C
RGB
CMYK
RGB Variations
Color information
#CE310C (or 0xCE310C) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 0C. RGB value is (206,49,12). Sum of RGB (Red+Green+Blue) = 206+49+12=267 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.15% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 206 - color contains mainly: red. Hex color #CE310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE310C is #31CEF3. Grayscale: #5C5C5C. Windows color (decimal): -3264244 or 799182. OLE color: 799182.
HSL color Cylindrical-coordinate representation of color #CE310C: hue angle of 11.44º degrees, saturation: 0.89, 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 #CE310C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.19 |
| HSL | 11.44º | 0.89% | 0.43% | - |
| HSV(B) | 11.44º | 0.94% | 0.81% | - |
| XYZ | 26.62 | 15.34 | 1.91 | - |
| YUV | 91.73 | 83.01 | 209.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 12 | 0 | 0.76 | 0.94 | 0.19 | 11.44 | 0.89 | 0.43 |
| Hex | CE | 31 | C | 0 | 4C | 5E | 13 | B | 59 | 2B |
| Octal | 316 | 61 | 14 | 0 | 114 | 136 | 23 | 13 | 131 | 53 |
| Binary | 11001110 | 110001 | 1100 | 0 | 1001100 | 1011110 | 10011 | 1011 | 1011001 | 101011 |
Color Harmonies of #CE310C
Complementary color
Monochromatic Colors of #CE310C
Black with #CE310C
Text Example
Text Example
White with #CE310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE310C; }
p { color: rgb(206,49,12); }
H1.HeaderClassName
{
color: #CE310C;
}
.AnyTagClassName
{
color: #CE310C;
}
</style>
background-color css
<style>
a { background-color: #CE310C; }
a { background-color: rgb(206,49,12); }
div.DivClassName
{
background-color: #CE310C;
}
.BgClassName
{
background-color: #CE310C;
}
</style>
border-color css
<style>
span { border-color: #CE310C; }
span { border-color: rgb(206,49,12); }
td.TdClassName
{
border-color: #CE310C;
}
.TagClassName
{
border-color: #CE310C;
}
</style>