Html Css Color HEX #C71C0F Harley Davidson Orange
📋 copy color: '#C71C0F'red 199 ◦ green 28 ◦ blue 15
Shades of Harley Davidson Orange #C71C0F
Tints of Harley Davidson Orange #C71C0F
RGB
CMYK
RGB Variations
Color information
#C71C0F (or 0xC71C0F) is known color: Harley Davidson Orange. HEX triplet: C7, 1C and 0F. RGB value is (199,28,15). Sum of RGB (Red+Green+Blue) = 199+28+15=242 (32% of max value = 765). Red value is 199 (78.12% from 255 or 82.23% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 199 - color contains mainly: red. Hex color #C71C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71C0F is #38E3F0. Grayscale: #4D4D4D. Windows color (decimal): -3728369 or 990407. OLE color: 990407.
HSL color Cylindrical-coordinate representation of color #C71C0F: hue angle of 4.24º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71C0F is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 28 | 15 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.22 |
| HSL | 4.24º | 0.86% | 0.42% | - |
| HSV(B) | 4.24º | 0.92% | 0.78% | - |
| XYZ | 24.05 | 13.01 | 1.69 | - |
| YUV | 77.65 | 92.65 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 28 | 15 | 0 | 0.86 | 0.92 | 0.22 | 4.24 | 0.86 | 0.42 |
| Hex | C7 | 1C | F | 0 | 56 | 5C | 16 | 4 | 56 | 2A |
| Octal | 307 | 34 | 17 | 0 | 126 | 134 | 26 | 4 | 126 | 52 |
| Binary | 11000111 | 11100 | 1111 | 0 | 1010110 | 1011100 | 10110 | 100 | 1010110 | 101010 |
Color Harmonies of #C71C0F
Complementary color
Monochromatic Colors of #C71C0F
Black with #C71C0F
Text Example
Text Example
White with #C71C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71C0F; }
p { color: rgb(199,28,15); }
H1.HeaderClassName
{
color: #C71C0F;
}
.AnyTagClassName
{
color: #C71C0F;
}
</style>
background-color css
<style>
a { background-color: #C71C0F; }
a { background-color: rgb(199,28,15); }
div.DivClassName
{
background-color: #C71C0F;
}
.BgClassName
{
background-color: #C71C0F;
}
</style>
border-color css
<style>
span { border-color: #C71C0F; }
span { border-color: rgb(199,28,15); }
td.TdClassName
{
border-color: #C71C0F;
}
.TagClassName
{
border-color: #C71C0F;
}
</style>