Html Css Color HEX #C4200B Harley Davidson Orange
📋 copy color: '#C4200B'red 196 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #C4200B
Tints of Harley Davidson Orange #C4200B
RGB
CMYK
RGB Variations
Color information
#C4200B (or 0xC4200B) is known color: Harley Davidson Orange. HEX triplet: C4, 20 and 0B. RGB value is (196,32,11). Sum of RGB (Red+Green+Blue) = 196+32+11=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C4200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4200B is #3BDFF4. Grayscale: #4E4E4E. Windows color (decimal): -3923957 or 729284. OLE color: 729284.
HSL color Cylindrical-coordinate representation of color #C4200B: hue angle of 6.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4200B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 32 | 11 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.23 |
| HSL | 6.81º | 0.89% | 0.41% | - |
| HSV(B) | 6.81º | 0.94% | 0.77% | - |
| XYZ | 23.34 | 12.79 | 1.56 | - |
| YUV | 78.64 | 89.83 | 211.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 32 | 11 | 0 | 0.84 | 0.94 | 0.23 | 6.81 | 0.89 | 0.41 |
| Hex | C4 | 20 | B | 0 | 54 | 5E | 17 | 7 | 59 | 29 |
| Octal | 304 | 40 | 13 | 0 | 124 | 136 | 27 | 7 | 131 | 51 |
| Binary | 11000100 | 100000 | 1011 | 0 | 1010100 | 1011110 | 10111 | 111 | 1011001 | 101001 |
Color Harmonies of #C4200B
Complementary color
Monochromatic Colors of #C4200B
Black with #C4200B
Text Example
Text Example
White with #C4200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4200B; }
p { color: rgb(196,32,11); }
H1.HeaderClassName
{
color: #C4200B;
}
.AnyTagClassName
{
color: #C4200B;
}
</style>
background-color css
<style>
a { background-color: #C4200B; }
a { background-color: rgb(196,32,11); }
div.DivClassName
{
background-color: #C4200B;
}
.BgClassName
{
background-color: #C4200B;
}
</style>
border-color css
<style>
span { border-color: #C4200B; }
span { border-color: rgb(196,32,11); }
td.TdClassName
{
border-color: #C4200B;
}
.TagClassName
{
border-color: #C4200B;
}
</style>