Html Css Color HEX #C4301A Harley Davidson Orange
📋 copy color: '#C4301A'red 196 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #C4301A
Tints of Harley Davidson Orange #C4301A
RGB
CMYK
RGB Variations
Color information
#C4301A (or 0xC4301A) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 1A. RGB value is (196,48,26). Sum of RGB (Red+Green+Blue) = 196+48+26=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C4301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4301A is #3BCFE5. Grayscale: #595959. Windows color (decimal): -3919846 or 1716420. OLE color: 1716420.
HSL color Cylindrical-coordinate representation of color #C4301A: hue angle of 7.76º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4301A is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 26 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.23 |
| HSL | 7.76º | 0.77% | 0.44% | - |
| HSV(B) | 7.76º | 0.87% | 0.77% | - |
| XYZ | 24.01 | 13.92 | 2.4 | - |
| YUV | 89.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 26 | 0 | 0.76 | 0.87 | 0.23 | 7.76 | 0.77 | 0.44 |
| Hex | C4 | 30 | 1A | 0 | 4C | 57 | 17 | 8 | 4D | 2C |
| Octal | 304 | 60 | 32 | 0 | 114 | 127 | 27 | 10 | 115 | 54 |
| Binary | 11000100 | 110000 | 11010 | 0 | 1001100 | 1010111 | 10111 | 1000 | 1001101 | 101100 |
Color Harmonies of #C4301A
Complementary color
Monochromatic Colors of #C4301A
Black with #C4301A
Text Example
Text Example
White with #C4301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4301A; }
p { color: rgb(196,48,26); }
H1.HeaderClassName
{
color: #C4301A;
}
.AnyTagClassName
{
color: #C4301A;
}
</style>
background-color css
<style>
a { background-color: #C4301A; }
a { background-color: rgb(196,48,26); }
div.DivClassName
{
background-color: #C4301A;
}
.BgClassName
{
background-color: #C4301A;
}
</style>
border-color css
<style>
span { border-color: #C4301A; }
span { border-color: rgb(196,48,26); }
td.TdClassName
{
border-color: #C4301A;
}
.TagClassName
{
border-color: #C4301A;
}
</style>