Html Css Color HEX #C22113 Harley Davidson Orange
📋 copy color: '#C22113'red 194 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #C22113
Tints of Harley Davidson Orange #C22113
RGB
CMYK
RGB Variations
Color information
#C22113 (or 0xC22113) is known color: Harley Davidson Orange. HEX triplet: C2, 21 and 13. RGB value is (194,33,19). Sum of RGB (Red+Green+Blue) = 194+33+19=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C22113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22113 is #3DDEEC. Grayscale: #4F4F4F. Windows color (decimal): -4054765 or 1253826. OLE color: 1253826.
HSL color Cylindrical-coordinate representation of color #C22113: hue angle of 4.8º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C22113 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.24 |
| HSL | 4.8º | 0.82% | 0.42% | - |
| HSV(B) | 4.8º | 0.9% | 0.76% | - |
| XYZ | 22.91 | 12.6 | 1.84 | - |
| YUV | 79.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 19 | 0 | 0.83 | 0.90 | 0.24 | 4.8 | 0.82 | 0.42 |
| Hex | C2 | 21 | 13 | 0 | 53 | 5A | 18 | 5 | 52 | 2A |
| Octal | 302 | 41 | 23 | 0 | 123 | 132 | 30 | 5 | 122 | 52 |
| Binary | 11000010 | 100001 | 10011 | 0 | 1010011 | 1011010 | 11000 | 101 | 1010010 | 101010 |
Color Harmonies of #C22113
Complementary color
Monochromatic Colors of #C22113
Black with #C22113
Text Example
Text Example
White with #C22113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22113; }
p { color: rgb(194,33,19); }
H1.HeaderClassName
{
color: #C22113;
}
.AnyTagClassName
{
color: #C22113;
}
</style>
background-color css
<style>
a { background-color: #C22113; }
a { background-color: rgb(194,33,19); }
div.DivClassName
{
background-color: #C22113;
}
.BgClassName
{
background-color: #C22113;
}
</style>
border-color css
<style>
span { border-color: #C22113; }
span { border-color: rgb(194,33,19); }
td.TdClassName
{
border-color: #C22113;
}
.TagClassName
{
border-color: #C22113;
}
</style>