Html Css Color HEX #C22F10 Harley Davidson Orange
📋 copy color: '#C22F10'red 194 ◦ green 47 ◦ blue 16
Shades of Harley Davidson Orange #C22F10
Tints of Harley Davidson Orange #C22F10
RGB
CMYK
RGB Variations
Color information
#C22F10 (or 0xC22F10) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 10. RGB value is (194,47,16). Sum of RGB (Red+Green+Blue) = 194+47+16=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22F10 is #3DD0EF. Grayscale: #575757. Windows color (decimal): -4051184 or 1060802. OLE color: 1060802.
HSL color Cylindrical-coordinate representation of color #C22F10: hue angle of 10.45º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C22F10 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.24 |
| HSL | 10.45º | 0.85% | 0.41% | - |
| HSV(B) | 10.45º | 0.92% | 0.76% | - |
| XYZ | 23.36 | 13.54 | 1.87 | - |
| YUV | 87.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 16 | 0 | 0.76 | 0.92 | 0.24 | 10.45 | 0.85 | 0.41 |
| Hex | C2 | 2F | 10 | 0 | 4C | 5C | 18 | A | 55 | 29 |
| Octal | 302 | 57 | 20 | 0 | 114 | 134 | 30 | 12 | 125 | 51 |
| Binary | 11000010 | 101111 | 10000 | 0 | 1001100 | 1011100 | 11000 | 1010 | 1010101 | 101001 |
Color Harmonies of #C22F10
Complementary color
Monochromatic Colors of #C22F10
Black with #C22F10
Text Example
Text Example
White with #C22F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F10; }
p { color: rgb(194,47,16); }
H1.HeaderClassName
{
color: #C22F10;
}
.AnyTagClassName
{
color: #C22F10;
}
</style>
background-color css
<style>
a { background-color: #C22F10; }
a { background-color: rgb(194,47,16); }
div.DivClassName
{
background-color: #C22F10;
}
.BgClassName
{
background-color: #C22F10;
}
</style>
border-color css
<style>
span { border-color: #C22F10; }
span { border-color: rgb(194,47,16); }
td.TdClassName
{
border-color: #C22F10;
}
.TagClassName
{
border-color: #C22F10;
}
</style>