Html Css Color HEX #C43212 Harley Davidson Orange
📋 copy color: '#C43212'red 196 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #C43212
Tints of Harley Davidson Orange #C43212
RGB
CMYK
RGB Variations
Color information
#C43212 (or 0xC43212) is known color: Harley Davidson Orange. HEX triplet: C4, 32 and 12. RGB value is (196,50,18). Sum of RGB (Red+Green+Blue) = 196+50+18=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C43212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43212 is #3BCDED. Grayscale: #5A5A5A. Windows color (decimal): -3919342 or 1192644. OLE color: 1192644.
HSL color Cylindrical-coordinate representation of color #C43212: hue angle of 10.79º 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 #C43212 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.23 |
| HSL | 10.79º | 0.83% | 0.42% | - |
| HSV(B) | 10.79º | 0.91% | 0.77% | - |
| XYZ | 24.01 | 14.06 | 2.02 | - |
| YUV | 90.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 18 | 0 | 0.74 | 0.91 | 0.23 | 10.79 | 0.83 | 0.42 |
| Hex | C4 | 32 | 12 | 0 | 4A | 5B | 17 | B | 53 | 2A |
| Octal | 304 | 62 | 22 | 0 | 112 | 133 | 27 | 13 | 123 | 52 |
| Binary | 11000100 | 110010 | 10010 | 0 | 1001010 | 1011011 | 10111 | 1011 | 1010011 | 101010 |
Color Harmonies of #C43212
Complementary color
Monochromatic Colors of #C43212
Black with #C43212
Text Example
Text Example
White with #C43212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43212; }
p { color: rgb(196,50,18); }
H1.HeaderClassName
{
color: #C43212;
}
.AnyTagClassName
{
color: #C43212;
}
</style>
background-color css
<style>
a { background-color: #C43212; }
a { background-color: rgb(196,50,18); }
div.DivClassName
{
background-color: #C43212;
}
.BgClassName
{
background-color: #C43212;
}
</style>
border-color css
<style>
span { border-color: #C43212; }
span { border-color: rgb(196,50,18); }
td.TdClassName
{
border-color: #C43212;
}
.TagClassName
{
border-color: #C43212;
}
</style>