Html Css Color HEX #CE2714 Harley Davidson Orange
📋 copy color: '#CE2714'red 206 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #CE2714
Tints of Harley Davidson Orange #CE2714
RGB
CMYK
RGB Variations
Color information
#CE2714 (or 0xCE2714) is known color: Harley Davidson Orange. HEX triplet: CE, 27 and 14. RGB value is (206,39,20). Sum of RGB (Red+Green+Blue) = 206+39+20=265 (35% of max value = 765). Red value is 206 (80.86% from 255 or 77.74% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2714 is #31D8EB. Grayscale: #575757. Windows color (decimal): -3266796 or 1320910. OLE color: 1320910.
HSL color Cylindrical-coordinate representation of color #CE2714: hue angle of 6.13º 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 #CE2714 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 39 | 20 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.19 |
| HSL | 6.13º | 0.82% | 0.44% | - |
| HSV(B) | 6.13º | 0.9% | 0.81% | - |
| XYZ | 26.31 | 14.62 | 2.1 | - |
| YUV | 86.77 | 90.33 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 39 | 20 | 0 | 0.81 | 0.90 | 0.19 | 6.13 | 0.82 | 0.44 |
| Hex | CE | 27 | 14 | 0 | 51 | 5A | 13 | 6 | 52 | 2C |
| Octal | 316 | 47 | 24 | 0 | 121 | 132 | 23 | 6 | 122 | 54 |
| Binary | 11001110 | 100111 | 10100 | 0 | 1010001 | 1011010 | 10011 | 110 | 1010010 | 101100 |
Color Harmonies of #CE2714
Complementary color
Monochromatic Colors of #CE2714
Black with #CE2714
Text Example
Text Example
White with #CE2714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2714; }
p { color: rgb(206,39,20); }
H1.HeaderClassName
{
color: #CE2714;
}
.AnyTagClassName
{
color: #CE2714;
}
</style>
background-color css
<style>
a { background-color: #CE2714; }
a { background-color: rgb(206,39,20); }
div.DivClassName
{
background-color: #CE2714;
}
.BgClassName
{
background-color: #CE2714;
}
</style>
border-color css
<style>
span { border-color: #CE2714; }
span { border-color: rgb(206,39,20); }
td.TdClassName
{
border-color: #CE2714;
}
.TagClassName
{
border-color: #CE2714;
}
</style>