Html Css Color HEX #C22C1F Harley Davidson Orange
📋 copy color: '#C22C1F'red 194 ◦ green 44 ◦ blue 31
Shades of Harley Davidson Orange #C22C1F
Tints of Harley Davidson Orange #C22C1F
RGB
CMYK
RGB Variations
Color information
#C22C1F (or 0xC22C1F) is known color: Harley Davidson Orange. HEX triplet: C2, 2C and 1F. RGB value is (194,44,31). Sum of RGB (Red+Green+Blue) = 194+44+31=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22C1F is #3DD3E0. Grayscale: #575757. Windows color (decimal): -4051937 or 2043074. OLE color: 2043074.
HSL color Cylindrical-coordinate representation of color #C22C1F: hue angle of 4.79º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22C1F is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 31 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.24 |
| HSL | 4.79º | 0.72% | 0.44% | - |
| HSV(B) | 4.79º | 0.84% | 0.76% | - |
| XYZ | 23.4 | 13.37 | 2.64 | - |
| YUV | 87.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 31 | 0 | 0.77 | 0.84 | 0.24 | 4.79 | 0.72 | 0.44 |
| Hex | C2 | 2C | 1F | 0 | 4D | 54 | 18 | 5 | 48 | 2C |
| Octal | 302 | 54 | 37 | 0 | 115 | 124 | 30 | 5 | 110 | 54 |
| Binary | 11000010 | 101100 | 11111 | 0 | 1001101 | 1010100 | 11000 | 101 | 1001000 | 101100 |
Color Harmonies of #C22C1F
Complementary color
Monochromatic Colors of #C22C1F
Black with #C22C1F
Text Example
Text Example
White with #C22C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C1F; }
p { color: rgb(194,44,31); }
H1.HeaderClassName
{
color: #C22C1F;
}
.AnyTagClassName
{
color: #C22C1F;
}
</style>
background-color css
<style>
a { background-color: #C22C1F; }
a { background-color: rgb(194,44,31); }
div.DivClassName
{
background-color: #C22C1F;
}
.BgClassName
{
background-color: #C22C1F;
}
</style>
border-color css
<style>
span { border-color: #C22C1F; }
span { border-color: rgb(194,44,31); }
td.TdClassName
{
border-color: #C22C1F;
}
.TagClassName
{
border-color: #C22C1F;
}
</style>