Html Css Color HEX #CE2F19 Harley Davidson Orange
📋 copy color: '#CE2F19'red 206 ◦ green 47 ◦ blue 25
Shades of Harley Davidson Orange #CE2F19
Tints of Harley Davidson Orange #CE2F19
RGB
CMYK
RGB Variations
Color information
#CE2F19 (or 0xCE2F19) is known color: Harley Davidson Orange. HEX triplet: CE, 2F and 19. RGB value is (206,47,25). Sum of RGB (Red+Green+Blue) = 206+47+25=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 47 (18.75% from 255 or 16.91% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2F19 is #31D0E6. Grayscale: #5C5C5C. Windows color (decimal): -3264743 or 1650638. OLE color: 1650638.
HSL color Cylindrical-coordinate representation of color #CE2F19: hue angle of 7.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 #CE2F19 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 25 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.19 |
| HSL | 7.29º | 0.78% | 0.45% | - |
| HSV(B) | 7.29º | 0.88% | 0.81% | - |
| XYZ | 26.65 | 15.23 | 2.45 | - |
| YUV | 92.03 | 90.18 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 25 | 0 | 0.77 | 0.88 | 0.19 | 7.29 | 0.78 | 0.45 |
| Hex | CE | 2F | 19 | 0 | 4D | 58 | 13 | 7 | 4E | 2D |
| Octal | 316 | 57 | 31 | 0 | 115 | 130 | 23 | 7 | 116 | 55 |
| Binary | 11001110 | 101111 | 11001 | 0 | 1001101 | 1011000 | 10011 | 111 | 1001110 | 101101 |
Color Harmonies of #CE2F19
Complementary color
Monochromatic Colors of #CE2F19
Black with #CE2F19
Text Example
Text Example
White with #CE2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F19; }
p { color: rgb(206,47,25); }
H1.HeaderClassName
{
color: #CE2F19;
}
.AnyTagClassName
{
color: #CE2F19;
}
</style>
background-color css
<style>
a { background-color: #CE2F19; }
a { background-color: rgb(206,47,25); }
div.DivClassName
{
background-color: #CE2F19;
}
.BgClassName
{
background-color: #CE2F19;
}
</style>
border-color css
<style>
span { border-color: #CE2F19; }
span { border-color: rgb(206,47,25); }
td.TdClassName
{
border-color: #CE2F19;
}
.TagClassName
{
border-color: #CE2F19;
}
</style>