Html Css Color HEX #CE3219 Harley Davidson Orange
📋 copy color: '#CE3219'red 206 ◦ green 50 ◦ blue 25
Shades of Harley Davidson Orange #CE3219
Tints of Harley Davidson Orange #CE3219
RGB
CMYK
RGB Variations
Color information
#CE3219 (or 0xCE3219) is known color: Harley Davidson Orange. HEX triplet: CE, 32 and 19. RGB value is (206,50,25). Sum of RGB (Red+Green+Blue) = 206+50+25=281 (37% of max value = 765). Red value is 206 (80.86% from 255 or 73.31% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3219 is #31CDE6. Grayscale: #5E5E5E. Windows color (decimal): -3263975 or 1651406. OLE color: 1651406.
HSL color Cylindrical-coordinate representation of color #CE3219: hue angle of 8.29º 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 #CE3219 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 25 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.19 |
| HSL | 8.29º | 0.78% | 0.45% | - |
| HSV(B) | 8.29º | 0.88% | 0.81% | - |
| XYZ | 26.77 | 15.47 | 2.5 | - |
| YUV | 93.79 | 89.18 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 25 | 0 | 0.76 | 0.88 | 0.19 | 8.29 | 0.78 | 0.45 |
| Hex | CE | 32 | 19 | 0 | 4C | 58 | 13 | 8 | 4E | 2D |
| Octal | 316 | 62 | 31 | 0 | 114 | 130 | 23 | 10 | 116 | 55 |
| Binary | 11001110 | 110010 | 11001 | 0 | 1001100 | 1011000 | 10011 | 1000 | 1001110 | 101101 |
Color Harmonies of #CE3219
Complementary color
Monochromatic Colors of #CE3219
Black with #CE3219
Text Example
Text Example
White with #CE3219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3219; }
p { color: rgb(206,50,25); }
H1.HeaderClassName
{
color: #CE3219;
}
.AnyTagClassName
{
color: #CE3219;
}
</style>
background-color css
<style>
a { background-color: #CE3219; }
a { background-color: rgb(206,50,25); }
div.DivClassName
{
background-color: #CE3219;
}
.BgClassName
{
background-color: #CE3219;
}
</style>
border-color css
<style>
span { border-color: #CE3219; }
span { border-color: rgb(206,50,25); }
td.TdClassName
{
border-color: #CE3219;
}
.TagClassName
{
border-color: #CE3219;
}
</style>