Html Css Color HEX #C22A12 Harley Davidson Orange
📋 copy color: '#C22A12'red 194 ◦ green 42 ◦ blue 18
Shades of Harley Davidson Orange #C22A12
Tints of Harley Davidson Orange #C22A12
RGB
CMYK
RGB Variations
Color information
#C22A12 (or 0xC22A12) is known color: Harley Davidson Orange. HEX triplet: C2, 2A and 12. RGB value is (194,42,18). Sum of RGB (Red+Green+Blue) = 194+42+18=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22A12 is #3DD5ED. Grayscale: #545454. Windows color (decimal): -4052462 or 1190594. OLE color: 1190594.
HSL color Cylindrical-coordinate representation of color #C22A12: hue angle of 8.18º 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 #C22A12 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 42 | 18 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.24 |
| HSL | 8.18º | 0.83% | 0.42% | - |
| HSV(B) | 8.18º | 0.91% | 0.76% | - |
| XYZ | 23.19 | 13.17 | 1.89 | - |
| YUV | 84.71 | 90.36 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 42 | 18 | 0 | 0.78 | 0.91 | 0.24 | 8.18 | 0.83 | 0.42 |
| Hex | C2 | 2A | 12 | 0 | 4E | 5B | 18 | 8 | 53 | 2A |
| Octal | 302 | 52 | 22 | 0 | 116 | 133 | 30 | 10 | 123 | 52 |
| Binary | 11000010 | 101010 | 10010 | 0 | 1001110 | 1011011 | 11000 | 1000 | 1010011 | 101010 |
Color Harmonies of #C22A12
Complementary color
Monochromatic Colors of #C22A12
Black with #C22A12
Text Example
Text Example
White with #C22A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22A12; }
p { color: rgb(194,42,18); }
H1.HeaderClassName
{
color: #C22A12;
}
.AnyTagClassName
{
color: #C22A12;
}
</style>
background-color css
<style>
a { background-color: #C22A12; }
a { background-color: rgb(194,42,18); }
div.DivClassName
{
background-color: #C22A12;
}
.BgClassName
{
background-color: #C22A12;
}
</style>
border-color css
<style>
span { border-color: #C22A12; }
span { border-color: rgb(194,42,18); }
td.TdClassName
{
border-color: #C22A12;
}
.TagClassName
{
border-color: #C22A12;
}
</style>