Html Css Color HEX #C42115 Harley Davidson Orange
📋 copy color: '#C42115'red 196 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #C42115
Tints of Harley Davidson Orange #C42115
RGB
CMYK
RGB Variations
Color information
#C42115 (or 0xC42115) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 15. RGB value is (196,33,21). Sum of RGB (Red+Green+Blue) = 196+33+21=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C42115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42115 is #3BDEEA. Grayscale: #505050. Windows color (decimal): -3923691 or 1384900. OLE color: 1384900.
HSL color Cylindrical-coordinate representation of color #C42115: hue angle of 4.11º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C42115 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 21 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.23 |
| HSL | 4.11º | 0.81% | 0.43% | - |
| HSV(B) | 4.11º | 0.89% | 0.77% | - |
| XYZ | 23.44 | 12.88 | 1.96 | - |
| YUV | 80.37 | 94.5 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 21 | 0 | 0.83 | 0.89 | 0.23 | 4.11 | 0.81 | 0.43 |
| Hex | C4 | 21 | 15 | 0 | 53 | 59 | 17 | 4 | 51 | 2B |
| Octal | 304 | 41 | 25 | 0 | 123 | 131 | 27 | 4 | 121 | 53 |
| Binary | 11000100 | 100001 | 10101 | 0 | 1010011 | 1011001 | 10111 | 100 | 1010001 | 101011 |
Color Harmonies of #C42115
Complementary color
Monochromatic Colors of #C42115
Black with #C42115
Text Example
Text Example
White with #C42115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42115; }
p { color: rgb(196,33,21); }
H1.HeaderClassName
{
color: #C42115;
}
.AnyTagClassName
{
color: #C42115;
}
</style>
background-color css
<style>
a { background-color: #C42115; }
a { background-color: rgb(196,33,21); }
div.DivClassName
{
background-color: #C42115;
}
.BgClassName
{
background-color: #C42115;
}
</style>
border-color css
<style>
span { border-color: #C42115; }
span { border-color: rgb(196,33,21); }
td.TdClassName
{
border-color: #C42115;
}
.TagClassName
{
border-color: #C42115;
}
</style>