Html Css Color HEX #C43812 Harley Davidson Orange
📋 copy color: '#C43812'red 196 ◦ green 56 ◦ blue 18
Shades of Harley Davidson Orange #C43812
Tints of Harley Davidson Orange #C43812
RGB
CMYK
RGB Variations
Color information
#C43812 (or 0xC43812) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 12. RGB value is (196,56,18). Sum of RGB (Red+Green+Blue) = 196+56+18=270 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.59% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 196 - color contains mainly: red. Hex color #C43812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43812 is #3BC7ED. Grayscale: #5D5D5D. Windows color (decimal): -3917806 or 1194180. OLE color: 1194180.
HSL color Cylindrical-coordinate representation of color #C43812: hue angle of 12.81º 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 #C43812 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 18 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.23 |
| HSL | 12.81º | 0.83% | 0.42% | - |
| HSV(B) | 12.81º | 0.91% | 0.77% | - |
| XYZ | 24.29 | 14.61 | 2.11 | - |
| YUV | 93.53 | 85.38 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 18 | 0 | 0.71 | 0.91 | 0.23 | 12.81 | 0.83 | 0.42 |
| Hex | C4 | 38 | 12 | 0 | 47 | 5B | 17 | D | 53 | 2A |
| Octal | 304 | 70 | 22 | 0 | 107 | 133 | 27 | 15 | 123 | 52 |
| Binary | 11000100 | 111000 | 10010 | 0 | 1000111 | 1011011 | 10111 | 1101 | 1010011 | 101010 |
Color Harmonies of #C43812
Complementary color
Monochromatic Colors of #C43812
Black with #C43812
Text Example
Text Example
White with #C43812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43812; }
p { color: rgb(196,56,18); }
H1.HeaderClassName
{
color: #C43812;
}
.AnyTagClassName
{
color: #C43812;
}
</style>
background-color css
<style>
a { background-color: #C43812; }
a { background-color: rgb(196,56,18); }
div.DivClassName
{
background-color: #C43812;
}
.BgClassName
{
background-color: #C43812;
}
</style>
border-color css
<style>
span { border-color: #C43812; }
span { border-color: rgb(196,56,18); }
td.TdClassName
{
border-color: #C43812;
}
.TagClassName
{
border-color: #C43812;
}
</style>