Html Css Color HEX #CE2F20 Harley Davidson Orange
📋 copy color: '#CE2F20'red 206 ◦ green 47 ◦ blue 32
Shades of Harley Davidson Orange #CE2F20
Tints of Harley Davidson Orange #CE2F20
RGB
CMYK
RGB Variations
Color information
#CE2F20 (or 0xCE2F20) is known color: Harley Davidson Orange. HEX triplet: CE, 2F and 20. RGB value is (206,47,32). Sum of RGB (Red+Green+Blue) = 206+47+32=285 (37% of max value = 765). Red value is 206 (80.86% from 255 or 72.28% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2F20 is #31D0DF. Grayscale: #5D5D5D. Windows color (decimal): -3264736 or 2109390. OLE color: 2109390.
HSL color Cylindrical-coordinate representation of color #CE2F20: hue angle of 5.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE2F20 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 32 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.19 |
| HSL | 5.17º | 0.73% | 0.47% | - |
| HSV(B) | 5.17º | 0.84% | 0.81% | - |
| XYZ | 26.73 | 15.26 | 2.9 | - |
| YUV | 92.83 | 93.68 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 32 | 0 | 0.77 | 0.84 | 0.19 | 5.17 | 0.73 | 0.47 |
| Hex | CE | 2F | 20 | 0 | 4D | 54 | 13 | 5 | 49 | 2F |
| Octal | 316 | 57 | 40 | 0 | 115 | 124 | 23 | 5 | 111 | 57 |
| Binary | 11001110 | 101111 | 100000 | 0 | 1001101 | 1010100 | 10011 | 101 | 1001001 | 101111 |
Color Harmonies of #CE2F20
Complementary color
Monochromatic Colors of #CE2F20
Black with #CE2F20
Text Example
Text Example
White with #CE2F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F20; }
p { color: rgb(206,47,32); }
H1.HeaderClassName
{
color: #CE2F20;
}
.AnyTagClassName
{
color: #CE2F20;
}
</style>
background-color css
<style>
a { background-color: #CE2F20; }
a { background-color: rgb(206,47,32); }
div.DivClassName
{
background-color: #CE2F20;
}
.BgClassName
{
background-color: #CE2F20;
}
</style>
border-color css
<style>
span { border-color: #CE2F20; }
span { border-color: rgb(206,47,32); }
td.TdClassName
{
border-color: #CE2F20;
}
.TagClassName
{
border-color: #CE2F20;
}
</style>