Html Css Color HEX #C21C0C Harley Davidson Orange
📋 copy color: '#C21C0C'red 194 ◦ green 28 ◦ blue 12
Shades of Harley Davidson Orange #C21C0C
Tints of Harley Davidson Orange #C21C0C
RGB
CMYK
RGB Variations
Color information
#C21C0C (or 0xC21C0C) is known color: Harley Davidson Orange. HEX triplet: C2, 1C and 0C. RGB value is (194,28,12). Sum of RGB (Red+Green+Blue) = 194+28+12=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C21C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C21C0C is #3DE3F3. Grayscale: #4C4C4C. Windows color (decimal): -4056052 or 793794. OLE color: 793794.
HSL color Cylindrical-coordinate representation of color #C21C0C: hue angle of 5.27º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C21C0C is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 28 | 12 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.24 |
| HSL | 5.27º | 0.88% | 0.4% | - |
| HSV(B) | 5.27º | 0.94% | 0.76% | - |
| XYZ | 22.73 | 12.33 | 1.53 | - |
| YUV | 75.81 | 92 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 28 | 12 | 0 | 0.86 | 0.94 | 0.24 | 5.27 | 0.88 | 0.4 |
| Hex | C2 | 1C | C | 0 | 56 | 5E | 18 | 5 | 58 | 28 |
| Octal | 302 | 34 | 14 | 0 | 126 | 136 | 30 | 5 | 130 | 50 |
| Binary | 11000010 | 11100 | 1100 | 0 | 1010110 | 1011110 | 11000 | 101 | 1011000 | 101000 |
Color Harmonies of #C21C0C
Complementary color
Monochromatic Colors of #C21C0C
Black with #C21C0C
Text Example
Text Example
White with #C21C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21C0C; }
p { color: rgb(194,28,12); }
H1.HeaderClassName
{
color: #C21C0C;
}
.AnyTagClassName
{
color: #C21C0C;
}
</style>
background-color css
<style>
a { background-color: #C21C0C; }
a { background-color: rgb(194,28,12); }
div.DivClassName
{
background-color: #C21C0C;
}
.BgClassName
{
background-color: #C21C0C;
}
</style>
border-color css
<style>
span { border-color: #C21C0C; }
span { border-color: rgb(194,28,12); }
td.TdClassName
{
border-color: #C21C0C;
}
.TagClassName
{
border-color: #C21C0C;
}
</style>