Html Css Color HEX #CE3616 Harley Davidson Orange
📋 copy color: '#CE3616'red 206 ◦ green 54 ◦ blue 22
Shades of Harley Davidson Orange #CE3616
Tints of Harley Davidson Orange #CE3616
RGB
CMYK
RGB Variations
Color information
#CE3616 (or 0xCE3616) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 16. RGB value is (206,54,22). Sum of RGB (Red+Green+Blue) = 206+54+22=282 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.05% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3616 is #31C9E9. Grayscale: #606060. Windows color (decimal): -3262954 or 1455822. OLE color: 1455822.
HSL color Cylindrical-coordinate representation of color #CE3616: hue angle of 10.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE3616 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.19 |
| HSL | 10.43º | 0.81% | 0.45% | - |
| HSV(B) | 10.43º | 0.89% | 0.81% | - |
| XYZ | 26.92 | 15.82 | 2.39 | - |
| YUV | 95.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 22 | 0 | 0.74 | 0.89 | 0.19 | 10.43 | 0.81 | 0.45 |
| Hex | CE | 36 | 16 | 0 | 4A | 59 | 13 | A | 51 | 2D |
| Octal | 316 | 66 | 26 | 0 | 112 | 131 | 23 | 12 | 121 | 55 |
| Binary | 11001110 | 110110 | 10110 | 0 | 1001010 | 1011001 | 10011 | 1010 | 1010001 | 101101 |
Color Harmonies of #CE3616
Complementary color
Monochromatic Colors of #CE3616
Black with #CE3616
Text Example
Text Example
White with #CE3616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3616; }
p { color: rgb(206,54,22); }
H1.HeaderClassName
{
color: #CE3616;
}
.AnyTagClassName
{
color: #CE3616;
}
</style>
background-color css
<style>
a { background-color: #CE3616; }
a { background-color: rgb(206,54,22); }
div.DivClassName
{
background-color: #CE3616;
}
.BgClassName
{
background-color: #CE3616;
}
</style>
border-color css
<style>
span { border-color: #CE3616; }
span { border-color: rgb(206,54,22); }
td.TdClassName
{
border-color: #CE3616;
}
.TagClassName
{
border-color: #CE3616;
}
</style>