Html Css Color HEX #C42600 Harley Davidson Orange
📋 copy color: '#C42600'red 196 ◦ green 38 ◦ blue 0
Shades of Harley Davidson Orange #C42600
Tints of Harley Davidson Orange #C42600
RGB
CMYK
RGB Variations
Color information
#C42600 (or 0xC42600) is known color: Harley Davidson Orange. HEX triplet: C4, 26 and 00. RGB value is (196,38,0). Sum of RGB (Red+Green+Blue) = 196+38+0=234 (30% of max value = 765). Red value is 196 (76.95% from 255 or 83.76% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 196 - color contains mainly: red. Hex color #C42600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42600 is #3BD9FF. Grayscale: #515151. Windows color (decimal): -3922432 or 9924. OLE color: 9924.
HSL color Cylindrical-coordinate representation of color #C42600: hue angle of 11.63º 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 #C42600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 38 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.23 |
| HSL | 11.63º | 1% | 0.38% | - |
| HSV(B) | 11.63º | 1% | 0.77% | - |
| XYZ | 23.46 | 13.12 | 1.3 | - |
| YUV | 80.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 38 | 0 | 0 | 0.81 | 1 | 0.23 | 11.63 | 1 | 0.38 |
| Hex | C4 | 26 | 0 | 0 | 51 | 64 | 17 | C | 64 | 26 |
| Octal | 304 | 46 | 0 | 0 | 121 | 144 | 27 | 14 | 144 | 46 |
| Binary | 11000100 | 100110 | 0 | 0 | 1010001 | 1100100 | 10111 | 1100 | 1100100 | 100110 |
Color Harmonies of #C42600
Complementary color
Monochromatic Colors of #C42600
Black with #C42600
Text Example
Text Example
White with #C42600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42600; }
p { color: rgb(196,38,0); }
H1.HeaderClassName
{
color: #C42600;
}
.AnyTagClassName
{
color: #C42600;
}
</style>
background-color css
<style>
a { background-color: #C42600; }
a { background-color: rgb(196,38,0); }
div.DivClassName
{
background-color: #C42600;
}
.BgClassName
{
background-color: #C42600;
}
</style>
border-color css
<style>
span { border-color: #C42600; }
span { border-color: rgb(196,38,0); }
td.TdClassName
{
border-color: #C42600;
}
.TagClassName
{
border-color: #C42600;
}
</style>