Html Css Color HEX #C42214 Harley Davidson Orange
📋 copy color: '#C42214'red 196 ◦ green 34 ◦ blue 20
Shades of Harley Davidson Orange #C42214
Tints of Harley Davidson Orange #C42214
RGB
CMYK
RGB Variations
Color information
#C42214 (or 0xC42214) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 14. RGB value is (196,34,20). Sum of RGB (Red+Green+Blue) = 196+34+20=250 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 196 - color contains mainly: red. Hex color #C42214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42214 is #3BDDEB. Grayscale: #515151. Windows color (decimal): -3923436 or 1319620. OLE color: 1319620.
HSL color Cylindrical-coordinate representation of color #C42214: hue angle of 4.77º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C42214 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 20 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.23 |
| HSL | 4.77º | 0.81% | 0.42% | - |
| HSV(B) | 4.77º | 0.9% | 0.77% | - |
| XYZ | 23.46 | 12.93 | 1.92 | - |
| YUV | 80.84 | 93.67 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 20 | 0 | 0.83 | 0.90 | 0.23 | 4.77 | 0.81 | 0.42 |
| Hex | C4 | 22 | 14 | 0 | 53 | 5A | 17 | 5 | 51 | 2A |
| Octal | 304 | 42 | 24 | 0 | 123 | 132 | 27 | 5 | 121 | 52 |
| Binary | 11000100 | 100010 | 10100 | 0 | 1010011 | 1011010 | 10111 | 101 | 1010001 | 101010 |
Color Harmonies of #C42214
Complementary color
Monochromatic Colors of #C42214
Black with #C42214
Text Example
Text Example
White with #C42214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42214; }
p { color: rgb(196,34,20); }
H1.HeaderClassName
{
color: #C42214;
}
.AnyTagClassName
{
color: #C42214;
}
</style>
background-color css
<style>
a { background-color: #C42214; }
a { background-color: rgb(196,34,20); }
div.DivClassName
{
background-color: #C42214;
}
.BgClassName
{
background-color: #C42214;
}
</style>
border-color css
<style>
span { border-color: #C42214; }
span { border-color: rgb(196,34,20); }
td.TdClassName
{
border-color: #C42214;
}
.TagClassName
{
border-color: #C42214;
}
</style>