Html Css Color HEX #C22C0F Harley Davidson Orange
📋 copy color: '#C22C0F'red 194 ◦ green 44 ◦ blue 15
Shades of Harley Davidson Orange #C22C0F
Tints of Harley Davidson Orange #C22C0F
RGB
CMYK
RGB Variations
Color information
#C22C0F (or 0xC22C0F) is known color: Harley Davidson Orange. HEX triplet: C2, 2C and 0F. RGB value is (194,44,15). Sum of RGB (Red+Green+Blue) = 194+44+15=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22C0F is #3DD3F0. Grayscale: #555555. Windows color (decimal): -4051953 or 994498. OLE color: 994498.
HSL color Cylindrical-coordinate representation of color #C22C0F: hue angle of 9.72º degrees, saturation: 0.86, 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 #C22C0F is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 15 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.24 |
| HSL | 9.72º | 0.86% | 0.41% | - |
| HSV(B) | 9.72º | 0.92% | 0.76% | - |
| XYZ | 23.24 | 13.31 | 1.8 | - |
| YUV | 85.54 | 88.2 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 15 | 0 | 0.77 | 0.92 | 0.24 | 9.72 | 0.86 | 0.41 |
| Hex | C2 | 2C | F | 0 | 4D | 5C | 18 | A | 56 | 29 |
| Octal | 302 | 54 | 17 | 0 | 115 | 134 | 30 | 12 | 126 | 51 |
| Binary | 11000010 | 101100 | 1111 | 0 | 1001101 | 1011100 | 11000 | 1010 | 1010110 | 101001 |
Color Harmonies of #C22C0F
Complementary color
Monochromatic Colors of #C22C0F
Black with #C22C0F
Text Example
Text Example
White with #C22C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C0F; }
p { color: rgb(194,44,15); }
H1.HeaderClassName
{
color: #C22C0F;
}
.AnyTagClassName
{
color: #C22C0F;
}
</style>
background-color css
<style>
a { background-color: #C22C0F; }
a { background-color: rgb(194,44,15); }
div.DivClassName
{
background-color: #C22C0F;
}
.BgClassName
{
background-color: #C22C0F;
}
</style>
border-color css
<style>
span { border-color: #C22C0F; }
span { border-color: rgb(194,44,15); }
td.TdClassName
{
border-color: #C22C0F;
}
.TagClassName
{
border-color: #C22C0F;
}
</style>