Html Css Color HEX #C43412 Harley Davidson Orange
📋 copy color: '#C43412'red 196 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #C43412
Tints of Harley Davidson Orange #C43412
RGB
CMYK
RGB Variations
Color information
#C43412 (or 0xC43412) is known color: Harley Davidson Orange. HEX triplet: C4, 34 and 12. RGB value is (196,52,18). Sum of RGB (Red+Green+Blue) = 196+52+18=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C43412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43412 is #3BCBED. Grayscale: #5B5B5B. Windows color (decimal): -3918830 or 1193156. OLE color: 1193156.
HSL color Cylindrical-coordinate representation of color #C43412: hue angle of 11.46º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C43412 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 52 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.23 |
| HSL | 11.46º | 0.83% | 0.42% | - |
| HSV(B) | 11.46º | 0.91% | 0.77% | - |
| XYZ | 24.1 | 14.24 | 2.05 | - |
| YUV | 91.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 52 | 18 | 0 | 0.73 | 0.91 | 0.23 | 11.46 | 0.83 | 0.42 |
| Hex | C4 | 34 | 12 | 0 | 49 | 5B | 17 | B | 53 | 2A |
| Octal | 304 | 64 | 22 | 0 | 111 | 133 | 27 | 13 | 123 | 52 |
| Binary | 11000100 | 110100 | 10010 | 0 | 1001001 | 1011011 | 10111 | 1011 | 1010011 | 101010 |
Color Harmonies of #C43412
Complementary color
Monochromatic Colors of #C43412
Black with #C43412
Text Example
Text Example
White with #C43412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43412; }
p { color: rgb(196,52,18); }
H1.HeaderClassName
{
color: #C43412;
}
.AnyTagClassName
{
color: #C43412;
}
</style>
background-color css
<style>
a { background-color: #C43412; }
a { background-color: rgb(196,52,18); }
div.DivClassName
{
background-color: #C43412;
}
.BgClassName
{
background-color: #C43412;
}
</style>
border-color css
<style>
span { border-color: #C43412; }
span { border-color: rgb(196,52,18); }
td.TdClassName
{
border-color: #C43412;
}
.TagClassName
{
border-color: #C43412;
}
</style>