Html Css Color HEX #CE2415 Harley Davidson Orange
📋 copy color: '#CE2415'red 206 ◦ green 36 ◦ blue 21
Shades of Harley Davidson Orange #CE2415
Tints of Harley Davidson Orange #CE2415
RGB
CMYK
RGB Variations
Color information
#CE2415 (or 0xCE2415) is known color: Harley Davidson Orange. HEX triplet: CE, 24 and 15. RGB value is (206,36,21). Sum of RGB (Red+Green+Blue) = 206+36+21=263 (34% of max value = 765). Red value is 206 (80.86% from 255 or 78.33% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2415 is #31DBEA. Grayscale: #555555. Windows color (decimal): -3267563 or 1385678. OLE color: 1385678.
HSL color Cylindrical-coordinate representation of color #CE2415: hue angle of 4.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE2415 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 36 | 21 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.19 |
| HSL | 4.86º | 0.81% | 0.45% | - |
| HSV(B) | 4.86º | 0.9% | 0.81% | - |
| XYZ | 26.22 | 14.44 | 2.11 | - |
| YUV | 85.12 | 91.82 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 36 | 21 | 0 | 0.83 | 0.90 | 0.19 | 4.86 | 0.81 | 0.45 |
| Hex | CE | 24 | 15 | 0 | 53 | 5A | 13 | 5 | 51 | 2D |
| Octal | 316 | 44 | 25 | 0 | 123 | 132 | 23 | 5 | 121 | 55 |
| Binary | 11001110 | 100100 | 10101 | 0 | 1010011 | 1011010 | 10011 | 101 | 1010001 | 101101 |
Color Harmonies of #CE2415
Complementary color
Monochromatic Colors of #CE2415
Black with #CE2415
Text Example
Text Example
White with #CE2415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2415; }
p { color: rgb(206,36,21); }
H1.HeaderClassName
{
color: #CE2415;
}
.AnyTagClassName
{
color: #CE2415;
}
</style>
background-color css
<style>
a { background-color: #CE2415; }
a { background-color: rgb(206,36,21); }
div.DivClassName
{
background-color: #CE2415;
}
.BgClassName
{
background-color: #CE2415;
}
</style>
border-color css
<style>
span { border-color: #CE2415; }
span { border-color: rgb(206,36,21); }
td.TdClassName
{
border-color: #CE2415;
}
.TagClassName
{
border-color: #CE2415;
}
</style>