Html Css Color HEX #C71F0D Harley Davidson Orange
📋 copy color: '#C71F0D'red 199 ◦ green 31 ◦ blue 13
Shades of Harley Davidson Orange #C71F0D
Tints of Harley Davidson Orange #C71F0D
RGB
CMYK
RGB Variations
Color information
#C71F0D (or 0xC71F0D) is known color: Harley Davidson Orange. HEX triplet: C7, 1F and 0D. RGB value is (199,31,13). Sum of RGB (Red+Green+Blue) = 199+31+13=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 31 (12.5% from 255 or 12.76% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C71F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C71F0D is #38E0F2. Grayscale: #4F4F4F. Windows color (decimal): -3727603 or 860103. OLE color: 860103.
HSL color Cylindrical-coordinate representation of color #C71F0D: hue angle of 5.81º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C71F0D is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 31 | 13 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.22 |
| HSL | 5.81º | 0.88% | 0.42% | - |
| HSV(B) | 5.81º | 0.93% | 0.78% | - |
| XYZ | 24.12 | 13.15 | 1.65 | - |
| YUV | 79.18 | 90.66 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 31 | 13 | 0 | 0.84 | 0.93 | 0.22 | 5.81 | 0.88 | 0.42 |
| Hex | C7 | 1F | D | 0 | 54 | 5D | 16 | 6 | 58 | 2A |
| Octal | 307 | 37 | 15 | 0 | 124 | 135 | 26 | 6 | 130 | 52 |
| Binary | 11000111 | 11111 | 1101 | 0 | 1010100 | 1011101 | 10110 | 110 | 1011000 | 101010 |
Color Harmonies of #C71F0D
Complementary color
Monochromatic Colors of #C71F0D
Black with #C71F0D
Text Example
Text Example
White with #C71F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71F0D; }
p { color: rgb(199,31,13); }
H1.HeaderClassName
{
color: #C71F0D;
}
.AnyTagClassName
{
color: #C71F0D;
}
</style>
background-color css
<style>
a { background-color: #C71F0D; }
a { background-color: rgb(199,31,13); }
div.DivClassName
{
background-color: #C71F0D;
}
.BgClassName
{
background-color: #C71F0D;
}
</style>
border-color css
<style>
span { border-color: #C71F0D; }
span { border-color: rgb(199,31,13); }
td.TdClassName
{
border-color: #C71F0D;
}
.TagClassName
{
border-color: #C71F0D;
}
</style>