Html Css Color HEX #CE3514 Harley Davidson Orange
📋 copy color: '#CE3514'red 206 ◦ green 53 ◦ blue 20
Shades of Harley Davidson Orange #CE3514
Tints of Harley Davidson Orange #CE3514
RGB
CMYK
RGB Variations
Color information
#CE3514 (or 0xCE3514) is known color: Harley Davidson Orange. HEX triplet: CE, 35 and 14. RGB value is (206,53,20). Sum of RGB (Red+Green+Blue) = 206+53+20=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3514 is #31CAEB. Grayscale: #5F5F5F. Windows color (decimal): -3263212 or 1324494. OLE color: 1324494.
HSL color Cylindrical-coordinate representation of color #CE3514: hue angle of 10.65º 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 #CE3514 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.19 |
| HSL | 10.65º | 0.82% | 0.44% | - |
| HSV(B) | 10.65º | 0.9% | 0.81% | - |
| XYZ | 26.85 | 15.72 | 2.28 | - |
| YUV | 94.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 20 | 0 | 0.74 | 0.90 | 0.19 | 10.65 | 0.82 | 0.44 |
| Hex | CE | 35 | 14 | 0 | 4A | 5A | 13 | B | 52 | 2C |
| Octal | 316 | 65 | 24 | 0 | 112 | 132 | 23 | 13 | 122 | 54 |
| Binary | 11001110 | 110101 | 10100 | 0 | 1001010 | 1011010 | 10011 | 1011 | 1010010 | 101100 |
Color Harmonies of #CE3514
Complementary color
Monochromatic Colors of #CE3514
Black with #CE3514
Text Example
Text Example
White with #CE3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3514; }
p { color: rgb(206,53,20); }
H1.HeaderClassName
{
color: #CE3514;
}
.AnyTagClassName
{
color: #CE3514;
}
</style>
background-color css
<style>
a { background-color: #CE3514; }
a { background-color: rgb(206,53,20); }
div.DivClassName
{
background-color: #CE3514;
}
.BgClassName
{
background-color: #CE3514;
}
</style>
border-color css
<style>
span { border-color: #CE3514; }
span { border-color: rgb(206,53,20); }
td.TdClassName
{
border-color: #CE3514;
}
.TagClassName
{
border-color: #CE3514;
}
</style>