Html Css Color HEX #C42507 Harley Davidson Orange
📋 copy color: '#C42507'red 196 ◦ green 37 ◦ blue 7
Shades of Harley Davidson Orange #C42507
Tints of Harley Davidson Orange #C42507
RGB
CMYK
RGB Variations
Color information
#C42507 (or 0xC42507) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 07. RGB value is (196,37,7). Sum of RGB (Red+Green+Blue) = 196+37+7=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C42507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42507 is #3BDAF8. Grayscale: #515151. Windows color (decimal): -3922681 or 468420. OLE color: 468420.
HSL color Cylindrical-coordinate representation of color #C42507: hue angle of 9.52º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C42507 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.23 |
| HSL | 9.52º | 0.93% | 0.4% | - |
| HSV(B) | 9.52º | 0.96% | 0.77% | - |
| XYZ | 23.46 | 13.07 | 1.49 | - |
| YUV | 81.12 | 86.18 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 7 | 0 | 0.81 | 0.96 | 0.23 | 9.52 | 0.93 | 0.4 |
| Hex | C4 | 25 | 7 | 0 | 51 | 60 | 17 | A | 5D | 28 |
| Octal | 304 | 45 | 7 | 0 | 121 | 140 | 27 | 12 | 135 | 50 |
| Binary | 11000100 | 100101 | 111 | 0 | 1010001 | 1100000 | 10111 | 1010 | 1011101 | 101000 |
Color Harmonies of #C42507
Complementary color
Monochromatic Colors of #C42507
Black with #C42507
Text Example
Text Example
White with #C42507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42507; }
p { color: rgb(196,37,7); }
H1.HeaderClassName
{
color: #C42507;
}
.AnyTagClassName
{
color: #C42507;
}
</style>
background-color css
<style>
a { background-color: #C42507; }
a { background-color: rgb(196,37,7); }
div.DivClassName
{
background-color: #C42507;
}
.BgClassName
{
background-color: #C42507;
}
</style>
border-color css
<style>
span { border-color: #C42507; }
span { border-color: rgb(196,37,7); }
td.TdClassName
{
border-color: #C42507;
}
.TagClassName
{
border-color: #C42507;
}
</style>