Html Css Color HEX #C42D17 Harley Davidson Orange
📋 copy color: '#C42D17'red 196 ◦ green 45 ◦ blue 23
Shades of Harley Davidson Orange #C42D17
Tints of Harley Davidson Orange #C42D17
RGB
CMYK
RGB Variations
Color information
#C42D17 (or 0xC42D17) is known color: Harley Davidson Orange. HEX triplet: C4, 2D and 17. RGB value is (196,45,23). Sum of RGB (Red+Green+Blue) = 196+45+23=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42D17 is #3BD2E8. Grayscale: #575757. Windows color (decimal): -3920617 or 1519044. OLE color: 1519044.
HSL color Cylindrical-coordinate representation of color #C42D17: hue angle of 7.63º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C42D17 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 23 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.23 |
| HSL | 7.63º | 0.79% | 0.43% | - |
| HSV(B) | 7.63º | 0.88% | 0.77% | - |
| XYZ | 23.86 | 13.67 | 2.19 | - |
| YUV | 87.64 | 91.53 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 23 | 0 | 0.77 | 0.88 | 0.23 | 7.63 | 0.79 | 0.43 |
| Hex | C4 | 2D | 17 | 0 | 4D | 58 | 17 | 8 | 4F | 2B |
| Octal | 304 | 55 | 27 | 0 | 115 | 130 | 27 | 10 | 117 | 53 |
| Binary | 11000100 | 101101 | 10111 | 0 | 1001101 | 1011000 | 10111 | 1000 | 1001111 | 101011 |
Color Harmonies of #C42D17
Complementary color
Monochromatic Colors of #C42D17
Black with #C42D17
Text Example
Text Example
White with #C42D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D17; }
p { color: rgb(196,45,23); }
H1.HeaderClassName
{
color: #C42D17;
}
.AnyTagClassName
{
color: #C42D17;
}
</style>
background-color css
<style>
a { background-color: #C42D17; }
a { background-color: rgb(196,45,23); }
div.DivClassName
{
background-color: #C42D17;
}
.BgClassName
{
background-color: #C42D17;
}
</style>
border-color css
<style>
span { border-color: #C42D17; }
span { border-color: rgb(196,45,23); }
td.TdClassName
{
border-color: #C42D17;
}
.TagClassName
{
border-color: #C42D17;
}
</style>