Html Css Color HEX #C2311F Harley Davidson Orange
📋 copy color: '#C2311F'red 194 ◦ green 49 ◦ blue 31
Shades of Harley Davidson Orange #C2311F
Tints of Harley Davidson Orange #C2311F
RGB
CMYK
RGB Variations
Color information
#C2311F (or 0xC2311F) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 1F. RGB value is (194,49,31). Sum of RGB (Red+Green+Blue) = 194+49+31=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2311F is #3DCEE0. Grayscale: #5A5A5A. Windows color (decimal): -4050657 or 2044354. OLE color: 2044354.
HSL color Cylindrical-coordinate representation of color #C2311F: hue angle of 6.63º 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 #C2311F is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 31 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.24 |
| HSL | 6.63º | 0.72% | 0.44% | - |
| HSV(B) | 6.63º | 0.84% | 0.76% | - |
| XYZ | 23.59 | 13.76 | 2.71 | - |
| YUV | 90.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 31 | 0 | 0.75 | 0.84 | 0.24 | 6.63 | 0.72 | 0.44 |
| Hex | C2 | 31 | 1F | 0 | 4B | 54 | 18 | 7 | 48 | 2C |
| Octal | 302 | 61 | 37 | 0 | 113 | 124 | 30 | 7 | 110 | 54 |
| Binary | 11000010 | 110001 | 11111 | 0 | 1001011 | 1010100 | 11000 | 111 | 1001000 | 101100 |
Color Harmonies of #C2311F
Complementary color
Monochromatic Colors of #C2311F
Black with #C2311F
Text Example
Text Example
White with #C2311F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2311F; }
p { color: rgb(194,49,31); }
H1.HeaderClassName
{
color: #C2311F;
}
.AnyTagClassName
{
color: #C2311F;
}
</style>
background-color css
<style>
a { background-color: #C2311F; }
a { background-color: rgb(194,49,31); }
div.DivClassName
{
background-color: #C2311F;
}
.BgClassName
{
background-color: #C2311F;
}
</style>
border-color css
<style>
span { border-color: #C2311F; }
span { border-color: rgb(194,49,31); }
td.TdClassName
{
border-color: #C2311F;
}
.TagClassName
{
border-color: #C2311F;
}
</style>