Html Css Color HEX #C43816 Harley Davidson Orange
📋 copy color: '#C43816'red 196 ◦ green 56 ◦ blue 22
Shades of Harley Davidson Orange #C43816
Tints of Harley Davidson Orange #C43816
RGB
CMYK
RGB Variations
Color information
#C43816 (or 0xC43816) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 16. RGB value is (196,56,22). Sum of RGB (Red+Green+Blue) = 196+56+22=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C43816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43816 is #3BC7E9. Grayscale: #5E5E5E. Windows color (decimal): -3917802 or 1456324. OLE color: 1456324.
HSL color Cylindrical-coordinate representation of color #C43816: hue angle of 11.72º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C43816 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 22 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.23 |
| HSL | 11.72º | 0.8% | 0.43% | - |
| HSV(B) | 11.72º | 0.89% | 0.77% | - |
| XYZ | 24.32 | 14.62 | 2.3 | - |
| YUV | 93.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 22 | 0 | 0.71 | 0.89 | 0.23 | 11.72 | 0.8 | 0.43 |
| Hex | C4 | 38 | 16 | 0 | 47 | 59 | 17 | C | 50 | 2B |
| Octal | 304 | 70 | 26 | 0 | 107 | 131 | 27 | 14 | 120 | 53 |
| Binary | 11000100 | 111000 | 10110 | 0 | 1000111 | 1011001 | 10111 | 1100 | 1010000 | 101011 |
Color Harmonies of #C43816
Complementary color
Monochromatic Colors of #C43816
Black with #C43816
Text Example
Text Example
White with #C43816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43816; }
p { color: rgb(196,56,22); }
H1.HeaderClassName
{
color: #C43816;
}
.AnyTagClassName
{
color: #C43816;
}
</style>
background-color css
<style>
a { background-color: #C43816; }
a { background-color: rgb(196,56,22); }
div.DivClassName
{
background-color: #C43816;
}
.BgClassName
{
background-color: #C43816;
}
</style>
border-color css
<style>
span { border-color: #C43816; }
span { border-color: rgb(196,56,22); }
td.TdClassName
{
border-color: #C43816;
}
.TagClassName
{
border-color: #C43816;
}
</style>