Html Css Color HEX #C42800 Harley Davidson Orange
📋 copy color: '#C42800'red 196 ◦ green 40 ◦ blue 0
Shades of Harley Davidson Orange #C42800
Tints of Harley Davidson Orange #C42800
RGB
CMYK
RGB Variations
Color information
#C42800 (or 0xC42800) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 00. RGB value is (196,40,0). Sum of RGB (Red+Green+Blue) = 196+40+0=236 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.05% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 196 - color contains mainly: red. Hex color #C42800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42800 is #3BD7FF. Grayscale: #525252. Windows color (decimal): -3921920 or 10436. OLE color: 10436.
HSL color Cylindrical-coordinate representation of color #C42800: hue angle of 12.24º 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 #C42800 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.23 |
| HSL | 12.24º | 1% | 0.38% | - |
| HSV(B) | 12.24º | 1% | 0.77% | - |
| XYZ | 23.52 | 13.25 | 1.32 | - |
| YUV | 82.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 0 | 0 | 0.80 | 1 | 0.23 | 12.24 | 1 | 0.38 |
| Hex | C4 | 28 | 0 | 0 | 50 | 64 | 17 | C | 64 | 26 |
| Octal | 304 | 50 | 0 | 0 | 120 | 144 | 27 | 14 | 144 | 46 |
| Binary | 11000100 | 101000 | 0 | 0 | 1010000 | 1100100 | 10111 | 1100 | 1100100 | 100110 |
Color Harmonies of #C42800
Complementary color
Monochromatic Colors of #C42800
Black with #C42800
Text Example
Text Example
White with #C42800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42800; }
p { color: rgb(196,40,0); }
H1.HeaderClassName
{
color: #C42800;
}
.AnyTagClassName
{
color: #C42800;
}
</style>
background-color css
<style>
a { background-color: #C42800; }
a { background-color: rgb(196,40,0); }
div.DivClassName
{
background-color: #C42800;
}
.BgClassName
{
background-color: #C42800;
}
</style>
border-color css
<style>
span { border-color: #C42800; }
span { border-color: rgb(196,40,0); }
td.TdClassName
{
border-color: #C42800;
}
.TagClassName
{
border-color: #C42800;
}
</style>