Html Css Color HEX #C2341E Harley Davidson Orange
📋 copy color: '#C2341E'red 194 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #C2341E
Tints of Harley Davidson Orange #C2341E
RGB
CMYK
RGB Variations
Color information
#C2341E (or 0xC2341E) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 1E. RGB value is (194,52,30). Sum of RGB (Red+Green+Blue) = 194+52+30=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2341E is #3DCBE1. Grayscale: #5C5C5C. Windows color (decimal): -4049890 or 1979586. OLE color: 1979586.
HSL color Cylindrical-coordinate representation of color #C2341E: hue angle of 8.05º 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 #C2341E is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 30 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.24 |
| HSL | 8.05º | 0.73% | 0.44% | - |
| HSV(B) | 8.05º | 0.85% | 0.76% | - |
| XYZ | 23.71 | 14.02 | 2.68 | - |
| YUV | 91.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 30 | 0 | 0.73 | 0.85 | 0.24 | 8.05 | 0.73 | 0.44 |
| Hex | C2 | 34 | 1E | 0 | 49 | 55 | 18 | 8 | 49 | 2C |
| Octal | 302 | 64 | 36 | 0 | 111 | 125 | 30 | 10 | 111 | 54 |
| Binary | 11000010 | 110100 | 11110 | 0 | 1001001 | 1010101 | 11000 | 1000 | 1001001 | 101100 |
Color Harmonies of #C2341E
Complementary color
Monochromatic Colors of #C2341E
Black with #C2341E
Text Example
Text Example
White with #C2341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2341E; }
p { color: rgb(194,52,30); }
H1.HeaderClassName
{
color: #C2341E;
}
.AnyTagClassName
{
color: #C2341E;
}
</style>
background-color css
<style>
a { background-color: #C2341E; }
a { background-color: rgb(194,52,30); }
div.DivClassName
{
background-color: #C2341E;
}
.BgClassName
{
background-color: #C2341E;
}
</style>
border-color css
<style>
span { border-color: #C2341E; }
span { border-color: rgb(194,52,30); }
td.TdClassName
{
border-color: #C2341E;
}
.TagClassName
{
border-color: #C2341E;
}
</style>