Html Css Color HEX #CE4913 Harley Davidson Orange
📋 copy color: '#CE4913'red 206 ◦ green 73 ◦ blue 19
Shades of Harley Davidson Orange #CE4913
Tints of Harley Davidson Orange #CE4913
RGB
CMYK
RGB Variations
Color information
#CE4913 (or 0xCE4913) is known color: Harley Davidson Orange. HEX triplet: CE, 49 and 13. RGB value is (206,73,19). Sum of RGB (Red+Green+Blue) = 206+73+19=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4913 is #31B6EC. Grayscale: #6A6A6A. Windows color (decimal): -3258093 or 1264078. OLE color: 1264078.
HSL color Cylindrical-coordinate representation of color #CE4913: hue angle of 17.33º 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 #CE4913 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.19 |
| HSL | 17.33º | 0.83% | 0.44% | - |
| HSV(B) | 17.33º | 0.91% | 0.81% | - |
| XYZ | 27.95 | 17.93 | 2.6 | - |
| YUV | 106.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 19 | 0 | 0.65 | 0.91 | 0.19 | 17.33 | 0.83 | 0.44 |
| Hex | CE | 49 | 13 | 0 | 41 | 5B | 13 | 11 | 53 | 2C |
| Octal | 316 | 111 | 23 | 0 | 101 | 133 | 23 | 21 | 123 | 54 |
| Binary | 11001110 | 1001001 | 10011 | 0 | 1000001 | 1011011 | 10011 | 10001 | 1010011 | 101100 |
Color Harmonies of #CE4913
Complementary color
Monochromatic Colors of #CE4913
Black with #CE4913
Text Example
Text Example
White with #CE4913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4913; }
p { color: rgb(206,73,19); }
H1.HeaderClassName
{
color: #CE4913;
}
.AnyTagClassName
{
color: #CE4913;
}
</style>
background-color css
<style>
a { background-color: #CE4913; }
a { background-color: rgb(206,73,19); }
div.DivClassName
{
background-color: #CE4913;
}
.BgClassName
{
background-color: #CE4913;
}
</style>
border-color css
<style>
span { border-color: #CE4913; }
span { border-color: rgb(206,73,19); }
td.TdClassName
{
border-color: #CE4913;
}
.TagClassName
{
border-color: #CE4913;
}
</style>