Html Css Color HEX #CE3A19 Harley Davidson Orange
📋 copy color: '#CE3A19'red 206 ◦ green 58 ◦ blue 25
Shades of Harley Davidson Orange #CE3A19
Tints of Harley Davidson Orange #CE3A19
RGB
CMYK
RGB Variations
Color information
#CE3A19 (or 0xCE3A19) is known color: Harley Davidson Orange. HEX triplet: CE, 3A and 19. RGB value is (206,58,25). Sum of RGB (Red+Green+Blue) = 206+58+25=289 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.28% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3A19 is #31C5E6. Grayscale: #626262. Windows color (decimal): -3261927 or 1653454. OLE color: 1653454.
HSL color Cylindrical-coordinate representation of color #CE3A19: hue angle of 10.94º 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 #CE3A19 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 58 | 25 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.19 |
| HSL | 10.94º | 0.78% | 0.45% | - |
| HSV(B) | 10.94º | 0.88% | 0.81% | - |
| XYZ | 27.14 | 16.22 | 2.62 | - |
| YUV | 98.49 | 86.53 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 25 | 0 | 0.72 | 0.88 | 0.19 | 10.94 | 0.78 | 0.45 |
| Hex | CE | 3A | 19 | 0 | 48 | 58 | 13 | B | 4E | 2D |
| Octal | 316 | 72 | 31 | 0 | 110 | 130 | 23 | 13 | 116 | 55 |
| Binary | 11001110 | 111010 | 11001 | 0 | 1001000 | 1011000 | 10011 | 1011 | 1001110 | 101101 |
Color Harmonies of #CE3A19
Complementary color
Monochromatic Colors of #CE3A19
Black with #CE3A19
Text Example
Text Example
White with #CE3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3A19; }
p { color: rgb(206,58,25); }
H1.HeaderClassName
{
color: #CE3A19;
}
.AnyTagClassName
{
color: #CE3A19;
}
</style>
background-color css
<style>
a { background-color: #CE3A19; }
a { background-color: rgb(206,58,25); }
div.DivClassName
{
background-color: #CE3A19;
}
.BgClassName
{
background-color: #CE3A19;
}
</style>
border-color css
<style>
span { border-color: #CE3A19; }
span { border-color: rgb(206,58,25); }
td.TdClassName
{
border-color: #CE3A19;
}
.TagClassName
{
border-color: #CE3A19;
}
</style>