Html Css Color HEX #CE3E13 Harley Davidson Orange
📋 copy color: '#CE3E13'red 206 ◦ green 62 ◦ blue 19
Shades of Harley Davidson Orange #CE3E13
Tints of Harley Davidson Orange #CE3E13
RGB
CMYK
RGB Variations
Color information
#CE3E13 (or 0xCE3E13) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 13. RGB value is (206,62,19). Sum of RGB (Red+Green+Blue) = 206+62+19=287 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.78% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3E13 is #31C1EC. Grayscale: #646464. Windows color (decimal): -3260909 or 1261262. OLE color: 1261262.
HSL color Cylindrical-coordinate representation of color #CE3E13: hue angle of 13.8º 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 #CE3E13 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 19 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.19 |
| HSL | 13.8º | 0.83% | 0.44% | - |
| HSV(B) | 13.8º | 0.91% | 0.81% | - |
| XYZ | 27.29 | 16.61 | 2.38 | - |
| YUV | 100.15 | 82.21 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 19 | 0 | 0.70 | 0.91 | 0.19 | 13.8 | 0.83 | 0.44 |
| Hex | CE | 3E | 13 | 0 | 46 | 5B | 13 | E | 53 | 2C |
| Octal | 316 | 76 | 23 | 0 | 106 | 133 | 23 | 16 | 123 | 54 |
| Binary | 11001110 | 111110 | 10011 | 0 | 1000110 | 1011011 | 10011 | 1110 | 1010011 | 101100 |
Color Harmonies of #CE3E13
Complementary color
Monochromatic Colors of #CE3E13
Black with #CE3E13
Text Example
Text Example
White with #CE3E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E13; }
p { color: rgb(206,62,19); }
H1.HeaderClassName
{
color: #CE3E13;
}
.AnyTagClassName
{
color: #CE3E13;
}
</style>
background-color css
<style>
a { background-color: #CE3E13; }
a { background-color: rgb(206,62,19); }
div.DivClassName
{
background-color: #CE3E13;
}
.BgClassName
{
background-color: #CE3E13;
}
</style>
border-color css
<style>
span { border-color: #CE3E13; }
span { border-color: rgb(206,62,19); }
td.TdClassName
{
border-color: #CE3E13;
}
.TagClassName
{
border-color: #CE3E13;
}
</style>