Html Css Color HEX #CE3E1E Harley Davidson Orange
📋 copy color: '#CE3E1E'red 206 ◦ green 62 ◦ blue 30
Shades of Harley Davidson Orange #CE3E1E
Tints of Harley Davidson Orange #CE3E1E
RGB
CMYK
RGB Variations
Color information
#CE3E1E (or 0xCE3E1E) is known color: Harley Davidson Orange. HEX triplet: CE, 3E and 1E. RGB value is (206,62,30). Sum of RGB (Red+Green+Blue) = 206+62+30=298 (39% of max value = 765). Red value is 206 (80.86% from 255 or 69.13% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E1E is #31C1E1. Grayscale: #656565. Windows color (decimal): -3260898 or 1982158. OLE color: 1982158.
HSL color Cylindrical-coordinate representation of color #CE3E1E: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE3E1E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 30 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.19 |
| HSL | 10.91º | 0.75% | 0.46% | - |
| HSV(B) | 10.91º | 0.85% | 0.81% | - |
| XYZ | 27.41 | 16.66 | 3 | - |
| YUV | 101.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 30 | 0 | 0.70 | 0.85 | 0.19 | 10.91 | 0.75 | 0.46 |
| Hex | CE | 3E | 1E | 0 | 46 | 55 | 13 | B | 4B | 2E |
| Octal | 316 | 76 | 36 | 0 | 106 | 125 | 23 | 13 | 113 | 56 |
| Binary | 11001110 | 111110 | 11110 | 0 | 1000110 | 1010101 | 10011 | 1011 | 1001011 | 101110 |
Color Harmonies of #CE3E1E
Complementary color
Monochromatic Colors of #CE3E1E
Black with #CE3E1E
Text Example
Text Example
White with #CE3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E1E; }
p { color: rgb(206,62,30); }
H1.HeaderClassName
{
color: #CE3E1E;
}
.AnyTagClassName
{
color: #CE3E1E;
}
</style>
background-color css
<style>
a { background-color: #CE3E1E; }
a { background-color: rgb(206,62,30); }
div.DivClassName
{
background-color: #CE3E1E;
}
.BgClassName
{
background-color: #CE3E1E;
}
</style>
border-color css
<style>
span { border-color: #CE3E1E; }
span { border-color: rgb(206,62,30); }
td.TdClassName
{
border-color: #CE3E1E;
}
.TagClassName
{
border-color: #CE3E1E;
}
</style>