Html Css Color HEX #CE2F14 Harley Davidson Orange
📋 copy color: '#CE2F14'red 206 ◦ green 47 ◦ blue 20
Shades of Harley Davidson Orange #CE2F14
Tints of Harley Davidson Orange #CE2F14
RGB
CMYK
RGB Variations
Color information
#CE2F14 (or 0xCE2F14) is known color: Harley Davidson Orange. HEX triplet: CE, 2F and 14. RGB value is (206,47,20). Sum of RGB (Red+Green+Blue) = 206+47+20=273 (36% of max value = 765). Red value is 206 (80.86% from 255 or 75.46% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2F14 is #31D0EB. Grayscale: #5B5B5B. Windows color (decimal): -3264748 or 1322958. OLE color: 1322958.
HSL color Cylindrical-coordinate representation of color #CE2F14: hue angle of 8.71º 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 #CE2F14 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 20 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.19 |
| HSL | 8.71º | 0.82% | 0.44% | - |
| HSV(B) | 8.71º | 0.9% | 0.81% | - |
| XYZ | 26.6 | 15.21 | 2.19 | - |
| YUV | 91.46 | 87.68 | 209.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 20 | 0 | 0.77 | 0.90 | 0.19 | 8.71 | 0.82 | 0.44 |
| Hex | CE | 2F | 14 | 0 | 4D | 5A | 13 | 9 | 52 | 2C |
| Octal | 316 | 57 | 24 | 0 | 115 | 132 | 23 | 11 | 122 | 54 |
| Binary | 11001110 | 101111 | 10100 | 0 | 1001101 | 1011010 | 10011 | 1001 | 1010010 | 101100 |
Color Harmonies of #CE2F14
Complementary color
Monochromatic Colors of #CE2F14
Black with #CE2F14
Text Example
Text Example
White with #CE2F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F14; }
p { color: rgb(206,47,20); }
H1.HeaderClassName
{
color: #CE2F14;
}
.AnyTagClassName
{
color: #CE2F14;
}
</style>
background-color css
<style>
a { background-color: #CE2F14; }
a { background-color: rgb(206,47,20); }
div.DivClassName
{
background-color: #CE2F14;
}
.BgClassName
{
background-color: #CE2F14;
}
</style>
border-color css
<style>
span { border-color: #CE2F14; }
span { border-color: rgb(206,47,20); }
td.TdClassName
{
border-color: #CE2F14;
}
.TagClassName
{
border-color: #CE2F14;
}
</style>