Html Css Color HEX #CE2113 Harley Davidson Orange
📋 copy color: '#CE2113'red 206 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #CE2113
Tints of Harley Davidson Orange #CE2113
RGB
CMYK
RGB Variations
Color information
#CE2113 (or 0xCE2113) is known color: Harley Davidson Orange. HEX triplet: CE, 21 and 13. RGB value is (206,33,19). Sum of RGB (Red+Green+Blue) = 206+33+19=258 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.84% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2113 is #31DEEC. Grayscale: #535353. Windows color (decimal): -3268333 or 1253838. OLE color: 1253838.
HSL color Cylindrical-coordinate representation of color #CE2113: hue angle of 4.49º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE2113 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 33 | 19 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.19 |
| HSL | 4.49º | 0.83% | 0.44% | - |
| HSV(B) | 4.49º | 0.91% | 0.81% | - |
| XYZ | 26.12 | 14.26 | 1.99 | - |
| YUV | 83.13 | 91.81 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 33 | 19 | 0 | 0.84 | 0.91 | 0.19 | 4.49 | 0.83 | 0.44 |
| Hex | CE | 21 | 13 | 0 | 54 | 5B | 13 | 4 | 53 | 2C |
| Octal | 316 | 41 | 23 | 0 | 124 | 133 | 23 | 4 | 123 | 54 |
| Binary | 11001110 | 100001 | 10011 | 0 | 1010100 | 1011011 | 10011 | 100 | 1010011 | 101100 |
Color Harmonies of #CE2113
Complementary color
Monochromatic Colors of #CE2113
Black with #CE2113
Text Example
Text Example
White with #CE2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2113; }
p { color: rgb(206,33,19); }
H1.HeaderClassName
{
color: #CE2113;
}
.AnyTagClassName
{
color: #CE2113;
}
</style>
background-color css
<style>
a { background-color: #CE2113; }
a { background-color: rgb(206,33,19); }
div.DivClassName
{
background-color: #CE2113;
}
.BgClassName
{
background-color: #CE2113;
}
</style>
border-color css
<style>
span { border-color: #CE2113; }
span { border-color: rgb(206,33,19); }
td.TdClassName
{
border-color: #CE2113;
}
.TagClassName
{
border-color: #CE2113;
}
</style>