Html Css Color HEX #C2351E Harley Davidson Orange
📋 copy color: '#C2351E'red 194 ◦ green 53 ◦ blue 30
Shades of Harley Davidson Orange #C2351E
Tints of Harley Davidson Orange #C2351E
RGB
CMYK
RGB Variations
Color information
#C2351E (or 0xC2351E) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 1E. RGB value is (194,53,30). Sum of RGB (Red+Green+Blue) = 194+53+30=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2351E is #3DCAE1. Grayscale: #5C5C5C. Windows color (decimal): -4049634 or 1979842. OLE color: 1979842.
HSL color Cylindrical-coordinate representation of color #C2351E: hue angle of 8.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2351E is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 30 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.24 |
| HSL | 8.41º | 0.73% | 0.44% | - |
| HSV(B) | 8.41º | 0.85% | 0.76% | - |
| XYZ | 23.76 | 14.11 | 2.7 | - |
| YUV | 92.54 | 92.71 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 30 | 0 | 0.73 | 0.85 | 0.24 | 8.41 | 0.73 | 0.44 |
| Hex | C2 | 35 | 1E | 0 | 49 | 55 | 18 | 8 | 49 | 2C |
| Octal | 302 | 65 | 36 | 0 | 111 | 125 | 30 | 10 | 111 | 54 |
| Binary | 11000010 | 110101 | 11110 | 0 | 1001001 | 1010101 | 11000 | 1000 | 1001001 | 101100 |
Color Harmonies of #C2351E
Complementary color
Monochromatic Colors of #C2351E
Black with #C2351E
Text Example
Text Example
White with #C2351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2351E; }
p { color: rgb(194,53,30); }
H1.HeaderClassName
{
color: #C2351E;
}
.AnyTagClassName
{
color: #C2351E;
}
</style>
background-color css
<style>
a { background-color: #C2351E; }
a { background-color: rgb(194,53,30); }
div.DivClassName
{
background-color: #C2351E;
}
.BgClassName
{
background-color: #C2351E;
}
</style>
border-color css
<style>
span { border-color: #C2351E; }
span { border-color: rgb(194,53,30); }
td.TdClassName
{
border-color: #C2351E;
}
.TagClassName
{
border-color: #C2351E;
}
</style>