Html Css Color HEX #C42F13 Harley Davidson Orange
📋 copy color: '#C42F13'red 196 ◦ green 47 ◦ blue 19
Shades of Harley Davidson Orange #C42F13
Tints of Harley Davidson Orange #C42F13
RGB
CMYK
RGB Variations
Color information
#C42F13 (or 0xC42F13) is known color: Harley Davidson Orange. HEX triplet: C4, 2F and 13. RGB value is (196,47,19). Sum of RGB (Red+Green+Blue) = 196+47+19=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42F13 is #3BD0EC. Grayscale: #585858. Windows color (decimal): -3920109 or 1257412. OLE color: 1257412.
HSL color Cylindrical-coordinate representation of color #C42F13: hue angle of 9.49º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C42F13 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 19 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.23 |
| HSL | 9.49º | 0.82% | 0.42% | - |
| HSV(B) | 9.49º | 0.9% | 0.77% | - |
| XYZ | 23.9 | 13.82 | 2.02 | - |
| YUV | 88.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 19 | 0 | 0.76 | 0.90 | 0.23 | 9.49 | 0.82 | 0.42 |
| Hex | C4 | 2F | 13 | 0 | 4C | 5A | 17 | 9 | 52 | 2A |
| Octal | 304 | 57 | 23 | 0 | 114 | 132 | 27 | 11 | 122 | 52 |
| Binary | 11000100 | 101111 | 10011 | 0 | 1001100 | 1011010 | 10111 | 1001 | 1010010 | 101010 |
Color Harmonies of #C42F13
Complementary color
Monochromatic Colors of #C42F13
Black with #C42F13
Text Example
Text Example
White with #C42F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F13; }
p { color: rgb(196,47,19); }
H1.HeaderClassName
{
color: #C42F13;
}
.AnyTagClassName
{
color: #C42F13;
}
</style>
background-color css
<style>
a { background-color: #C42F13; }
a { background-color: rgb(196,47,19); }
div.DivClassName
{
background-color: #C42F13;
}
.BgClassName
{
background-color: #C42F13;
}
</style>
border-color css
<style>
span { border-color: #C42F13; }
span { border-color: rgb(196,47,19); }
td.TdClassName
{
border-color: #C42F13;
}
.TagClassName
{
border-color: #C42F13;
}
</style>