Html Css Color HEX #CE2204 Harley Davidson Orange
📋 copy color: '#CE2204'red 206 ◦ green 34 ◦ blue 4
Shades of Harley Davidson Orange #CE2204
Tints of Harley Davidson Orange #CE2204
RGB
CMYK
RGB Variations
Color information
#CE2204 (or 0xCE2204) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 04. RGB value is (206,34,4). Sum of RGB (Red+Green+Blue) = 206+34+4=244 (32% of max value = 765). Red value is 206 (80.86% from 255 or 84.43% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE2204 is #31DDFB. Grayscale: #525252. Windows color (decimal): -3268092 or 271054. OLE color: 271054.
HSL color Cylindrical-coordinate representation of color #CE2204: hue angle of 8.91º 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 #CE2204 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 4 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.19 |
| HSL | 8.91º | 0.96% | 0.41% | - |
| HSV(B) | 8.91º | 0.98% | 0.81% | - |
| XYZ | 26.05 | 14.27 | 1.5 | - |
| YUV | 82.01 | 83.98 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 4 | 0 | 0.83 | 0.98 | 0.19 | 8.91 | 0.96 | 0.41 |
| Hex | CE | 22 | 4 | 0 | 53 | 62 | 13 | 9 | 60 | 29 |
| Octal | 316 | 42 | 4 | 0 | 123 | 142 | 23 | 11 | 140 | 51 |
| Binary | 11001110 | 100010 | 100 | 0 | 1010011 | 1100010 | 10011 | 1001 | 1100000 | 101001 |
Color Harmonies of #CE2204
Complementary color
Monochromatic Colors of #CE2204
Black with #CE2204
Text Example
Text Example
White with #CE2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE2204; }
p { color: rgb(206,34,4); }
H1.HeaderClassName
{
color: #CE2204;
}
.AnyTagClassName
{
color: #CE2204;
}
</style>
background-color css
<style>
a { background-color: #CE2204; }
a { background-color: rgb(206,34,4); }
div.DivClassName
{
background-color: #CE2204;
}
.BgClassName
{
background-color: #CE2204;
}
</style>
border-color css
<style>
span { border-color: #CE2204; }
span { border-color: rgb(206,34,4); }
td.TdClassName
{
border-color: #CE2204;
}
.TagClassName
{
border-color: #CE2204;
}
</style>