Html Css Color HEX #CE4620 Harley Davidson Orange
📋 copy color: '#CE4620'red 206 ◦ green 70 ◦ blue 32
Shades of Harley Davidson Orange #CE4620
Tints of Harley Davidson Orange #CE4620
RGB
CMYK
RGB Variations
Color information
#CE4620 (or 0xCE4620) is known color: Harley Davidson Orange. HEX triplet: CE, 46 and 20. RGB value is (206,70,32). Sum of RGB (Red+Green+Blue) = 206+70+32=308 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.88% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE4620 is #31B9DF. Grayscale: #6A6A6A. Windows color (decimal): -3258848 or 2115278. OLE color: 2115278.
HSL color Cylindrical-coordinate representation of color #CE4620: hue angle of 13.1º 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 #CE4620 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 32 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.19 |
| HSL | 13.1º | 0.73% | 0.47% | - |
| HSV(B) | 13.1º | 0.84% | 0.81% | - |
| XYZ | 27.9 | 17.61 | 3.29 | - |
| YUV | 106.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 32 | 0 | 0.66 | 0.84 | 0.19 | 13.1 | 0.73 | 0.47 |
| Hex | CE | 46 | 20 | 0 | 42 | 54 | 13 | D | 49 | 2F |
| Octal | 316 | 106 | 40 | 0 | 102 | 124 | 23 | 15 | 111 | 57 |
| Binary | 11001110 | 1000110 | 100000 | 0 | 1000010 | 1010100 | 10011 | 1101 | 1001001 | 101111 |
Color Harmonies of #CE4620
Complementary color
Monochromatic Colors of #CE4620
Black with #CE4620
Text Example
Text Example
White with #CE4620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4620; }
p { color: rgb(206,70,32); }
H1.HeaderClassName
{
color: #CE4620;
}
.AnyTagClassName
{
color: #CE4620;
}
</style>
background-color css
<style>
a { background-color: #CE4620; }
a { background-color: rgb(206,70,32); }
div.DivClassName
{
background-color: #CE4620;
}
.BgClassName
{
background-color: #CE4620;
}
</style>
border-color css
<style>
span { border-color: #CE4620; }
span { border-color: rgb(206,70,32); }
td.TdClassName
{
border-color: #CE4620;
}
.TagClassName
{
border-color: #CE4620;
}
</style>