Html Css Color HEX #CE3113 Harley Davidson Orange
📋 copy color: '#CE3113'red 206 ◦ green 49 ◦ blue 19
Shades of Harley Davidson Orange #CE3113
Tints of Harley Davidson Orange #CE3113
RGB
CMYK
RGB Variations
Color information
#CE3113 (or 0xCE3113) is known color: Harley Davidson Orange. HEX triplet: CE, 31 and 13. RGB value is (206,49,19). Sum of RGB (Red+Green+Blue) = 206+49+19=274 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.18% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3113 is #31CEEC. Grayscale: #5C5C5C. Windows color (decimal): -3264237 or 1257934. OLE color: 1257934.
HSL color Cylindrical-coordinate representation of color #CE3113: hue angle of 9.63º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE3113 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 19 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.19 |
| HSL | 9.63º | 0.83% | 0.44% | - |
| HSV(B) | 9.63º | 0.91% | 0.81% | - |
| XYZ | 26.67 | 15.37 | 2.18 | - |
| YUV | 92.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 19 | 0 | 0.76 | 0.91 | 0.19 | 9.63 | 0.83 | 0.44 |
| Hex | CE | 31 | 13 | 0 | 4C | 5B | 13 | A | 53 | 2C |
| Octal | 316 | 61 | 23 | 0 | 114 | 133 | 23 | 12 | 123 | 54 |
| Binary | 11001110 | 110001 | 10011 | 0 | 1001100 | 1011011 | 10011 | 1010 | 1010011 | 101100 |
Color Harmonies of #CE3113
Complementary color
Monochromatic Colors of #CE3113
Black with #CE3113
Text Example
Text Example
White with #CE3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3113; }
p { color: rgb(206,49,19); }
H1.HeaderClassName
{
color: #CE3113;
}
.AnyTagClassName
{
color: #CE3113;
}
</style>
background-color css
<style>
a { background-color: #CE3113; }
a { background-color: rgb(206,49,19); }
div.DivClassName
{
background-color: #CE3113;
}
.BgClassName
{
background-color: #CE3113;
}
</style>
border-color css
<style>
span { border-color: #CE3113; }
span { border-color: rgb(206,49,19); }
td.TdClassName
{
border-color: #CE3113;
}
.TagClassName
{
border-color: #CE3113;
}
</style>