Html Css Color HEX #C2350A Harley Davidson Orange
📋 copy color: '#C2350A'red 194 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #C2350A
Tints of Harley Davidson Orange #C2350A
RGB
CMYK
RGB Variations
Color information
#C2350A (or 0xC2350A) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 0A. RGB value is (194,53,10). Sum of RGB (Red+Green+Blue) = 194+53+10=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2350A is #3DCAF5. Grayscale: #5A5A5A. Windows color (decimal): -4049654 or 669122. OLE color: 669122.
HSL color Cylindrical-coordinate representation of color #C2350A: hue angle of 14.02º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2350A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.24 |
| HSL | 14.02º | 0.9% | 0.4% | - |
| HSV(B) | 14.02º | 0.95% | 0.76% | - |
| XYZ | 23.58 | 14.04 | 1.75 | - |
| YUV | 90.26 | 82.71 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 10 | 0 | 0.73 | 0.95 | 0.24 | 14.02 | 0.9 | 0.4 |
| Hex | C2 | 35 | A | 0 | 49 | 5F | 18 | E | 5A | 28 |
| Octal | 302 | 65 | 12 | 0 | 111 | 137 | 30 | 16 | 132 | 50 |
| Binary | 11000010 | 110101 | 1010 | 0 | 1001001 | 1011111 | 11000 | 1110 | 1011010 | 101000 |
Color Harmonies of #C2350A
Complementary color
Monochromatic Colors of #C2350A
Black with #C2350A
Text Example
Text Example
White with #C2350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2350A; }
p { color: rgb(194,53,10); }
H1.HeaderClassName
{
color: #C2350A;
}
.AnyTagClassName
{
color: #C2350A;
}
</style>
background-color css
<style>
a { background-color: #C2350A; }
a { background-color: rgb(194,53,10); }
div.DivClassName
{
background-color: #C2350A;
}
.BgClassName
{
background-color: #C2350A;
}
</style>
border-color css
<style>
span { border-color: #C2350A; }
span { border-color: rgb(194,53,10); }
td.TdClassName
{
border-color: #C2350A;
}
.TagClassName
{
border-color: #C2350A;
}
</style>