Html Css Color HEX #C2401E Harley Davidson Orange
📋 copy color: '#C2401E'red 194 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #C2401E
Tints of Harley Davidson Orange #C2401E
RGB
CMYK
RGB Variations
Color information
#C2401E (or 0xC2401E) is known color: Harley Davidson Orange. HEX triplet: C2, 40 and 1E. RGB value is (194,64,30). Sum of RGB (Red+Green+Blue) = 194+64+30=288 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.36% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 194 - color contains mainly: red. Hex color #C2401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2401E is #3DBFE1. Grayscale: #636363. Windows color (decimal): -4046818 or 1982658. OLE color: 1982658.
HSL color Cylindrical-coordinate representation of color #C2401E: hue angle of 12.44º 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 #C2401E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 30 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.24 |
| HSL | 12.44º | 0.73% | 0.44% | - |
| HSV(B) | 12.44º | 0.85% | 0.76% | - |
| XYZ | 24.32 | 15.23 | 2.89 | - |
| YUV | 98.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 30 | 0 | 0.67 | 0.85 | 0.24 | 12.44 | 0.73 | 0.44 |
| Hex | C2 | 40 | 1E | 0 | 43 | 55 | 18 | C | 49 | 2C |
| Octal | 302 | 100 | 36 | 0 | 103 | 125 | 30 | 14 | 111 | 54 |
| Binary | 11000010 | 1000000 | 11110 | 0 | 1000011 | 1010101 | 11000 | 1100 | 1001001 | 101100 |
Color Harmonies of #C2401E
Complementary color
Monochromatic Colors of #C2401E
Black with #C2401E
Text Example
Text Example
White with #C2401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2401E; }
p { color: rgb(194,64,30); }
H1.HeaderClassName
{
color: #C2401E;
}
.AnyTagClassName
{
color: #C2401E;
}
</style>
background-color css
<style>
a { background-color: #C2401E; }
a { background-color: rgb(194,64,30); }
div.DivClassName
{
background-color: #C2401E;
}
.BgClassName
{
background-color: #C2401E;
}
</style>
border-color css
<style>
span { border-color: #C2401E; }
span { border-color: rgb(194,64,30); }
td.TdClassName
{
border-color: #C2401E;
}
.TagClassName
{
border-color: #C2401E;
}
</style>