Html Css Color HEX #CE2519 Harley Davidson Orange
📋 copy color: '#CE2519'red 206 ◦ green 37 ◦ blue 25
Shades of Harley Davidson Orange #CE2519
Tints of Harley Davidson Orange #CE2519
RGB
CMYK
RGB Variations
Color information
#CE2519 (or 0xCE2519) is known color: Harley Davidson Orange. HEX triplet: CE, 25 and 19. RGB value is (206,37,25). Sum of RGB (Red+Green+Blue) = 206+37+25=268 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.87% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2519 is #31DAE6. Grayscale: #565656. Windows color (decimal): -3267303 or 1648078. OLE color: 1648078.
HSL color Cylindrical-coordinate representation of color #CE2519: hue angle of 3.98º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE2519 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 37 | 25 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.19 |
| HSL | 3.98º | 0.78% | 0.45% | - |
| HSV(B) | 3.98º | 0.88% | 0.81% | - |
| XYZ | 26.29 | 14.52 | 2.34 | - |
| YUV | 86.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 37 | 25 | 0 | 0.82 | 0.88 | 0.19 | 3.98 | 0.78 | 0.45 |
| Hex | CE | 25 | 19 | 0 | 52 | 58 | 13 | 4 | 4E | 2D |
| Octal | 316 | 45 | 31 | 0 | 122 | 130 | 23 | 4 | 116 | 55 |
| Binary | 11001110 | 100101 | 11001 | 0 | 1010010 | 1011000 | 10011 | 100 | 1001110 | 101101 |
Color Harmonies of #CE2519
Complementary color
Monochromatic Colors of #CE2519
Black with #CE2519
Text Example
Text Example
White with #CE2519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2519; }
p { color: rgb(206,37,25); }
H1.HeaderClassName
{
color: #CE2519;
}
.AnyTagClassName
{
color: #CE2519;
}
</style>
background-color css
<style>
a { background-color: #CE2519; }
a { background-color: rgb(206,37,25); }
div.DivClassName
{
background-color: #CE2519;
}
.BgClassName
{
background-color: #CE2519;
}
</style>
border-color css
<style>
span { border-color: #CE2519; }
span { border-color: rgb(206,37,25); }
td.TdClassName
{
border-color: #CE2519;
}
.TagClassName
{
border-color: #CE2519;
}
</style>