Html Css Color HEX #C4290F Harley Davidson Orange
📋 copy color: '#C4290F'red 196 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #C4290F
Tints of Harley Davidson Orange #C4290F
RGB
CMYK
RGB Variations
Color information
#C4290F (or 0xC4290F) is known color: Harley Davidson Orange. HEX triplet: C4, 29 and 0F. RGB value is (196,41,15). Sum of RGB (Red+Green+Blue) = 196+41+15=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C4290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4290F is #3BD6F0. Grayscale: #545454. Windows color (decimal): -3921649 or 993732. OLE color: 993732.
HSL color Cylindrical-coordinate representation of color #C4290F: hue angle of 8.62º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4290F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 41 | 15 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.23 |
| HSL | 8.62º | 0.86% | 0.41% | - |
| HSV(B) | 8.62º | 0.92% | 0.77% | - |
| XYZ | 23.64 | 13.36 | 1.78 | - |
| YUV | 84.38 | 88.85 | 207.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 41 | 15 | 0 | 0.79 | 0.92 | 0.23 | 8.62 | 0.86 | 0.41 |
| Hex | C4 | 29 | F | 0 | 4F | 5C | 17 | 9 | 56 | 29 |
| Octal | 304 | 51 | 17 | 0 | 117 | 134 | 27 | 11 | 126 | 51 |
| Binary | 11000100 | 101001 | 1111 | 0 | 1001111 | 1011100 | 10111 | 1001 | 1010110 | 101001 |
Color Harmonies of #C4290F
Complementary color
Monochromatic Colors of #C4290F
Black with #C4290F
Text Example
Text Example
White with #C4290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4290F; }
p { color: rgb(196,41,15); }
H1.HeaderClassName
{
color: #C4290F;
}
.AnyTagClassName
{
color: #C4290F;
}
</style>
background-color css
<style>
a { background-color: #C4290F; }
a { background-color: rgb(196,41,15); }
div.DivClassName
{
background-color: #C4290F;
}
.BgClassName
{
background-color: #C4290F;
}
</style>
border-color css
<style>
span { border-color: #C4290F; }
span { border-color: rgb(196,41,15); }
td.TdClassName
{
border-color: #C4290F;
}
.TagClassName
{
border-color: #C4290F;
}
</style>