Html Css Color HEX #C22A00 Harley Davidson Orange
📋 copy color: '#C22A00'red 194 ◦ green 42 ◦ blue 0
Shades of Harley Davidson Orange #C22A00
Tints of Harley Davidson Orange #C22A00
RGB
CMYK
RGB Variations
Color information
#C22A00 (or 0xC22A00) is known color: Harley Davidson Orange. HEX triplet: C2, 2A and 00. RGB value is (194,42,0). Sum of RGB (Red+Green+Blue) = 194+42+0=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22A00 is #3DD5FF. Grayscale: #525252. Windows color (decimal): -4052480 or 10946. OLE color: 10946.
HSL color Cylindrical-coordinate representation of color #C22A00: hue angle of 12.99º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C22A00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.24 |
| HSL | 12.99º | 1% | 0.38% | - |
| HSV(B) | 12.99º | 1% | 0.76% | - |
| XYZ | 23.08 | 13.13 | 1.32 | - |
| YUV | 82.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 0 | 0 | 0.78 | 1 | 0.24 | 12.99 | 1 | 0.38 |
| Hex | C2 | 2A | 0 | 0 | 4E | 64 | 18 | D | 64 | 26 |
| Octal | 302 | 52 | 0 | 0 | 116 | 144 | 30 | 15 | 144 | 46 |
| Binary | 11000010 | 101010 | 0 | 0 | 1001110 | 1100100 | 11000 | 1101 | 1100100 | 100110 |
Color Harmonies of #C22A00
Complementary color
Monochromatic Colors of #C22A00
Black with #C22A00
Text Example
Text Example
White with #C22A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A00; }
p { color: rgb(194,42,0); }
H1.HeaderClassName
{
color: #C22A00;
}
.AnyTagClassName
{
color: #C22A00;
}
</style>
background-color css
<style>
a { background-color: #C22A00; }
a { background-color: rgb(194,42,0); }
div.DivClassName
{
background-color: #C22A00;
}
.BgClassName
{
background-color: #C22A00;
}
</style>
border-color css
<style>
span { border-color: #C22A00; }
span { border-color: rgb(194,42,0); }
td.TdClassName
{
border-color: #C22A00;
}
.TagClassName
{
border-color: #C22A00;
}
</style>