Html Css Color HEX #C2351A Harley Davidson Orange
📋 copy color: '#C2351A'red 194 ◦ green 53 ◦ blue 26
Shades of Harley Davidson Orange #C2351A
Tints of Harley Davidson Orange #C2351A
RGB
CMYK
RGB Variations
Color information
#C2351A (or 0xC2351A) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 1A. RGB value is (194,53,26). Sum of RGB (Red+Green+Blue) = 194+53+26=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2351A is #3DCAE5. Grayscale: #5C5C5C. Windows color (decimal): -4049638 or 1717698. OLE color: 1717698.
HSL color Cylindrical-coordinate representation of color #C2351A: hue angle of 9.64º 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 #C2351A is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 26 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.24 |
| HSL | 9.64º | 0.76% | 0.43% | - |
| HSV(B) | 9.64º | 0.87% | 0.76% | - |
| XYZ | 23.71 | 14.09 | 2.45 | - |
| YUV | 92.08 | 90.71 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 26 | 0 | 0.73 | 0.87 | 0.24 | 9.64 | 0.76 | 0.43 |
| Hex | C2 | 35 | 1A | 0 | 49 | 57 | 18 | A | 4C | 2B |
| Octal | 302 | 65 | 32 | 0 | 111 | 127 | 30 | 12 | 114 | 53 |
| Binary | 11000010 | 110101 | 11010 | 0 | 1001001 | 1010111 | 11000 | 1010 | 1001100 | 101011 |
Color Harmonies of #C2351A
Complementary color
Monochromatic Colors of #C2351A
Black with #C2351A
Text Example
Text Example
White with #C2351A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2351A; }
p { color: rgb(194,53,26); }
H1.HeaderClassName
{
color: #C2351A;
}
.AnyTagClassName
{
color: #C2351A;
}
</style>
background-color css
<style>
a { background-color: #C2351A; }
a { background-color: rgb(194,53,26); }
div.DivClassName
{
background-color: #C2351A;
}
.BgClassName
{
background-color: #C2351A;
}
</style>
border-color css
<style>
span { border-color: #C2351A; }
span { border-color: rgb(194,53,26); }
td.TdClassName
{
border-color: #C2351A;
}
.TagClassName
{
border-color: #C2351A;
}
</style>