Html Css Color HEX #CE2313 Harley Davidson Orange
📋 copy color: '#CE2313'red 206 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #CE2313
Tints of Harley Davidson Orange #CE2313
RGB
CMYK
RGB Variations
Color information
#CE2313 (or 0xCE2313) is known color: Harley Davidson Orange. HEX triplet: CE, 23 and 13. RGB value is (206,35,19). Sum of RGB (Red+Green+Blue) = 206+35+19=260 (34% of max value = 765). Red value is 206 (80.86% from 255 or 79.23% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2313 is #31DCEC. Grayscale: #545454. Windows color (decimal): -3267821 or 1254350. OLE color: 1254350.
HSL color Cylindrical-coordinate representation of color #CE2313: hue angle of 5.13º 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 #CE2313 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 35 | 19 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.19 |
| HSL | 5.13º | 0.83% | 0.44% | - |
| HSV(B) | 5.13º | 0.91% | 0.81% | - |
| XYZ | 26.17 | 14.37 | 2.01 | - |
| YUV | 84.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 35 | 19 | 0 | 0.83 | 0.91 | 0.19 | 5.13 | 0.83 | 0.44 |
| Hex | CE | 23 | 13 | 0 | 53 | 5B | 13 | 5 | 53 | 2C |
| Octal | 316 | 43 | 23 | 0 | 123 | 133 | 23 | 5 | 123 | 54 |
| Binary | 11001110 | 100011 | 10011 | 0 | 1010011 | 1011011 | 10011 | 101 | 1010011 | 101100 |
Color Harmonies of #CE2313
Complementary color
Monochromatic Colors of #CE2313
Black with #CE2313
Text Example
Text Example
White with #CE2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2313; }
p { color: rgb(206,35,19); }
H1.HeaderClassName
{
color: #CE2313;
}
.AnyTagClassName
{
color: #CE2313;
}
</style>
background-color css
<style>
a { background-color: #CE2313; }
a { background-color: rgb(206,35,19); }
div.DivClassName
{
background-color: #CE2313;
}
.BgClassName
{
background-color: #CE2313;
}
</style>
border-color css
<style>
span { border-color: #CE2313; }
span { border-color: rgb(206,35,19); }
td.TdClassName
{
border-color: #CE2313;
}
.TagClassName
{
border-color: #CE2313;
}
</style>