Html Css Color HEX #C4280A Harley Davidson Orange
📋 copy color: '#C4280A'red 196 ◦ green 40 ◦ blue 10
Shades of Harley Davidson Orange #C4280A
Tints of Harley Davidson Orange #C4280A
RGB
CMYK
RGB Variations
Color information
#C4280A (or 0xC4280A) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 0A. RGB value is (196,40,10). Sum of RGB (Red+Green+Blue) = 196+40+10=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C4280A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4280A is #3BD7F5. Grayscale: #535353. Windows color (decimal): -3921910 or 665796. OLE color: 665796.
HSL color Cylindrical-coordinate representation of color #C4280A: hue angle of 9.68º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4280A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 10 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.23 |
| HSL | 9.68º | 0.9% | 0.4% | - |
| HSV(B) | 9.68º | 0.95% | 0.77% | - |
| XYZ | 23.58 | 13.28 | 1.61 | - |
| YUV | 83.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 10 | 0 | 0.80 | 0.95 | 0.23 | 9.68 | 0.9 | 0.4 |
| Hex | C4 | 28 | A | 0 | 50 | 5F | 17 | A | 5A | 28 |
| Octal | 304 | 50 | 12 | 0 | 120 | 137 | 27 | 12 | 132 | 50 |
| Binary | 11000100 | 101000 | 1010 | 0 | 1010000 | 1011111 | 10111 | 1010 | 1011010 | 101000 |
Color Harmonies of #C4280A
Complementary color
Monochromatic Colors of #C4280A
Black with #C4280A
Text Example
Text Example
White with #C4280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4280A; }
p { color: rgb(196,40,10); }
H1.HeaderClassName
{
color: #C4280A;
}
.AnyTagClassName
{
color: #C4280A;
}
</style>
background-color css
<style>
a { background-color: #C4280A; }
a { background-color: rgb(196,40,10); }
div.DivClassName
{
background-color: #C4280A;
}
.BgClassName
{
background-color: #C4280A;
}
</style>
border-color css
<style>
span { border-color: #C4280A; }
span { border-color: rgb(196,40,10); }
td.TdClassName
{
border-color: #C4280A;
}
.TagClassName
{
border-color: #C4280A;
}
</style>