Html Css Color HEX #CE2413 Harley Davidson Orange
📋 copy color: '#CE2413'red 206 ◦ green 36 ◦ blue 19
Shades of Harley Davidson Orange #CE2413
Tints of Harley Davidson Orange #CE2413
RGB
CMYK
RGB Variations
Color information
#CE2413 (or 0xCE2413) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 13. RGB value is (206,36,19). Sum of RGB (Red+Green+Blue) = 206+36+19=261 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.93% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2413 is #31DBEC. Grayscale: #555555. Windows color (decimal): -3267565 or 1254606. OLE color: 1254606.
HSL color Cylindrical-coordinate representation of color #CE2413: hue angle of 5.45º 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 #CE2413 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 19 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.19 |
| HSL | 5.45º | 0.83% | 0.44% | - |
| HSV(B) | 5.45º | 0.91% | 0.81% | - |
| XYZ | 26.2 | 14.43 | 2.02 | - |
| YUV | 84.89 | 90.82 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 19 | 0 | 0.83 | 0.91 | 0.19 | 5.45 | 0.83 | 0.44 |
| Hex | CE | 24 | 13 | 0 | 53 | 5B | 13 | 5 | 53 | 2C |
| Octal | 316 | 44 | 23 | 0 | 123 | 133 | 23 | 5 | 123 | 54 |
| Binary | 11001110 | 100100 | 10011 | 0 | 1010011 | 1011011 | 10011 | 101 | 1010011 | 101100 |
Color Harmonies of #CE2413
Complementary color
Monochromatic Colors of #CE2413
Black with #CE2413
Text Example
Text Example
White with #CE2413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2413; }
p { color: rgb(206,36,19); }
H1.HeaderClassName
{
color: #CE2413;
}
.AnyTagClassName
{
color: #CE2413;
}
</style>
background-color css
<style>
a { background-color: #CE2413; }
a { background-color: rgb(206,36,19); }
div.DivClassName
{
background-color: #CE2413;
}
.BgClassName
{
background-color: #CE2413;
}
</style>
border-color css
<style>
span { border-color: #CE2413; }
span { border-color: rgb(206,36,19); }
td.TdClassName
{
border-color: #CE2413;
}
.TagClassName
{
border-color: #CE2413;
}
</style>