Html Css Color HEX #CE3019 Harley Davidson Orange
📋 copy color: '#CE3019'red 206 ◦ green 48 ◦ blue 25
Shades of Harley Davidson Orange #CE3019
Tints of Harley Davidson Orange #CE3019
RGB
CMYK
RGB Variations
Color information
#CE3019 (or 0xCE3019) is known color: Harley Davidson Orange. HEX triplet: CE, 30 and 19. RGB value is (206,48,25). Sum of RGB (Red+Green+Blue) = 206+48+25=279 (36% of max value = 765). Red value is 206 (80.86% from 255 or 73.84% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3019 is #31CFE6. Grayscale: #5C5C5C. Windows color (decimal): -3264487 or 1650894. OLE color: 1650894.
HSL color Cylindrical-coordinate representation of color #CE3019: hue angle of 7.62º 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 #CE3019 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 25 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.19 |
| HSL | 7.62º | 0.78% | 0.45% | - |
| HSV(B) | 7.62º | 0.88% | 0.81% | - |
| XYZ | 26.69 | 15.31 | 2.47 | - |
| YUV | 92.62 | 89.85 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 25 | 0 | 0.77 | 0.88 | 0.19 | 7.62 | 0.78 | 0.45 |
| Hex | CE | 30 | 19 | 0 | 4D | 58 | 13 | 8 | 4E | 2D |
| Octal | 316 | 60 | 31 | 0 | 115 | 130 | 23 | 10 | 116 | 55 |
| Binary | 11001110 | 110000 | 11001 | 0 | 1001101 | 1011000 | 10011 | 1000 | 1001110 | 101101 |
Color Harmonies of #CE3019
Complementary color
Monochromatic Colors of #CE3019
Black with #CE3019
Text Example
Text Example
White with #CE3019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3019; }
p { color: rgb(206,48,25); }
H1.HeaderClassName
{
color: #CE3019;
}
.AnyTagClassName
{
color: #CE3019;
}
</style>
background-color css
<style>
a { background-color: #CE3019; }
a { background-color: rgb(206,48,25); }
div.DivClassName
{
background-color: #CE3019;
}
.BgClassName
{
background-color: #CE3019;
}
</style>
border-color css
<style>
span { border-color: #CE3019; }
span { border-color: rgb(206,48,25); }
td.TdClassName
{
border-color: #CE3019;
}
.TagClassName
{
border-color: #CE3019;
}
</style>