Html Css Color HEX #CE4A14 Harley Davidson Orange
📋 copy color: '#CE4A14'red 206 ◦ green 74 ◦ blue 20
Shades of Harley Davidson Orange #CE4A14
Tints of Harley Davidson Orange #CE4A14
RGB
CMYK
RGB Variations
Color information
#CE4A14 (or 0xCE4A14) is known color: Harley Davidson Orange. HEX triplet: CE, 4A and 14. RGB value is (206,74,20). Sum of RGB (Red+Green+Blue) = 206+74+20=300 (39% of max value = 765). Red value is 206 (80.86% from 255 or 68.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 20 (8.20% from 255 or 6.67% from 300); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4A14 is #31B5EB. Grayscale: #6B6B6B. Windows color (decimal): -3257836 or 1329870. OLE color: 1329870.
HSL color Cylindrical-coordinate representation of color #CE4A14: hue angle of 17.42º 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 #CE4A14 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 20 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.19 |
| HSL | 17.42º | 0.82% | 0.44% | - |
| HSV(B) | 17.42º | 0.9% | 0.81% | - |
| XYZ | 28.03 | 18.07 | 2.67 | - |
| YUV | 107.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 20 | 0 | 0.64 | 0.90 | 0.19 | 17.42 | 0.82 | 0.44 |
| Hex | CE | 4A | 14 | 0 | 40 | 5A | 13 | 11 | 52 | 2C |
| Octal | 316 | 112 | 24 | 0 | 100 | 132 | 23 | 21 | 122 | 54 |
| Binary | 11001110 | 1001010 | 10100 | 0 | 1000000 | 1011010 | 10011 | 10001 | 1010010 | 101100 |
Color Harmonies of #CE4A14
Complementary color
Monochromatic Colors of #CE4A14
Black with #CE4A14
Text Example
Text Example
White with #CE4A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A14; }
p { color: rgb(206,74,20); }
H1.HeaderClassName
{
color: #CE4A14;
}
.AnyTagClassName
{
color: #CE4A14;
}
</style>
background-color css
<style>
a { background-color: #CE4A14; }
a { background-color: rgb(206,74,20); }
div.DivClassName
{
background-color: #CE4A14;
}
.BgClassName
{
background-color: #CE4A14;
}
</style>
border-color css
<style>
span { border-color: #CE4A14; }
span { border-color: rgb(206,74,20); }
td.TdClassName
{
border-color: #CE4A14;
}
.TagClassName
{
border-color: #CE4A14;
}
</style>