Html Css Color HEX #CE3919 Harley Davidson Orange
📋 copy color: '#CE3919'red 206 ◦ green 57 ◦ blue 25
Shades of Harley Davidson Orange #CE3919
Tints of Harley Davidson Orange #CE3919
RGB
CMYK
RGB Variations
Color information
#CE3919 (or 0xCE3919) is known color: Harley Davidson Orange. HEX triplet: CE, 39 and 19. RGB value is (206,57,25). Sum of RGB (Red+Green+Blue) = 206+57+25=288 (38% of max value = 765). Red value is 206 (80.86% from 255 or 71.53% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE3919 is #31C6E6. Grayscale: #626262. Windows color (decimal): -3262183 or 1653198. OLE color: 1653198.
HSL color Cylindrical-coordinate representation of color #CE3919: hue angle of 10.61º 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 #CE3919 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 25 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.19 |
| HSL | 10.61º | 0.78% | 0.45% | - |
| HSV(B) | 10.61º | 0.88% | 0.81% | - |
| XYZ | 27.09 | 16.12 | 2.6 | - |
| YUV | 97.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 25 | 0 | 0.72 | 0.88 | 0.19 | 10.61 | 0.78 | 0.45 |
| Hex | CE | 39 | 19 | 0 | 48 | 58 | 13 | B | 4E | 2D |
| Octal | 316 | 71 | 31 | 0 | 110 | 130 | 23 | 13 | 116 | 55 |
| Binary | 11001110 | 111001 | 11001 | 0 | 1001000 | 1011000 | 10011 | 1011 | 1001110 | 101101 |
Color Harmonies of #CE3919
Complementary color
Monochromatic Colors of #CE3919
Black with #CE3919
Text Example
Text Example
White with #CE3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3919; }
p { color: rgb(206,57,25); }
H1.HeaderClassName
{
color: #CE3919;
}
.AnyTagClassName
{
color: #CE3919;
}
</style>
background-color css
<style>
a { background-color: #CE3919; }
a { background-color: rgb(206,57,25); }
div.DivClassName
{
background-color: #CE3919;
}
.BgClassName
{
background-color: #CE3919;
}
</style>
border-color css
<style>
span { border-color: #CE3919; }
span { border-color: rgb(206,57,25); }
td.TdClassName
{
border-color: #CE3919;
}
.TagClassName
{
border-color: #CE3919;
}
</style>