Html Css Color HEX #C42C0D Harley Davidson Orange
📋 copy color: '#C42C0D'red 196 ◦ green 44 ◦ blue 13
Shades of Harley Davidson Orange #C42C0D
Tints of Harley Davidson Orange #C42C0D
RGB
CMYK
RGB Variations
Color information
#C42C0D (or 0xC42C0D) is known color: Harley Davidson Orange. HEX triplet: C4, 2C and 0D. RGB value is (196,44,13). Sum of RGB (Red+Green+Blue) = 196+44+13=253 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.47% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42C0D is #3BD3F2. Grayscale: #565656. Windows color (decimal): -3920883 or 863428. OLE color: 863428.
HSL color Cylindrical-coordinate representation of color #C42C0D: hue angle of 10.16º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C42C0D is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 13 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.23 |
| HSL | 10.16º | 0.88% | 0.41% | - |
| HSV(B) | 10.16º | 0.93% | 0.77% | - |
| XYZ | 23.74 | 13.57 | 1.75 | - |
| YUV | 85.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 13 | 0 | 0.78 | 0.93 | 0.23 | 10.16 | 0.88 | 0.41 |
| Hex | C4 | 2C | D | 0 | 4E | 5D | 17 | A | 58 | 29 |
| Octal | 304 | 54 | 15 | 0 | 116 | 135 | 27 | 12 | 130 | 51 |
| Binary | 11000100 | 101100 | 1101 | 0 | 1001110 | 1011101 | 10111 | 1010 | 1011000 | 101001 |
Color Harmonies of #C42C0D
Complementary color
Monochromatic Colors of #C42C0D
Black with #C42C0D
Text Example
Text Example
White with #C42C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C0D; }
p { color: rgb(196,44,13); }
H1.HeaderClassName
{
color: #C42C0D;
}
.AnyTagClassName
{
color: #C42C0D;
}
</style>
background-color css
<style>
a { background-color: #C42C0D; }
a { background-color: rgb(196,44,13); }
div.DivClassName
{
background-color: #C42C0D;
}
.BgClassName
{
background-color: #C42C0D;
}
</style>
border-color css
<style>
span { border-color: #C42C0D; }
span { border-color: rgb(196,44,13); }
td.TdClassName
{
border-color: #C42C0D;
}
.TagClassName
{
border-color: #C42C0D;
}
</style>