Html Css Color HEX #C42D1C Harley Davidson Orange
📋 copy color: '#C42D1C'red 196 ◦ green 45 ◦ blue 28
Shades of Harley Davidson Orange #C42D1C
Tints of Harley Davidson Orange #C42D1C
RGB
CMYK
RGB Variations
Color information
#C42D1C (or 0xC42D1C) is known color: Harley Davidson Orange. HEX triplet: C4, 2D and 1C. RGB value is (196,45,28). Sum of RGB (Red+Green+Blue) = 196+45+28=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D1C is #3BD2E3. Grayscale: #585858. Windows color (decimal): -3920612 or 1846724. OLE color: 1846724.
HSL color Cylindrical-coordinate representation of color #C42D1C: hue angle of 6.07º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C42D1C is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 28 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.23 |
| HSL | 6.07º | 0.75% | 0.44% | - |
| HSV(B) | 6.07º | 0.86% | 0.77% | - |
| XYZ | 23.91 | 13.7 | 2.48 | - |
| YUV | 88.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 28 | 0 | 0.77 | 0.86 | 0.23 | 6.07 | 0.75 | 0.44 |
| Hex | C4 | 2D | 1C | 0 | 4D | 56 | 17 | 6 | 4B | 2C |
| Octal | 304 | 55 | 34 | 0 | 115 | 126 | 27 | 6 | 113 | 54 |
| Binary | 11000100 | 101101 | 11100 | 0 | 1001101 | 1010110 | 10111 | 110 | 1001011 | 101100 |
Color Harmonies of #C42D1C
Complementary color
Monochromatic Colors of #C42D1C
Black with #C42D1C
Text Example
Text Example
White with #C42D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D1C; }
p { color: rgb(196,45,28); }
H1.HeaderClassName
{
color: #C42D1C;
}
.AnyTagClassName
{
color: #C42D1C;
}
</style>
background-color css
<style>
a { background-color: #C42D1C; }
a { background-color: rgb(196,45,28); }
div.DivClassName
{
background-color: #C42D1C;
}
.BgClassName
{
background-color: #C42D1C;
}
</style>
border-color css
<style>
span { border-color: #C42D1C; }
span { border-color: rgb(196,45,28); }
td.TdClassName
{
border-color: #C42D1C;
}
.TagClassName
{
border-color: #C42D1C;
}
</style>