Html Css Color HEX #CE3A13 Harley Davidson Orange
📋 copy color: '#CE3A13'red 206 ◦ green 58 ◦ blue 19
Shades of Harley Davidson Orange #CE3A13
Tints of Harley Davidson Orange #CE3A13
RGB
CMYK
RGB Variations
Color information
#CE3A13 (or 0xCE3A13) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 13. RGB value is (206,58,19). Sum of RGB (Red+Green+Blue) = 206+58+19=283 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.79% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A13 is #31C5EC. Grayscale: #626262. Windows color (decimal): -3261933 or 1260238. OLE color: 1260238.
HSL color Cylindrical-coordinate representation of color #CE3A13: hue angle of 12.51º 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 #CE3A13 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 19 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.19 |
| HSL | 12.51º | 0.83% | 0.44% | - |
| HSV(B) | 12.51º | 0.91% | 0.81% | - |
| XYZ | 27.08 | 16.19 | 2.31 | - |
| YUV | 97.81 | 83.53 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 19 | 0 | 0.72 | 0.91 | 0.19 | 12.51 | 0.83 | 0.44 |
| Hex | CE | 3A | 13 | 0 | 48 | 5B | 13 | D | 53 | 2C |
| Octal | 316 | 72 | 23 | 0 | 110 | 133 | 23 | 15 | 123 | 54 |
| Binary | 11001110 | 111010 | 10011 | 0 | 1001000 | 1011011 | 10011 | 1101 | 1010011 | 101100 |
Color Harmonies of #CE3A13
Complementary color
Monochromatic Colors of #CE3A13
Black with #CE3A13
Text Example
Text Example
White with #CE3A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A13; }
p { color: rgb(206,58,19); }
H1.HeaderClassName
{
color: #CE3A13;
}
.AnyTagClassName
{
color: #CE3A13;
}
</style>
background-color css
<style>
a { background-color: #CE3A13; }
a { background-color: rgb(206,58,19); }
div.DivClassName
{
background-color: #CE3A13;
}
.BgClassName
{
background-color: #CE3A13;
}
</style>
border-color css
<style>
span { border-color: #CE3A13; }
span { border-color: rgb(206,58,19); }
td.TdClassName
{
border-color: #CE3A13;
}
.TagClassName
{
border-color: #CE3A13;
}
</style>