Html Css Color HEX #C4280F Harley Davidson Orange
📋 copy color: '#C4280F'red 196 ◦ green 40 ◦ blue 15
Shades of Harley Davidson Orange #C4280F
Tints of Harley Davidson Orange #C4280F
RGB
CMYK
RGB Variations
Color information
#C4280F (or 0xC4280F) is known color: Harley Davidson Orange. HEX triplet: C4, 28 and 0F. RGB value is (196,40,15). Sum of RGB (Red+Green+Blue) = 196+40+15=251 (33% of max value = 765). Red value is 196 (76.95% from 255 or 78.09% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 196 - color contains mainly: red. Hex color #C4280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4280F is #3BD7F0. Grayscale: #545454. Windows color (decimal): -3921905 or 993476. OLE color: 993476.
HSL color Cylindrical-coordinate representation of color #C4280F: hue angle of 8.29º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4280F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 40 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.23 |
| HSL | 8.29º | 0.86% | 0.41% | - |
| HSV(B) | 8.29º | 0.92% | 0.77% | - |
| XYZ | 23.61 | 13.29 | 1.77 | - |
| YUV | 83.79 | 89.18 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 40 | 15 | 0 | 0.80 | 0.92 | 0.23 | 8.29 | 0.86 | 0.41 |
| Hex | C4 | 28 | F | 0 | 50 | 5C | 17 | 8 | 56 | 29 |
| Octal | 304 | 50 | 17 | 0 | 120 | 134 | 27 | 10 | 126 | 51 |
| Binary | 11000100 | 101000 | 1111 | 0 | 1010000 | 1011100 | 10111 | 1000 | 1010110 | 101001 |
Color Harmonies of #C4280F
Complementary color
Monochromatic Colors of #C4280F
Black with #C4280F
Text Example
Text Example
White with #C4280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4280F; }
p { color: rgb(196,40,15); }
H1.HeaderClassName
{
color: #C4280F;
}
.AnyTagClassName
{
color: #C4280F;
}
</style>
background-color css
<style>
a { background-color: #C4280F; }
a { background-color: rgb(196,40,15); }
div.DivClassName
{
background-color: #C4280F;
}
.BgClassName
{
background-color: #C4280F;
}
</style>
border-color css
<style>
span { border-color: #C4280F; }
span { border-color: rgb(196,40,15); }
td.TdClassName
{
border-color: #C4280F;
}
.TagClassName
{
border-color: #C4280F;
}
</style>