Html Css Color HEX #C22012 Harley Davidson Orange
📋 copy color: '#C22012'red 194 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #C22012
Tints of Harley Davidson Orange #C22012
RGB
CMYK
RGB Variations
Color information
#C22012 (or 0xC22012) is known color: Harley Davidson Orange. HEX triplet: C2, 20 and 12. RGB value is (194,32,18). Sum of RGB (Red+Green+Blue) = 194+32+18=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C22012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22012 is #3DDFED. Grayscale: #4F4F4F. Windows color (decimal): -4055022 or 1188034. OLE color: 1188034.
HSL color Cylindrical-coordinate representation of color #C22012: hue angle of 4.77º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C22012 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 18 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.24 |
| HSL | 4.77º | 0.83% | 0.42% | - |
| HSV(B) | 4.77º | 0.91% | 0.76% | - |
| XYZ | 22.87 | 12.55 | 1.79 | - |
| YUV | 78.84 | 93.67 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 18 | 0 | 0.84 | 0.91 | 0.24 | 4.77 | 0.83 | 0.42 |
| Hex | C2 | 20 | 12 | 0 | 54 | 5B | 18 | 5 | 53 | 2A |
| Octal | 302 | 40 | 22 | 0 | 124 | 133 | 30 | 5 | 123 | 52 |
| Binary | 11000010 | 100000 | 10010 | 0 | 1010100 | 1011011 | 11000 | 101 | 1010011 | 101010 |
Color Harmonies of #C22012
Complementary color
Monochromatic Colors of #C22012
Black with #C22012
Text Example
Text Example
White with #C22012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22012; }
p { color: rgb(194,32,18); }
H1.HeaderClassName
{
color: #C22012;
}
.AnyTagClassName
{
color: #C22012;
}
</style>
background-color css
<style>
a { background-color: #C22012; }
a { background-color: rgb(194,32,18); }
div.DivClassName
{
background-color: #C22012;
}
.BgClassName
{
background-color: #C22012;
}
</style>
border-color css
<style>
span { border-color: #C22012; }
span { border-color: rgb(194,32,18); }
td.TdClassName
{
border-color: #C22012;
}
.TagClassName
{
border-color: #C22012;
}
</style>