Html Css Color HEX #C7261A Harley Davidson Orange
📋 copy color: '#C7261A'red 199 ◦ green 38 ◦ blue 26
Shades of Harley Davidson Orange #C7261A
Tints of Harley Davidson Orange #C7261A
RGB
CMYK
RGB Variations
Color information
#C7261A (or 0xC7261A) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 1A. RGB value is (199,38,26). Sum of RGB (Red+Green+Blue) = 199+38+26=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C7261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7261A is #38D9E5. Grayscale: #545454. Windows color (decimal): -3725798 or 1713863. OLE color: 1713863.
HSL color Cylindrical-coordinate representation of color #C7261A: hue angle of 4.16º 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 #C7261A is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 26 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.22 |
| HSL | 4.16º | 0.77% | 0.44% | - |
| HSV(B) | 4.16º | 0.87% | 0.78% | - |
| XYZ | 24.43 | 13.6 | 2.32 | - |
| YUV | 84.77 | 94.84 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 26 | 0 | 0.81 | 0.87 | 0.22 | 4.16 | 0.77 | 0.44 |
| Hex | C7 | 26 | 1A | 0 | 51 | 57 | 16 | 4 | 4D | 2C |
| Octal | 307 | 46 | 32 | 0 | 121 | 127 | 26 | 4 | 115 | 54 |
| Binary | 11000111 | 100110 | 11010 | 0 | 1010001 | 1010111 | 10110 | 100 | 1001101 | 101100 |
Color Harmonies of #C7261A
Complementary color
Monochromatic Colors of #C7261A
Black with #C7261A
Text Example
Text Example
White with #C7261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7261A; }
p { color: rgb(199,38,26); }
H1.HeaderClassName
{
color: #C7261A;
}
.AnyTagClassName
{
color: #C7261A;
}
</style>
background-color css
<style>
a { background-color: #C7261A; }
a { background-color: rgb(199,38,26); }
div.DivClassName
{
background-color: #C7261A;
}
.BgClassName
{
background-color: #C7261A;
}
</style>
border-color css
<style>
span { border-color: #C7261A; }
span { border-color: rgb(199,38,26); }
td.TdClassName
{
border-color: #C7261A;
}
.TagClassName
{
border-color: #C7261A;
}
</style>