Html Css Color HEX #CE2F04 Harley Davidson Orange
📋 copy color: '#CE2F04'red 206 ◦ green 47 ◦ blue 4
Shades of Harley Davidson Orange #CE2F04
Tints of Harley Davidson Orange #CE2F04
RGB
CMYK
RGB Variations
Color information
#CE2F04 (or 0xCE2F04) is known color: Harley Davidson Orange. HEX triplet: CE, 2F and 04. RGB value is (206,47,4). Sum of RGB (Red+Green+Blue) = 206+47+4=257 (34% of max value = 765). Red value is 206 (80.86% from 255 or 80.16% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2F04 is #31D0FB. Grayscale: #595959. Windows color (decimal): -3264764 or 274382. OLE color: 274382.
HSL color Cylindrical-coordinate representation of color #CE2F04: hue angle of 12.77º 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 #CE2F04 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 47 | 4 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.19 |
| HSL | 12.77º | 0.96% | 0.41% | - |
| HSV(B) | 12.77º | 0.98% | 0.81% | - |
| XYZ | 26.49 | 15.16 | 1.65 | - |
| YUV | 89.64 | 79.68 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 47 | 4 | 0 | 0.77 | 0.98 | 0.19 | 12.77 | 0.96 | 0.41 |
| Hex | CE | 2F | 4 | 0 | 4D | 62 | 13 | D | 60 | 29 |
| Octal | 316 | 57 | 4 | 0 | 115 | 142 | 23 | 15 | 140 | 51 |
| Binary | 11001110 | 101111 | 100 | 0 | 1001101 | 1100010 | 10011 | 1101 | 1100000 | 101001 |
Color Harmonies of #CE2F04
Complementary color
Monochromatic Colors of #CE2F04
Black with #CE2F04
Text Example
Text Example
White with #CE2F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2F04; }
p { color: rgb(206,47,4); }
H1.HeaderClassName
{
color: #CE2F04;
}
.AnyTagClassName
{
color: #CE2F04;
}
</style>
background-color css
<style>
a { background-color: #CE2F04; }
a { background-color: rgb(206,47,4); }
div.DivClassName
{
background-color: #CE2F04;
}
.BgClassName
{
background-color: #CE2F04;
}
</style>
border-color css
<style>
span { border-color: #CE2F04; }
span { border-color: rgb(206,47,4); }
td.TdClassName
{
border-color: #CE2F04;
}
.TagClassName
{
border-color: #CE2F04;
}
</style>