Html Css Color HEX #C4301F Harley Davidson Orange
📋 copy color: '#C4301F'red 196 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #C4301F
Tints of Harley Davidson Orange #C4301F
RGB
CMYK
RGB Variations
Color information
#C4301F (or 0xC4301F) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 1F. RGB value is (196,48,31). Sum of RGB (Red+Green+Blue) = 196+48+31=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4301F is #3BCFE0. Grayscale: #5A5A5A. Windows color (decimal): -3919841 or 2044100. OLE color: 2044100.
HSL color Cylindrical-coordinate representation of color #C4301F: hue angle of 6.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4301F is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 31 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.23 |
| HSL | 6.18º | 0.73% | 0.45% | - |
| HSV(B) | 6.18º | 0.84% | 0.77% | - |
| XYZ | 24.07 | 13.95 | 2.72 | - |
| YUV | 90.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 31 | 0 | 0.76 | 0.84 | 0.23 | 6.18 | 0.73 | 0.45 |
| Hex | C4 | 30 | 1F | 0 | 4C | 54 | 17 | 6 | 49 | 2D |
| Octal | 304 | 60 | 37 | 0 | 114 | 124 | 27 | 6 | 111 | 55 |
| Binary | 11000100 | 110000 | 11111 | 0 | 1001100 | 1010100 | 10111 | 110 | 1001001 | 101101 |
Color Harmonies of #C4301F
Complementary color
Monochromatic Colors of #C4301F
Black with #C4301F
Text Example
Text Example
White with #C4301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4301F; }
p { color: rgb(196,48,31); }
H1.HeaderClassName
{
color: #C4301F;
}
.AnyTagClassName
{
color: #C4301F;
}
</style>
background-color css
<style>
a { background-color: #C4301F; }
a { background-color: rgb(196,48,31); }
div.DivClassName
{
background-color: #C4301F;
}
.BgClassName
{
background-color: #C4301F;
}
</style>
border-color css
<style>
span { border-color: #C4301F; }
span { border-color: rgb(196,48,31); }
td.TdClassName
{
border-color: #C4301F;
}
.TagClassName
{
border-color: #C4301F;
}
</style>