Html Css Color HEX #C7271A Harley Davidson Orange
📋 copy color: '#C7271A'red 199 ◦ green 39 ◦ blue 26
Shades of Harley Davidson Orange #C7271A
Tints of Harley Davidson Orange #C7271A
RGB
CMYK
RGB Variations
Color information
#C7271A (or 0xC7271A) is known color: Harley Davidson Orange. HEX triplet: C7, 27 and 1A. RGB value is (199,39,26). Sum of RGB (Red+Green+Blue) = 199+39+26=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7271A is #38D8E5. Grayscale: #555555. Windows color (decimal): -3725542 or 1714119. OLE color: 1714119.
HSL color Cylindrical-coordinate representation of color #C7271A: hue angle of 4.51º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7271A is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 39 | 26 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.22 |
| HSL | 4.51º | 0.77% | 0.44% | - |
| HSV(B) | 4.51º | 0.87% | 0.78% | - |
| XYZ | 24.47 | 13.67 | 2.33 | - |
| YUV | 85.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 26 | 0 | 0.80 | 0.87 | 0.22 | 4.51 | 0.77 | 0.44 |
| Hex | C7 | 27 | 1A | 0 | 50 | 57 | 16 | 5 | 4D | 2C |
| Octal | 307 | 47 | 32 | 0 | 120 | 127 | 26 | 5 | 115 | 54 |
| Binary | 11000111 | 100111 | 11010 | 0 | 1010000 | 1010111 | 10110 | 101 | 1001101 | 101100 |
Color Harmonies of #C7271A
Complementary color
Monochromatic Colors of #C7271A
Black with #C7271A
Text Example
Text Example
White with #C7271A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7271A; }
p { color: rgb(199,39,26); }
H1.HeaderClassName
{
color: #C7271A;
}
.AnyTagClassName
{
color: #C7271A;
}
</style>
background-color css
<style>
a { background-color: #C7271A; }
a { background-color: rgb(199,39,26); }
div.DivClassName
{
background-color: #C7271A;
}
.BgClassName
{
background-color: #C7271A;
}
</style>
border-color css
<style>
span { border-color: #C7271A; }
span { border-color: rgb(199,39,26); }
td.TdClassName
{
border-color: #C7271A;
}
.TagClassName
{
border-color: #C7271A;
}
</style>