Html Css Color HEX #C42100 Harley Davidson Orange
📋 copy color: '#C42100'red 196 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #C42100
Tints of Harley Davidson Orange #C42100
RGB
CMYK
RGB Variations
Color information
#C42100 (or 0xC42100) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 00. RGB value is (196,33,0). Sum of RGB (Red+Green+Blue) = 196+33+0=229 (30% of max value = 765). Red value is 196 (76.95% from 255 or 85.59% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 196 - color contains mainly: red. Hex color #C42100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42100 is #3BDEFF. Grayscale: #4E4E4E. Windows color (decimal): -3923712 or 8644. OLE color: 8644.
HSL color Cylindrical-coordinate representation of color #C42100: hue angle of 10.1º 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 #C42100 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.23 |
| HSL | 10.1º | 1% | 0.38% | - |
| HSV(B) | 10.1º | 1% | 0.77% | - |
| XYZ | 23.31 | 12.82 | 1.25 | - |
| YUV | 77.98 | 84 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 0 | 0 | 0.83 | 1 | 0.23 | 10.1 | 1 | 0.38 |
| Hex | C4 | 21 | 0 | 0 | 53 | 64 | 17 | A | 64 | 26 |
| Octal | 304 | 41 | 0 | 0 | 123 | 144 | 27 | 12 | 144 | 46 |
| Binary | 11000100 | 100001 | 0 | 0 | 1010011 | 1100100 | 10111 | 1010 | 1100100 | 100110 |
Color Harmonies of #C42100
Complementary color
Monochromatic Colors of #C42100
Black with #C42100
Text Example
Text Example
White with #C42100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42100; }
p { color: rgb(196,33,0); }
H1.HeaderClassName
{
color: #C42100;
}
.AnyTagClassName
{
color: #C42100;
}
</style>
background-color css
<style>
a { background-color: #C42100; }
a { background-color: rgb(196,33,0); }
div.DivClassName
{
background-color: #C42100;
}
.BgClassName
{
background-color: #C42100;
}
</style>
border-color css
<style>
span { border-color: #C42100; }
span { border-color: rgb(196,33,0); }
td.TdClassName
{
border-color: #C42100;
}
.TagClassName
{
border-color: #C42100;
}
</style>