Html Css Color HEX #CE220C Harley Davidson Orange
📋 copy color: '#CE220C'red 206 ◦ green 34 ◦ blue 12
Shades of Harley Davidson Orange #CE220C
Tints of Harley Davidson Orange #CE220C
RGB
CMYK
RGB Variations
Color information
#CE220C (or 0xCE220C) is known color: Harley Davidson Orange. HEX triplet: CE, 22 and 0C. RGB value is (206,34,12). Sum of RGB (Red+Green+Blue) = 206+34+12=252 (33% of max value = 765). Red value is 206 (80.86% from 255 or 81.75% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 206 - color contains mainly: red. Hex color #CE220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE220C is #31DDF3. Grayscale: #535353. Windows color (decimal): -3268084 or 795342. OLE color: 795342.
HSL color Cylindrical-coordinate representation of color #CE220C: hue angle of 6.8º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE220C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 34 | 12 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.19 |
| HSL | 6.8º | 0.89% | 0.43% | - |
| HSV(B) | 6.8º | 0.94% | 0.81% | - |
| XYZ | 26.09 | 14.29 | 1.73 | - |
| YUV | 82.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 34 | 12 | 0 | 0.83 | 0.94 | 0.19 | 6.8 | 0.89 | 0.43 |
| Hex | CE | 22 | C | 0 | 53 | 5E | 13 | 7 | 59 | 2B |
| Octal | 316 | 42 | 14 | 0 | 123 | 136 | 23 | 7 | 131 | 53 |
| Binary | 11001110 | 100010 | 1100 | 0 | 1010011 | 1011110 | 10011 | 111 | 1011001 | 101011 |
Color Harmonies of #CE220C
Complementary color
Monochromatic Colors of #CE220C
Black with #CE220C
Text Example
Text Example
White with #CE220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE220C; }
p { color: rgb(206,34,12); }
H1.HeaderClassName
{
color: #CE220C;
}
.AnyTagClassName
{
color: #CE220C;
}
</style>
background-color css
<style>
a { background-color: #CE220C; }
a { background-color: rgb(206,34,12); }
div.DivClassName
{
background-color: #CE220C;
}
.BgClassName
{
background-color: #CE220C;
}
</style>
border-color css
<style>
span { border-color: #CE220C; }
span { border-color: rgb(206,34,12); }
td.TdClassName
{
border-color: #CE220C;
}
.TagClassName
{
border-color: #CE220C;
}
</style>