Html Css Color HEX #C22005 Harley Davidson Orange
📋 copy color: '#C22005'red 194 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #C22005
Tints of Harley Davidson Orange #C22005
RGB
CMYK
RGB Variations
Color information
#C22005 (or 0xC22005) is known color: Harley Davidson Orange. HEX triplet: C2, 20 and 05. RGB value is (194,32,5). Sum of RGB (Red+Green+Blue) = 194+32+5=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C22005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22005 is #3DDFFA. Grayscale: #4D4D4D. Windows color (decimal): -4055035 or 336066. OLE color: 336066.
HSL color Cylindrical-coordinate representation of color #C22005: hue angle of 8.57º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C22005 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 5 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.24 |
| HSL | 8.57º | 0.95% | 0.39% | - |
| HSV(B) | 8.57º | 0.97% | 0.76% | - |
| XYZ | 22.79 | 12.51 | 1.36 | - |
| YUV | 77.36 | 87.17 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 5 | 0 | 0.84 | 0.97 | 0.24 | 8.57 | 0.95 | 0.39 |
| Hex | C2 | 20 | 5 | 0 | 54 | 61 | 18 | 9 | 5F | 27 |
| Octal | 302 | 40 | 5 | 0 | 124 | 141 | 30 | 11 | 137 | 47 |
| Binary | 11000010 | 100000 | 101 | 0 | 1010100 | 1100001 | 11000 | 1001 | 1011111 | 100111 |
Color Harmonies of #C22005
Complementary color
Monochromatic Colors of #C22005
Black with #C22005
Text Example
Text Example
White with #C22005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22005; }
p { color: rgb(194,32,5); }
H1.HeaderClassName
{
color: #C22005;
}
.AnyTagClassName
{
color: #C22005;
}
</style>
background-color css
<style>
a { background-color: #C22005; }
a { background-color: rgb(194,32,5); }
div.DivClassName
{
background-color: #C22005;
}
.BgClassName
{
background-color: #C22005;
}
</style>
border-color css
<style>
span { border-color: #C22005; }
span { border-color: rgb(194,32,5); }
td.TdClassName
{
border-color: #C22005;
}
.TagClassName
{
border-color: #C22005;
}
</style>