Html Css Color HEX #CE2E05 Harley Davidson Orange
📋 copy color: '#CE2E05'red 206 ◦ green 46 ◦ blue 5
Shades of Harley Davidson Orange #CE2E05
Tints of Harley Davidson Orange #CE2E05
RGB
CMYK
RGB Variations
Color information
#CE2E05 (or 0xCE2E05) is known color: Harley Davidson Orange. HEX triplet: CE, 2E and 05. RGB value is (206,46,5). Sum of RGB (Red+Green+Blue) = 206+46+5=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2E05 is #31D1FA. Grayscale: #595959. Windows color (decimal): -3265019 or 339662. OLE color: 339662.
HSL color Cylindrical-coordinate representation of color #CE2E05: hue angle of 12.24º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE2E05 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 5 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.19 |
| HSL | 12.24º | 0.95% | 0.41% | - |
| HSV(B) | 12.24º | 0.98% | 0.81% | - |
| XYZ | 26.46 | 15.09 | 1.66 | - |
| YUV | 89.17 | 80.51 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 5 | 0 | 0.78 | 0.98 | 0.19 | 12.24 | 0.95 | 0.41 |
| Hex | CE | 2E | 5 | 0 | 4E | 62 | 13 | C | 5F | 29 |
| Octal | 316 | 56 | 5 | 0 | 116 | 142 | 23 | 14 | 137 | 51 |
| Binary | 11001110 | 101110 | 101 | 0 | 1001110 | 1100010 | 10011 | 1100 | 1011111 | 101001 |
Color Harmonies of #CE2E05
Complementary color
Monochromatic Colors of #CE2E05
Black with #CE2E05
Text Example
Text Example
White with #CE2E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E05; }
p { color: rgb(206,46,5); }
H1.HeaderClassName
{
color: #CE2E05;
}
.AnyTagClassName
{
color: #CE2E05;
}
</style>
background-color css
<style>
a { background-color: #CE2E05; }
a { background-color: rgb(206,46,5); }
div.DivClassName
{
background-color: #CE2E05;
}
.BgClassName
{
background-color: #CE2E05;
}
</style>
border-color css
<style>
span { border-color: #CE2E05; }
span { border-color: rgb(206,46,5); }
td.TdClassName
{
border-color: #CE2E05;
}
.TagClassName
{
border-color: #CE2E05;
}
</style>