Html Css Color HEX #CE3513 Harley Davidson Orange
📋 copy color: '#CE3513'red 206 ◦ green 53 ◦ blue 19
Shades of Harley Davidson Orange #CE3513
Tints of Harley Davidson Orange #CE3513
RGB
CMYK
RGB Variations
Color information
#CE3513 (or 0xCE3513) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 13. RGB value is (206,53,19). Sum of RGB (Red+Green+Blue) = 206+53+19=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3513 is #31CAEC. Grayscale: #5F5F5F. Windows color (decimal): -3263213 or 1258958. OLE color: 1258958.
HSL color Cylindrical-coordinate representation of color #CE3513: hue angle of 10.91º 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 #CE3513 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 19 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.19 |
| HSL | 10.91º | 0.83% | 0.44% | - |
| HSV(B) | 10.91º | 0.91% | 0.81% | - |
| XYZ | 26.84 | 15.72 | 2.23 | - |
| YUV | 94.87 | 85.19 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 19 | 0 | 0.74 | 0.91 | 0.19 | 10.91 | 0.83 | 0.44 |
| Hex | CE | 35 | 13 | 0 | 4A | 5B | 13 | B | 53 | 2C |
| Octal | 316 | 65 | 23 | 0 | 112 | 133 | 23 | 13 | 123 | 54 |
| Binary | 11001110 | 110101 | 10011 | 0 | 1001010 | 1011011 | 10011 | 1011 | 1010011 | 101100 |
Color Harmonies of #CE3513
Complementary color
Monochromatic Colors of #CE3513
Black with #CE3513
Text Example
Text Example
White with #CE3513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3513; }
p { color: rgb(206,53,19); }
H1.HeaderClassName
{
color: #CE3513;
}
.AnyTagClassName
{
color: #CE3513;
}
</style>
background-color css
<style>
a { background-color: #CE3513; }
a { background-color: rgb(206,53,19); }
div.DivClassName
{
background-color: #CE3513;
}
.BgClassName
{
background-color: #CE3513;
}
</style>
border-color css
<style>
span { border-color: #CE3513; }
span { border-color: rgb(206,53,19); }
td.TdClassName
{
border-color: #CE3513;
}
.TagClassName
{
border-color: #CE3513;
}
</style>