Html Css Color HEX #C2351B Harley Davidson Orange
📋 copy color: '#C2351B'red 194 ◦ green 53 ◦ blue 27
Shades of Harley Davidson Orange #C2351B
Tints of Harley Davidson Orange #C2351B
RGB
CMYK
RGB Variations
Color information
#C2351B (or 0xC2351B) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 1B. RGB value is (194,53,27). Sum of RGB (Red+Green+Blue) = 194+53+27=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C2351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2351B is #3DCAE4. Grayscale: #5C5C5C. Windows color (decimal): -4049637 or 1783234. OLE color: 1783234.
HSL color Cylindrical-coordinate representation of color #C2351B: hue angle of 9.34º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2351B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 27 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.24 |
| HSL | 9.34º | 0.76% | 0.43% | - |
| HSV(B) | 9.34º | 0.86% | 0.76% | - |
| XYZ | 23.72 | 14.09 | 2.51 | - |
| YUV | 92.2 | 91.21 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 27 | 0 | 0.73 | 0.86 | 0.24 | 9.34 | 0.76 | 0.43 |
| Hex | C2 | 35 | 1B | 0 | 49 | 56 | 18 | 9 | 4C | 2B |
| Octal | 302 | 65 | 33 | 0 | 111 | 126 | 30 | 11 | 114 | 53 |
| Binary | 11000010 | 110101 | 11011 | 0 | 1001001 | 1010110 | 11000 | 1001 | 1001100 | 101011 |
Color Harmonies of #C2351B
Complementary color
Monochromatic Colors of #C2351B
Black with #C2351B
Text Example
Text Example
White with #C2351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2351B; }
p { color: rgb(194,53,27); }
H1.HeaderClassName
{
color: #C2351B;
}
.AnyTagClassName
{
color: #C2351B;
}
</style>
background-color css
<style>
a { background-color: #C2351B; }
a { background-color: rgb(194,53,27); }
div.DivClassName
{
background-color: #C2351B;
}
.BgClassName
{
background-color: #C2351B;
}
</style>
border-color css
<style>
span { border-color: #C2351B; }
span { border-color: rgb(194,53,27); }
td.TdClassName
{
border-color: #C2351B;
}
.TagClassName
{
border-color: #C2351B;
}
</style>