Html Css Color HEX #C42813 Harley Davidson Orange
📋 copy color: '#C42813'red 196 ◦ green 40 ◦ blue 19
Shades of Harley Davidson Orange #C42813
Tints of Harley Davidson Orange #C42813
RGB
CMYK
RGB Variations
Color information
#C42813 (or 0xC42813) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 13. RGB value is (196,40,19). Sum of RGB (Red+Green+Blue) = 196+40+19=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C42813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42813 is #3BD7EC. Grayscale: #545454. Windows color (decimal): -3921901 or 1255620. OLE color: 1255620.
HSL color Cylindrical-coordinate representation of color #C42813: hue angle of 7.12º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C42813 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 19 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.23 |
| HSL | 7.12º | 0.82% | 0.42% | - |
| HSV(B) | 7.12º | 0.9% | 0.77% | - |
| XYZ | 23.64 | 13.3 | 1.94 | - |
| YUV | 84.25 | 91.18 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 19 | 0 | 0.80 | 0.90 | 0.23 | 7.12 | 0.82 | 0.42 |
| Hex | C4 | 28 | 13 | 0 | 50 | 5A | 17 | 7 | 52 | 2A |
| Octal | 304 | 50 | 23 | 0 | 120 | 132 | 27 | 7 | 122 | 52 |
| Binary | 11000100 | 101000 | 10011 | 0 | 1010000 | 1011010 | 10111 | 111 | 1010010 | 101010 |
Color Harmonies of #C42813
Complementary color
Monochromatic Colors of #C42813
Black with #C42813
Text Example
Text Example
White with #C42813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42813; }
p { color: rgb(196,40,19); }
H1.HeaderClassName
{
color: #C42813;
}
.AnyTagClassName
{
color: #C42813;
}
</style>
background-color css
<style>
a { background-color: #C42813; }
a { background-color: rgb(196,40,19); }
div.DivClassName
{
background-color: #C42813;
}
.BgClassName
{
background-color: #C42813;
}
</style>
border-color css
<style>
span { border-color: #C42813; }
span { border-color: rgb(196,40,19); }
td.TdClassName
{
border-color: #C42813;
}
.TagClassName
{
border-color: #C42813;
}
</style>