Html Css Color HEX #C22505 Harley Davidson Orange
📋 copy color: '#C22505'red 194 ◦ green 37 ◦ blue 5
Shades of Harley Davidson Orange #C22505
Tints of Harley Davidson Orange #C22505
RGB
CMYK
RGB Variations
Color information
#C22505 (or 0xC22505) is known color: Harley Davidson Orange. HEX triplet: C2, 25 and 05. RGB value is (194,37,5). Sum of RGB (Red+Green+Blue) = 194+37+5=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C22505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22505 is #3DDAFA. Grayscale: #505050. Windows color (decimal): -4053755 or 337346. OLE color: 337346.
HSL color Cylindrical-coordinate representation of color #C22505: hue angle of 10.16º 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 #C22505 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.24 |
| HSL | 10.16º | 0.95% | 0.39% | - |
| HSV(B) | 10.16º | 0.97% | 0.76% | - |
| XYZ | 22.94 | 12.8 | 1.41 | - |
| YUV | 80.3 | 85.51 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 5 | 0 | 0.81 | 0.97 | 0.24 | 10.16 | 0.95 | 0.39 |
| Hex | C2 | 25 | 5 | 0 | 51 | 61 | 18 | A | 5F | 27 |
| Octal | 302 | 45 | 5 | 0 | 121 | 141 | 30 | 12 | 137 | 47 |
| Binary | 11000010 | 100101 | 101 | 0 | 1010001 | 1100001 | 11000 | 1010 | 1011111 | 100111 |
Color Harmonies of #C22505
Complementary color
Monochromatic Colors of #C22505
Black with #C22505
Text Example
Text Example
White with #C22505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22505; }
p { color: rgb(194,37,5); }
H1.HeaderClassName
{
color: #C22505;
}
.AnyTagClassName
{
color: #C22505;
}
</style>
background-color css
<style>
a { background-color: #C22505; }
a { background-color: rgb(194,37,5); }
div.DivClassName
{
background-color: #C22505;
}
.BgClassName
{
background-color: #C22505;
}
</style>
border-color css
<style>
span { border-color: #C22505; }
span { border-color: rgb(194,37,5); }
td.TdClassName
{
border-color: #C22505;
}
.TagClassName
{
border-color: #C22505;
}
</style>