Html Css Color HEX #C2350D Harley Davidson Orange
📋 copy color: '#C2350D'red 194 ◦ green 53 ◦ blue 13
Shades of Harley Davidson Orange #C2350D
Tints of Harley Davidson Orange #C2350D
RGB
CMYK
RGB Variations
Color information
#C2350D (or 0xC2350D) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 0D. RGB value is (194,53,13). Sum of RGB (Red+Green+Blue) = 194+53+13=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C2350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2350D is #3DCAF2. Grayscale: #5A5A5A. Windows color (decimal): -4049651 or 865730. OLE color: 865730.
HSL color Cylindrical-coordinate representation of color #C2350D: hue angle of 13.26º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2350D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.24 |
| HSL | 13.26º | 0.87% | 0.41% | - |
| HSV(B) | 13.26º | 0.93% | 0.76% | - |
| XYZ | 23.59 | 14.04 | 1.85 | - |
| YUV | 90.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 13 | 0 | 0.73 | 0.93 | 0.24 | 13.26 | 0.87 | 0.41 |
| Hex | C2 | 35 | D | 0 | 49 | 5D | 18 | D | 57 | 29 |
| Octal | 302 | 65 | 15 | 0 | 111 | 135 | 30 | 15 | 127 | 51 |
| Binary | 11000010 | 110101 | 1101 | 0 | 1001001 | 1011101 | 11000 | 1101 | 1010111 | 101001 |
Color Harmonies of #C2350D
Complementary color
Monochromatic Colors of #C2350D
Black with #C2350D
Text Example
Text Example
White with #C2350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2350D; }
p { color: rgb(194,53,13); }
H1.HeaderClassName
{
color: #C2350D;
}
.AnyTagClassName
{
color: #C2350D;
}
</style>
background-color css
<style>
a { background-color: #C2350D; }
a { background-color: rgb(194,53,13); }
div.DivClassName
{
background-color: #C2350D;
}
.BgClassName
{
background-color: #C2350D;
}
</style>
border-color css
<style>
span { border-color: #C2350D; }
span { border-color: rgb(194,53,13); }
td.TdClassName
{
border-color: #C2350D;
}
.TagClassName
{
border-color: #C2350D;
}
</style>