Html Css Color HEX #CE2619 Harley Davidson Orange
📋 copy color: '#CE2619'red 206 ◦ green 38 ◦ blue 25
Shades of Harley Davidson Orange #CE2619
Tints of Harley Davidson Orange #CE2619
RGB
CMYK
RGB Variations
Color information
#CE2619 (or 0xCE2619) is known color: Harley Davidson Orange. HEX triplet: CE, 26 and 19. RGB value is (206,38,25). Sum of RGB (Red+Green+Blue) = 206+38+25=269 (35% of max value = 765). Red value is 206 (80.86% from 255 or 76.58% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2619 is #31D9E6. Grayscale: #565656. Windows color (decimal): -3267047 or 1648334. OLE color: 1648334.
HSL color Cylindrical-coordinate representation of color #CE2619: hue angle of 4.31º 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 #CE2619 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 38 | 25 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.19 |
| HSL | 4.31º | 0.78% | 0.45% | - |
| HSV(B) | 4.31º | 0.88% | 0.81% | - |
| XYZ | 26.32 | 14.58 | 2.35 | - |
| YUV | 86.75 | 93.16 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 38 | 25 | 0 | 0.82 | 0.88 | 0.19 | 4.31 | 0.78 | 0.45 |
| Hex | CE | 26 | 19 | 0 | 52 | 58 | 13 | 4 | 4E | 2D |
| Octal | 316 | 46 | 31 | 0 | 122 | 130 | 23 | 4 | 116 | 55 |
| Binary | 11001110 | 100110 | 11001 | 0 | 1010010 | 1011000 | 10011 | 100 | 1001110 | 101101 |
Color Harmonies of #CE2619
Complementary color
Monochromatic Colors of #CE2619
Black with #CE2619
Text Example
Text Example
White with #CE2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2619; }
p { color: rgb(206,38,25); }
H1.HeaderClassName
{
color: #CE2619;
}
.AnyTagClassName
{
color: #CE2619;
}
</style>
background-color css
<style>
a { background-color: #CE2619; }
a { background-color: rgb(206,38,25); }
div.DivClassName
{
background-color: #CE2619;
}
.BgClassName
{
background-color: #CE2619;
}
</style>
border-color css
<style>
span { border-color: #CE2619; }
span { border-color: rgb(206,38,25); }
td.TdClassName
{
border-color: #CE2619;
}
.TagClassName
{
border-color: #CE2619;
}
</style>