Html Css Color HEX #C42500 Harley Davidson Orange
📋 copy color: '#C42500'red 196 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #C42500
Tints of Harley Davidson Orange #C42500
RGB
CMYK
RGB Variations
Color information
#C42500 (or 0xC42500) is known color: Harley Davidson Orange. HEX triplet: C4, 25 and 00. RGB value is (196,37,0). Sum of RGB (Red+Green+Blue) = 196+37+0=233 (30% of max value = 765). Red value is 196 (76.95% from 255 or 84.12% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 196 - color contains mainly: red. Hex color #C42500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42500 is #3BDAFF. Grayscale: #505050. Windows color (decimal): -3922688 or 9668. OLE color: 9668.
HSL color Cylindrical-coordinate representation of color #C42500: hue angle of 11.33º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C42500 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 37 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.23 |
| HSL | 11.33º | 1% | 0.38% | - |
| HSV(B) | 11.33º | 1% | 0.77% | - |
| XYZ | 23.43 | 13.06 | 1.29 | - |
| YUV | 80.32 | 82.68 | 210.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 37 | 0 | 0 | 0.81 | 1 | 0.23 | 11.33 | 1 | 0.38 |
| Hex | C4 | 25 | 0 | 0 | 51 | 64 | 17 | B | 64 | 26 |
| Octal | 304 | 45 | 0 | 0 | 121 | 144 | 27 | 13 | 144 | 46 |
| Binary | 11000100 | 100101 | 0 | 0 | 1010001 | 1100100 | 10111 | 1011 | 1100100 | 100110 |
Color Harmonies of #C42500
Complementary color
Monochromatic Colors of #C42500
Black with #C42500
Text Example
Text Example
White with #C42500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42500; }
p { color: rgb(196,37,0); }
H1.HeaderClassName
{
color: #C42500;
}
.AnyTagClassName
{
color: #C42500;
}
</style>
background-color css
<style>
a { background-color: #C42500; }
a { background-color: rgb(196,37,0); }
div.DivClassName
{
background-color: #C42500;
}
.BgClassName
{
background-color: #C42500;
}
</style>
border-color css
<style>
span { border-color: #C42500; }
span { border-color: rgb(196,37,0); }
td.TdClassName
{
border-color: #C42500;
}
.TagClassName
{
border-color: #C42500;
}
</style>