Html Css Color HEX #C2371A Harley Davidson Orange
📋 copy color: '#C2371A'red 194 ◦ green 55 ◦ blue 26
Shades of Harley Davidson Orange #C2371A
Tints of Harley Davidson Orange #C2371A
RGB
CMYK
RGB Variations
Color information
#C2371A (or 0xC2371A) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 1A. RGB value is (194,55,26). Sum of RGB (Red+Green+Blue) = 194+55+26=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2371A is #3DC8E5. Grayscale: #5D5D5D. Windows color (decimal): -4049126 or 1718210. OLE color: 1718210.
HSL color Cylindrical-coordinate representation of color #C2371A: hue angle of 10.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C2371A is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 26 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.24 |
| HSL | 10.36º | 0.76% | 0.43% | - |
| HSV(B) | 10.36º | 0.87% | 0.76% | - |
| XYZ | 23.8 | 14.28 | 2.48 | - |
| YUV | 93.26 | 90.05 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 26 | 0 | 0.72 | 0.87 | 0.24 | 10.36 | 0.76 | 0.43 |
| Hex | C2 | 37 | 1A | 0 | 48 | 57 | 18 | A | 4C | 2B |
| Octal | 302 | 67 | 32 | 0 | 110 | 127 | 30 | 12 | 114 | 53 |
| Binary | 11000010 | 110111 | 11010 | 0 | 1001000 | 1010111 | 11000 | 1010 | 1001100 | 101011 |
Color Harmonies of #C2371A
Complementary color
Monochromatic Colors of #C2371A
Black with #C2371A
Text Example
Text Example
White with #C2371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2371A; }
p { color: rgb(194,55,26); }
H1.HeaderClassName
{
color: #C2371A;
}
.AnyTagClassName
{
color: #C2371A;
}
</style>
background-color css
<style>
a { background-color: #C2371A; }
a { background-color: rgb(194,55,26); }
div.DivClassName
{
background-color: #C2371A;
}
.BgClassName
{
background-color: #C2371A;
}
</style>
border-color css
<style>
span { border-color: #C2371A; }
span { border-color: rgb(194,55,26); }
td.TdClassName
{
border-color: #C2371A;
}
.TagClassName
{
border-color: #C2371A;
}
</style>