Html Css Color HEX #C43811 Harley Davidson Orange
📋 copy color: '#C43811'red 196 ◦ green 56 ◦ blue 17
Shades of Harley Davidson Orange #C43811
Tints of Harley Davidson Orange #C43811
RGB
CMYK
RGB Variations
Color information
#C43811 (or 0xC43811) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 11. RGB value is (196,56,17). Sum of RGB (Red+Green+Blue) = 196+56+17=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C43811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C43811 is #3BC7EE. Grayscale: #5D5D5D. Windows color (decimal): -3917807 or 1128644. OLE color: 1128644.
HSL color Cylindrical-coordinate representation of color #C43811: hue angle of 13.07º degrees, saturation: 0.84, 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 #C43811 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 17 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.23 |
| HSL | 13.07º | 0.84% | 0.42% | - |
| HSV(B) | 13.07º | 0.91% | 0.77% | - |
| XYZ | 24.28 | 14.6 | 2.07 | - |
| YUV | 93.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 17 | 0 | 0.71 | 0.91 | 0.23 | 13.07 | 0.84 | 0.42 |
| Hex | C4 | 38 | 11 | 0 | 47 | 5B | 17 | D | 54 | 2A |
| Octal | 304 | 70 | 21 | 0 | 107 | 133 | 27 | 15 | 124 | 52 |
| Binary | 11000100 | 111000 | 10001 | 0 | 1000111 | 1011011 | 10111 | 1101 | 1010100 | 101010 |
Color Harmonies of #C43811
Complementary color
Monochromatic Colors of #C43811
Black with #C43811
Text Example
Text Example
White with #C43811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43811; }
p { color: rgb(196,56,17); }
H1.HeaderClassName
{
color: #C43811;
}
.AnyTagClassName
{
color: #C43811;
}
</style>
background-color css
<style>
a { background-color: #C43811; }
a { background-color: rgb(196,56,17); }
div.DivClassName
{
background-color: #C43811;
}
.BgClassName
{
background-color: #C43811;
}
</style>
border-color css
<style>
span { border-color: #C43811; }
span { border-color: rgb(196,56,17); }
td.TdClassName
{
border-color: #C43811;
}
.TagClassName
{
border-color: #C43811;
}
</style>