Html Css Color HEX #CE220E Harley Davidson Orange
📋 copy color: '#CE220E'red 206 ◦ green 34 ◦ blue 14
Shades of Harley Davidson Orange #CE220E
Tints of Harley Davidson Orange #CE220E
RGB
CMYK
RGB Variations
Color information
#CE220E (or 0xCE220E) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 0E. RGB value is (206,34,14). Sum of RGB (Red+Green+Blue) = 206+34+14=254 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.10% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 206 - color contains mainly: red. Hex color #CE220E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE220E is #31DDF1. Grayscale: #535353. Windows color (decimal): -3268082 or 926414. OLE color: 926414.
HSL color Cylindrical-coordinate representation of color #CE220E: hue angle of 6.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE220E is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 14 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.19 |
| HSL | 6.25º | 0.87% | 0.43% | - |
| HSV(B) | 6.25º | 0.93% | 0.81% | - |
| XYZ | 26.1 | 14.3 | 1.8 | - |
| YUV | 83.15 | 88.98 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 14 | 0 | 0.83 | 0.93 | 0.19 | 6.25 | 0.87 | 0.43 |
| Hex | CE | 22 | E | 0 | 53 | 5D | 13 | 6 | 57 | 2B |
| Octal | 316 | 42 | 16 | 0 | 123 | 135 | 23 | 6 | 127 | 53 |
| Binary | 11001110 | 100010 | 1110 | 0 | 1010011 | 1011101 | 10011 | 110 | 1010111 | 101011 |
Color Harmonies of #CE220E
Complementary color
Monochromatic Colors of #CE220E
Black with #CE220E
Text Example
Text Example
White with #CE220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE220E; }
p { color: rgb(206,34,14); }
H1.HeaderClassName
{
color: #CE220E;
}
.AnyTagClassName
{
color: #CE220E;
}
</style>
background-color css
<style>
a { background-color: #CE220E; }
a { background-color: rgb(206,34,14); }
div.DivClassName
{
background-color: #CE220E;
}
.BgClassName
{
background-color: #CE220E;
}
</style>
border-color css
<style>
span { border-color: #CE220E; }
span { border-color: rgb(206,34,14); }
td.TdClassName
{
border-color: #CE220E;
}
.TagClassName
{
border-color: #CE220E;
}
</style>