Html Css Color HEX #C22F12 Harley Davidson Orange
📋 copy color: '#C22F12'red 194 ◦ green 47 ◦ blue 18
Shades of Harley Davidson Orange #C22F12
Tints of Harley Davidson Orange #C22F12
RGB
CMYK
RGB Variations
Color information
#C22F12 (or 0xC22F12) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 12. RGB value is (194,47,18). Sum of RGB (Red+Green+Blue) = 194+47+18=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22F12 is #3DD0ED. Grayscale: #575757. Windows color (decimal): -4051182 or 1191874. OLE color: 1191874.
HSL color Cylindrical-coordinate representation of color #C22F12: hue angle of 9.89º 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 #C22F12 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 18 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.24 |
| HSL | 9.89º | 0.83% | 0.42% | - |
| HSV(B) | 9.89º | 0.91% | 0.76% | - |
| XYZ | 23.37 | 13.55 | 1.95 | - |
| YUV | 87.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 18 | 0 | 0.76 | 0.91 | 0.24 | 9.89 | 0.83 | 0.42 |
| Hex | C2 | 2F | 12 | 0 | 4C | 5B | 18 | A | 53 | 2A |
| Octal | 302 | 57 | 22 | 0 | 114 | 133 | 30 | 12 | 123 | 52 |
| Binary | 11000010 | 101111 | 10010 | 0 | 1001100 | 1011011 | 11000 | 1010 | 1010011 | 101010 |
Color Harmonies of #C22F12
Complementary color
Monochromatic Colors of #C22F12
Black with #C22F12
Text Example
Text Example
White with #C22F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F12; }
p { color: rgb(194,47,18); }
H1.HeaderClassName
{
color: #C22F12;
}
.AnyTagClassName
{
color: #C22F12;
}
</style>
background-color css
<style>
a { background-color: #C22F12; }
a { background-color: rgb(194,47,18); }
div.DivClassName
{
background-color: #C22F12;
}
.BgClassName
{
background-color: #C22F12;
}
</style>
border-color css
<style>
span { border-color: #C22F12; }
span { border-color: rgb(194,47,18); }
td.TdClassName
{
border-color: #C22F12;
}
.TagClassName
{
border-color: #C22F12;
}
</style>