Html Css Color HEX #CE2614 Harley Davidson Orange
📋 copy color: '#CE2614'red 206 ◦ green 38 ◦ blue 20
Shades of Harley Davidson Orange #CE2614
Tints of Harley Davidson Orange #CE2614
RGB
CMYK
RGB Variations
Color information
#CE2614 (or 0xCE2614) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 14. RGB value is (206,38,20). Sum of RGB (Red+Green+Blue) = 206+38+20=264 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.03% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2614 is #31D9EB. Grayscale: #565656. Windows color (decimal): -3267052 or 1320654. OLE color: 1320654.
HSL color Cylindrical-coordinate representation of color #CE2614: hue angle of 5.81º 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 #CE2614 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.19 |
| HSL | 5.81º | 0.82% | 0.44% | - |
| HSV(B) | 5.81º | 0.9% | 0.81% | - |
| XYZ | 26.27 | 14.56 | 2.09 | - |
| YUV | 86.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 20 | 0 | 0.82 | 0.90 | 0.19 | 5.81 | 0.82 | 0.44 |
| Hex | CE | 26 | 14 | 0 | 52 | 5A | 13 | 6 | 52 | 2C |
| Octal | 316 | 46 | 24 | 0 | 122 | 132 | 23 | 6 | 122 | 54 |
| Binary | 11001110 | 100110 | 10100 | 0 | 1010010 | 1011010 | 10011 | 110 | 1010010 | 101100 |
Color Harmonies of #CE2614
Complementary color
Monochromatic Colors of #CE2614
Black with #CE2614
Text Example
Text Example
White with #CE2614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2614; }
p { color: rgb(206,38,20); }
H1.HeaderClassName
{
color: #CE2614;
}
.AnyTagClassName
{
color: #CE2614;
}
</style>
background-color css
<style>
a { background-color: #CE2614; }
a { background-color: rgb(206,38,20); }
div.DivClassName
{
background-color: #CE2614;
}
.BgClassName
{
background-color: #CE2614;
}
</style>
border-color css
<style>
span { border-color: #CE2614; }
span { border-color: rgb(206,38,20); }
td.TdClassName
{
border-color: #CE2614;
}
.TagClassName
{
border-color: #CE2614;
}
</style>