Html Css Color HEX #C4280B Harley Davidson Orange
📋 copy color: '#C4280B'red 196 ◦ green 40 ◦ blue 11
Shades of Harley Davidson Orange #C4280B
Tints of Harley Davidson Orange #C4280B
RGB
CMYK
RGB Variations
Color information
#C4280B (or 0xC4280B) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 0B. RGB value is (196,40,11). Sum of RGB (Red+Green+Blue) = 196+40+11=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4280B is #3BD7F4. Grayscale: #535353. Windows color (decimal): -3921909 or 731332. OLE color: 731332.
HSL color Cylindrical-coordinate representation of color #C4280B: hue angle of 9.41º 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 #C4280B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.23 |
| HSL | 9.41º | 0.89% | 0.41% | - |
| HSV(B) | 9.41º | 0.94% | 0.77% | - |
| XYZ | 23.58 | 13.28 | 1.64 | - |
| YUV | 83.34 | 87.18 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 11 | 0 | 0.80 | 0.94 | 0.23 | 9.41 | 0.89 | 0.41 |
| Hex | C4 | 28 | B | 0 | 50 | 5E | 17 | 9 | 59 | 29 |
| Octal | 304 | 50 | 13 | 0 | 120 | 136 | 27 | 11 | 131 | 51 |
| Binary | 11000100 | 101000 | 1011 | 0 | 1010000 | 1011110 | 10111 | 1001 | 1011001 | 101001 |
Color Harmonies of #C4280B
Complementary color
Monochromatic Colors of #C4280B
Black with #C4280B
Text Example
Text Example
White with #C4280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4280B; }
p { color: rgb(196,40,11); }
H1.HeaderClassName
{
color: #C4280B;
}
.AnyTagClassName
{
color: #C4280B;
}
</style>
background-color css
<style>
a { background-color: #C4280B; }
a { background-color: rgb(196,40,11); }
div.DivClassName
{
background-color: #C4280B;
}
.BgClassName
{
background-color: #C4280B;
}
</style>
border-color css
<style>
span { border-color: #C4280B; }
span { border-color: rgb(196,40,11); }
td.TdClassName
{
border-color: #C4280B;
}
.TagClassName
{
border-color: #C4280B;
}
</style>