Html Css Color HEX #CE2E04 Harley Davidson Orange
📋 copy color: '#CE2E04'red 206 ◦ green 46 ◦ blue 4
Shades of Harley Davidson Orange #CE2E04
Tints of Harley Davidson Orange #CE2E04
RGB
CMYK
RGB Variations
Color information
#CE2E04 (or 0xCE2E04) is known color: Harley Davidson Orange. HEX triplet: CE, 2E and 04. RGB value is (206,46,4). Sum of RGB (Red+Green+Blue) = 206+46+4=256 (33% of max value = 765). Red value is 206 (80.86% from 255 or 80.47% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2E04 is #31D1FB. Grayscale: #595959. Windows color (decimal): -3265020 or 274126. OLE color: 274126.
HSL color Cylindrical-coordinate representation of color #CE2E04: hue angle of 12.48º degrees, saturation: 0.96, 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 #CE2E04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 46 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.19 |
| HSL | 12.48º | 0.96% | 0.41% | - |
| HSV(B) | 12.48º | 0.98% | 0.81% | - |
| XYZ | 26.45 | 15.08 | 1.63 | - |
| YUV | 89.05 | 80.01 | 211.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 46 | 4 | 0 | 0.78 | 0.98 | 0.19 | 12.48 | 0.96 | 0.41 |
| Hex | CE | 2E | 4 | 0 | 4E | 62 | 13 | C | 60 | 29 |
| Octal | 316 | 56 | 4 | 0 | 116 | 142 | 23 | 14 | 140 | 51 |
| Binary | 11001110 | 101110 | 100 | 0 | 1001110 | 1100010 | 10011 | 1100 | 1100000 | 101001 |
Color Harmonies of #CE2E04
Complementary color
Monochromatic Colors of #CE2E04
Black with #CE2E04
Text Example
Text Example
White with #CE2E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2E04; }
p { color: rgb(206,46,4); }
H1.HeaderClassName
{
color: #CE2E04;
}
.AnyTagClassName
{
color: #CE2E04;
}
</style>
background-color css
<style>
a { background-color: #CE2E04; }
a { background-color: rgb(206,46,4); }
div.DivClassName
{
background-color: #CE2E04;
}
.BgClassName
{
background-color: #CE2E04;
}
</style>
border-color css
<style>
span { border-color: #CE2E04; }
span { border-color: rgb(206,46,4); }
td.TdClassName
{
border-color: #CE2E04;
}
.TagClassName
{
border-color: #CE2E04;
}
</style>