Html Css Color HEX #CE3614 Harley Davidson Orange
📋 copy color: '#CE3614'red 206 ◦ green 54 ◦ blue 20
Shades of Harley Davidson Orange #CE3614
Tints of Harley Davidson Orange #CE3614
RGB
CMYK
RGB Variations
Color information
#CE3614 (or 0xCE3614) is known color: Harley Davidson Orange. HEX triplet: CE, 36 and 14. RGB value is (206,54,20). Sum of RGB (Red+Green+Blue) = 206+54+20=280 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.57% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3614 is #31C9EB. Grayscale: #5F5F5F. Windows color (decimal): -3262956 or 1324750. OLE color: 1324750.
HSL color Cylindrical-coordinate representation of color #CE3614: hue angle of 10.97º 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 #CE3614 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.19 |
| HSL | 10.97º | 0.82% | 0.44% | - |
| HSV(B) | 10.97º | 0.9% | 0.81% | - |
| XYZ | 26.9 | 15.81 | 2.3 | - |
| YUV | 95.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 20 | 0 | 0.74 | 0.90 | 0.19 | 10.97 | 0.82 | 0.44 |
| Hex | CE | 36 | 14 | 0 | 4A | 5A | 13 | B | 52 | 2C |
| Octal | 316 | 66 | 24 | 0 | 112 | 132 | 23 | 13 | 122 | 54 |
| Binary | 11001110 | 110110 | 10100 | 0 | 1001010 | 1011010 | 10011 | 1011 | 1010010 | 101100 |
Color Harmonies of #CE3614
Complementary color
Monochromatic Colors of #CE3614
Black with #CE3614
Text Example
Text Example
White with #CE3614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3614; }
p { color: rgb(206,54,20); }
H1.HeaderClassName
{
color: #CE3614;
}
.AnyTagClassName
{
color: #CE3614;
}
</style>
background-color css
<style>
a { background-color: #CE3614; }
a { background-color: rgb(206,54,20); }
div.DivClassName
{
background-color: #CE3614;
}
.BgClassName
{
background-color: #CE3614;
}
</style>
border-color css
<style>
span { border-color: #CE3614; }
span { border-color: rgb(206,54,20); }
td.TdClassName
{
border-color: #CE3614;
}
.TagClassName
{
border-color: #CE3614;
}
</style>