Html Css Color HEX #CE2514 Harley Davidson Orange
📋 copy color: '#CE2514'red 206 ◦ green 37 ◦ blue 20
Shades of Harley Davidson Orange #CE2514
Tints of Harley Davidson Orange #CE2514
RGB
CMYK
RGB Variations
Color information
#CE2514 (or 0xCE2514) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 14. RGB value is (206,37,20). Sum of RGB (Red+Green+Blue) = 206+37+20=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2514 is #31DAEB. Grayscale: #555555. Windows color (decimal): -3267308 or 1320398. OLE color: 1320398.
HSL color Cylindrical-coordinate representation of color #CE2514: hue angle of 5.48º 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 #CE2514 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.19 |
| HSL | 5.48º | 0.82% | 0.44% | - |
| HSV(B) | 5.48º | 0.9% | 0.81% | - |
| XYZ | 26.24 | 14.5 | 2.08 | - |
| YUV | 85.59 | 90.99 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 20 | 0 | 0.82 | 0.90 | 0.19 | 5.48 | 0.82 | 0.44 |
| Hex | CE | 25 | 14 | 0 | 52 | 5A | 13 | 5 | 52 | 2C |
| Octal | 316 | 45 | 24 | 0 | 122 | 132 | 23 | 5 | 122 | 54 |
| Binary | 11001110 | 100101 | 10100 | 0 | 1010010 | 1011010 | 10011 | 101 | 1010010 | 101100 |
Color Harmonies of #CE2514
Complementary color
Monochromatic Colors of #CE2514
Black with #CE2514
Text Example
Text Example
White with #CE2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2514; }
p { color: rgb(206,37,20); }
H1.HeaderClassName
{
color: #CE2514;
}
.AnyTagClassName
{
color: #CE2514;
}
</style>
background-color css
<style>
a { background-color: #CE2514; }
a { background-color: rgb(206,37,20); }
div.DivClassName
{
background-color: #CE2514;
}
.BgClassName
{
background-color: #CE2514;
}
</style>
border-color css
<style>
span { border-color: #CE2514; }
span { border-color: rgb(206,37,20); }
td.TdClassName
{
border-color: #CE2514;
}
.TagClassName
{
border-color: #CE2514;
}
</style>