Html Css Color HEX #C43820 Harley Davidson Orange
📋 copy color: '#C43820'red 196 ◦ green 56 ◦ blue 32
Shades of Harley Davidson Orange #C43820
Tints of Harley Davidson Orange #C43820
RGB
CMYK
RGB Variations
Color information
#C43820 (or 0xC43820) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 20. RGB value is (196,56,32). Sum of RGB (Red+Green+Blue) = 196+56+32=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C43820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43820 is #3BC7DF. Grayscale: #5F5F5F. Windows color (decimal): -3917792 or 2111684. OLE color: 2111684.
HSL color Cylindrical-coordinate representation of color #C43820: hue angle of 8.78º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C43820 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 32 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.23 |
| HSL | 8.78º | 0.72% | 0.45% | - |
| HSV(B) | 8.78º | 0.84% | 0.77% | - |
| XYZ | 24.44 | 14.67 | 2.91 | - |
| YUV | 95.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 32 | 0 | 0.71 | 0.84 | 0.23 | 8.78 | 0.72 | 0.45 |
| Hex | C4 | 38 | 20 | 0 | 47 | 54 | 17 | 9 | 48 | 2D |
| Octal | 304 | 70 | 40 | 0 | 107 | 124 | 27 | 11 | 110 | 55 |
| Binary | 11000100 | 111000 | 100000 | 0 | 1000111 | 1010100 | 10111 | 1001 | 1001000 | 101101 |
Color Harmonies of #C43820
Complementary color
Monochromatic Colors of #C43820
Black with #C43820
Text Example
Text Example
White with #C43820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43820; }
p { color: rgb(196,56,32); }
H1.HeaderClassName
{
color: #C43820;
}
.AnyTagClassName
{
color: #C43820;
}
</style>
background-color css
<style>
a { background-color: #C43820; }
a { background-color: rgb(196,56,32); }
div.DivClassName
{
background-color: #C43820;
}
.BgClassName
{
background-color: #C43820;
}
</style>
border-color css
<style>
span { border-color: #C43820; }
span { border-color: rgb(196,56,32); }
td.TdClassName
{
border-color: #C43820;
}
.TagClassName
{
border-color: #C43820;
}
</style>