Html Css Color HEX #C7261D Harley Davidson Orange
📋 copy color: '#C7261D'red 199 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #C7261D
Tints of Harley Davidson Orange #C7261D
RGB
CMYK
RGB Variations
Color information
#C7261D (or 0xC7261D) is known color: Harley Davidson Orange. HEX triplet: C7, 26 and 1D. RGB value is (199,38,29). Sum of RGB (Red+Green+Blue) = 199+38+29=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7261D is #38D9E2. Grayscale: #555555. Windows color (decimal): -3725795 or 1910471. OLE color: 1910471.
HSL color Cylindrical-coordinate representation of color #C7261D: hue angle of 3.18º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7261D is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 38 | 29 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.22 |
| HSL | 3.18º | 0.75% | 0.45% | - |
| HSV(B) | 3.18º | 0.85% | 0.78% | - |
| XYZ | 24.47 | 13.62 | 2.5 | - |
| YUV | 85.11 | 96.34 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 29 | 0 | 0.81 | 0.85 | 0.22 | 3.18 | 0.75 | 0.45 |
| Hex | C7 | 26 | 1D | 0 | 51 | 55 | 16 | 3 | 4B | 2D |
| Octal | 307 | 46 | 35 | 0 | 121 | 125 | 26 | 3 | 113 | 55 |
| Binary | 11000111 | 100110 | 11101 | 0 | 1010001 | 1010101 | 10110 | 11 | 1001011 | 101101 |
Color Harmonies of #C7261D
Complementary color
Monochromatic Colors of #C7261D
Black with #C7261D
Text Example
Text Example
White with #C7261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7261D; }
p { color: rgb(199,38,29); }
H1.HeaderClassName
{
color: #C7261D;
}
.AnyTagClassName
{
color: #C7261D;
}
</style>
background-color css
<style>
a { background-color: #C7261D; }
a { background-color: rgb(199,38,29); }
div.DivClassName
{
background-color: #C7261D;
}
.BgClassName
{
background-color: #C7261D;
}
</style>
border-color css
<style>
span { border-color: #C7261D; }
span { border-color: rgb(199,38,29); }
td.TdClassName
{
border-color: #C7261D;
}
.TagClassName
{
border-color: #C7261D;
}
</style>