Html Css Color HEX #CE3F14 Harley Davidson Orange
📋 copy color: '#CE3F14'red 206 ◦ green 63 ◦ blue 20
Shades of Harley Davidson Orange #CE3F14
Tints of Harley Davidson Orange #CE3F14
RGB
CMYK
RGB Variations
Color information
#CE3F14 (or 0xCE3F14) is known color: Harley Davidson Orange. HEX triplet: CE, 3F and 14. RGB value is (206,63,20). Sum of RGB (Red+Green+Blue) = 206+63+20=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3F14 is #31C0EB. Grayscale: #656565. Windows color (decimal): -3260652 or 1327054. OLE color: 1327054.
HSL color Cylindrical-coordinate representation of color #CE3F14: hue angle of 13.87º 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 #CE3F14 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 63 | 20 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.19 |
| HSL | 13.87º | 0.82% | 0.44% | - |
| HSV(B) | 13.87º | 0.9% | 0.81% | - |
| XYZ | 27.36 | 16.73 | 2.45 | - |
| YUV | 100.86 | 82.38 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 20 | 0 | 0.69 | 0.90 | 0.19 | 13.87 | 0.82 | 0.44 |
| Hex | CE | 3F | 14 | 0 | 45 | 5A | 13 | E | 52 | 2C |
| Octal | 316 | 77 | 24 | 0 | 105 | 132 | 23 | 16 | 122 | 54 |
| Binary | 11001110 | 111111 | 10100 | 0 | 1000101 | 1011010 | 10011 | 1110 | 1010010 | 101100 |
Color Harmonies of #CE3F14
Complementary color
Monochromatic Colors of #CE3F14
Black with #CE3F14
Text Example
Text Example
White with #CE3F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3F14; }
p { color: rgb(206,63,20); }
H1.HeaderClassName
{
color: #CE3F14;
}
.AnyTagClassName
{
color: #CE3F14;
}
</style>
background-color css
<style>
a { background-color: #CE3F14; }
a { background-color: rgb(206,63,20); }
div.DivClassName
{
background-color: #CE3F14;
}
.BgClassName
{
background-color: #CE3F14;
}
</style>
border-color css
<style>
span { border-color: #CE3F14; }
span { border-color: rgb(206,63,20); }
td.TdClassName
{
border-color: #CE3F14;
}
.TagClassName
{
border-color: #CE3F14;
}
</style>