Html Css Color HEX #CE2414 Harley Davidson Orange
📋 copy color: '#CE2414'red 206 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #CE2414
Tints of Harley Davidson Orange #CE2414
RGB
CMYK
RGB Variations
Color information
#CE2414 (or 0xCE2414) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 14. RGB value is (206,36,20). Sum of RGB (Red+Green+Blue) = 206+36+20=262 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.63% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2414 is #31DBEB. Grayscale: #555555. Windows color (decimal): -3267564 or 1320142. OLE color: 1320142.
HSL color Cylindrical-coordinate representation of color #CE2414: hue angle of 5.16º 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 #CE2414 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 20 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.19 |
| HSL | 5.16º | 0.82% | 0.44% | - |
| HSV(B) | 5.16º | 0.9% | 0.81% | - |
| XYZ | 26.21 | 14.43 | 2.07 | - |
| YUV | 85.01 | 91.32 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 20 | 0 | 0.83 | 0.90 | 0.19 | 5.16 | 0.82 | 0.44 |
| Hex | CE | 24 | 14 | 0 | 53 | 5A | 13 | 5 | 52 | 2C |
| Octal | 316 | 44 | 24 | 0 | 123 | 132 | 23 | 5 | 122 | 54 |
| Binary | 11001110 | 100100 | 10100 | 0 | 1010011 | 1011010 | 10011 | 101 | 1010010 | 101100 |
Color Harmonies of #CE2414
Complementary color
Monochromatic Colors of #CE2414
Black with #CE2414
Text Example
Text Example
White with #CE2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2414; }
p { color: rgb(206,36,20); }
H1.HeaderClassName
{
color: #CE2414;
}
.AnyTagClassName
{
color: #CE2414;
}
</style>
background-color css
<style>
a { background-color: #CE2414; }
a { background-color: rgb(206,36,20); }
div.DivClassName
{
background-color: #CE2414;
}
.BgClassName
{
background-color: #CE2414;
}
</style>
border-color css
<style>
span { border-color: #CE2414; }
span { border-color: rgb(206,36,20); }
td.TdClassName
{
border-color: #CE2414;
}
.TagClassName
{
border-color: #CE2414;
}
</style>