Html Css Color HEX #C43612 Harley Davidson Orange
📋 copy color: '#C43612'red 196 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #C43612
Tints of Harley Davidson Orange #C43612
RGB
CMYK
RGB Variations
Color information
#C43612 (or 0xC43612) is known color: Harley Davidson Orange. HEX triplet: C4, 36 and 12. RGB value is (196,54,18). Sum of RGB (Red+Green+Blue) = 196+54+18=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C43612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43612 is #3BC9ED. Grayscale: #5C5C5C. Windows color (decimal): -3918318 or 1193668. OLE color: 1193668.
HSL color Cylindrical-coordinate representation of color #C43612: hue angle of 12.13º 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 #C43612 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 54 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.23 |
| HSL | 12.13º | 0.83% | 0.42% | - |
| HSV(B) | 12.13º | 0.91% | 0.77% | - |
| XYZ | 24.19 | 14.42 | 2.08 | - |
| YUV | 92.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 54 | 18 | 0 | 0.72 | 0.91 | 0.23 | 12.13 | 0.83 | 0.42 |
| Hex | C4 | 36 | 12 | 0 | 48 | 5B | 17 | C | 53 | 2A |
| Octal | 304 | 66 | 22 | 0 | 110 | 133 | 27 | 14 | 123 | 52 |
| Binary | 11000100 | 110110 | 10010 | 0 | 1001000 | 1011011 | 10111 | 1100 | 1010011 | 101010 |
Color Harmonies of #C43612
Complementary color
Monochromatic Colors of #C43612
Black with #C43612
Text Example
Text Example
White with #C43612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43612; }
p { color: rgb(196,54,18); }
H1.HeaderClassName
{
color: #C43612;
}
.AnyTagClassName
{
color: #C43612;
}
</style>
background-color css
<style>
a { background-color: #C43612; }
a { background-color: rgb(196,54,18); }
div.DivClassName
{
background-color: #C43612;
}
.BgClassName
{
background-color: #C43612;
}
</style>
border-color css
<style>
span { border-color: #C43612; }
span { border-color: rgb(196,54,18); }
td.TdClassName
{
border-color: #C43612;
}
.TagClassName
{
border-color: #C43612;
}
</style>