Html Css Color HEX #CE4914 Harley Davidson Orange
📋 copy color: '#CE4914'red 206 ◦ green 73 ◦ blue 20
Shades of Harley Davidson Orange #CE4914
Tints of Harley Davidson Orange #CE4914
RGB
CMYK
RGB Variations
Color information
#CE4914 (or 0xCE4914) is known color: Harley Davidson Orange. HEX triplet: CE, 49 and 14. RGB value is (206,73,20). Sum of RGB (Red+Green+Blue) = 206+73+20=299 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.90% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4914 is #31B6EB. Grayscale: #6B6B6B. Windows color (decimal): -3258092 or 1329614. OLE color: 1329614.
HSL color Cylindrical-coordinate representation of color #CE4914: hue angle of 17.1º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE4914 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 73 | 20 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.19 |
| HSL | 17.1º | 0.82% | 0.44% | - |
| HSV(B) | 17.1º | 0.9% | 0.81% | - |
| XYZ | 27.96 | 17.94 | 2.65 | - |
| YUV | 106.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 73 | 20 | 0 | 0.65 | 0.90 | 0.19 | 17.1 | 0.82 | 0.44 |
| Hex | CE | 49 | 14 | 0 | 41 | 5A | 13 | 11 | 52 | 2C |
| Octal | 316 | 111 | 24 | 0 | 101 | 132 | 23 | 21 | 122 | 54 |
| Binary | 11001110 | 1001001 | 10100 | 0 | 1000001 | 1011010 | 10011 | 10001 | 1010010 | 101100 |
Color Harmonies of #CE4914
Complementary color
Monochromatic Colors of #CE4914
Black with #CE4914
Text Example
Text Example
White with #CE4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4914; }
p { color: rgb(206,73,20); }
H1.HeaderClassName
{
color: #CE4914;
}
.AnyTagClassName
{
color: #CE4914;
}
</style>
background-color css
<style>
a { background-color: #CE4914; }
a { background-color: rgb(206,73,20); }
div.DivClassName
{
background-color: #CE4914;
}
.BgClassName
{
background-color: #CE4914;
}
</style>
border-color css
<style>
span { border-color: #CE4914; }
span { border-color: rgb(206,73,20); }
td.TdClassName
{
border-color: #CE4914;
}
.TagClassName
{
border-color: #CE4914;
}
</style>