Html Css Color HEX #C7251D Harley Davidson Orange
📋 copy color: '#C7251D'red 199 ◦ green 37 ◦ blue 29
Shades of Harley Davidson Orange #C7251D
Tints of Harley Davidson Orange #C7251D
RGB
CMYK
RGB Variations
Color information
#C7251D (or 0xC7251D) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 1D. RGB value is (199,37,29). Sum of RGB (Red+Green+Blue) = 199+37+29=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7251D is #38DAE2. Grayscale: #545454. Windows color (decimal): -3726051 or 1910215. OLE color: 1910215.
HSL color Cylindrical-coordinate representation of color #C7251D: hue angle of 2.82º 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 #C7251D is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 29 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.22 |
| HSL | 2.82º | 0.75% | 0.45% | - |
| HSV(B) | 2.82º | 0.85% | 0.78% | - |
| XYZ | 24.44 | 13.55 | 2.49 | - |
| YUV | 84.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 29 | 0 | 0.81 | 0.85 | 0.22 | 2.82 | 0.75 | 0.45 |
| Hex | C7 | 25 | 1D | 0 | 51 | 55 | 16 | 3 | 4B | 2D |
| Octal | 307 | 45 | 35 | 0 | 121 | 125 | 26 | 3 | 113 | 55 |
| Binary | 11000111 | 100101 | 11101 | 0 | 1010001 | 1010101 | 10110 | 11 | 1001011 | 101101 |
Color Harmonies of #C7251D
Complementary color
Monochromatic Colors of #C7251D
Black with #C7251D
Text Example
Text Example
White with #C7251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7251D; }
p { color: rgb(199,37,29); }
H1.HeaderClassName
{
color: #C7251D;
}
.AnyTagClassName
{
color: #C7251D;
}
</style>
background-color css
<style>
a { background-color: #C7251D; }
a { background-color: rgb(199,37,29); }
div.DivClassName
{
background-color: #C7251D;
}
.BgClassName
{
background-color: #C7251D;
}
</style>
border-color css
<style>
span { border-color: #C7251D; }
span { border-color: rgb(199,37,29); }
td.TdClassName
{
border-color: #C7251D;
}
.TagClassName
{
border-color: #C7251D;
}
</style>