Html Css Color HEX #C2301E Harley Davidson Orange
📋 copy color: '#C2301E'red 194 ◦ green 48 ◦ blue 30
Shades of Harley Davidson Orange #C2301E
Tints of Harley Davidson Orange #C2301E
RGB
CMYK
RGB Variations
Color information
#C2301E (or 0xC2301E) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 1E. RGB value is (194,48,30). Sum of RGB (Red+Green+Blue) = 194+48+30=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C2301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2301E is #3DCFE1. Grayscale: #595959. Windows color (decimal): -4050914 or 1978562. OLE color: 1978562.
HSL color Cylindrical-coordinate representation of color #C2301E: hue angle of 6.59º 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 #C2301E is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 30 | - |
| CMYK | 0 | 0.75 | 0.85 | 0.24 |
| HSL | 6.59º | 0.73% | 0.44% | - |
| HSV(B) | 6.59º | 0.85% | 0.76% | - |
| XYZ | 23.54 | 13.68 | 2.63 | - |
| YUV | 89.6 | 94.37 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 30 | 0 | 0.75 | 0.85 | 0.24 | 6.59 | 0.73 | 0.44 |
| Hex | C2 | 30 | 1E | 0 | 4B | 55 | 18 | 7 | 49 | 2C |
| Octal | 302 | 60 | 36 | 0 | 113 | 125 | 30 | 7 | 111 | 54 |
| Binary | 11000010 | 110000 | 11110 | 0 | 1001011 | 1010101 | 11000 | 111 | 1001001 | 101100 |
Color Harmonies of #C2301E
Complementary color
Monochromatic Colors of #C2301E
Black with #C2301E
Text Example
Text Example
White with #C2301E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2301E; }
p { color: rgb(194,48,30); }
H1.HeaderClassName
{
color: #C2301E;
}
.AnyTagClassName
{
color: #C2301E;
}
</style>
background-color css
<style>
a { background-color: #C2301E; }
a { background-color: rgb(194,48,30); }
div.DivClassName
{
background-color: #C2301E;
}
.BgClassName
{
background-color: #C2301E;
}
</style>
border-color css
<style>
span { border-color: #C2301E; }
span { border-color: rgb(194,48,30); }
td.TdClassName
{
border-color: #C2301E;
}
.TagClassName
{
border-color: #C2301E;
}
</style>