Html Css Color HEX #C7251C Harley Davidson Orange
📋 copy color: '#C7251C'red 199 ◦ green 37 ◦ blue 28
Shades of Harley Davidson Orange #C7251C
Tints of Harley Davidson Orange #C7251C
RGB
CMYK
RGB Variations
Color information
#C7251C (or 0xC7251C) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 1C. RGB value is (199,37,28). Sum of RGB (Red+Green+Blue) = 199+37+28=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7251C is #38DAE3. Grayscale: #545454. Windows color (decimal): -3726052 or 1844679. OLE color: 1844679.
HSL color Cylindrical-coordinate representation of color #C7251C: hue angle of 3.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7251C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.22 |
| HSL | 3.16º | 0.75% | 0.45% | - |
| HSV(B) | 3.16º | 0.86% | 0.78% | - |
| XYZ | 24.42 | 13.55 | 2.43 | - |
| YUV | 84.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 28 | 0 | 0.81 | 0.86 | 0.22 | 3.16 | 0.75 | 0.45 |
| Hex | C7 | 25 | 1C | 0 | 51 | 56 | 16 | 3 | 4B | 2D |
| Octal | 307 | 45 | 34 | 0 | 121 | 126 | 26 | 3 | 113 | 55 |
| Binary | 11000111 | 100101 | 11100 | 0 | 1010001 | 1010110 | 10110 | 11 | 1001011 | 101101 |
Color Harmonies of #C7251C
Complementary color
Monochromatic Colors of #C7251C
Black with #C7251C
Text Example
Text Example
White with #C7251C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7251C; }
p { color: rgb(199,37,28); }
H1.HeaderClassName
{
color: #C7251C;
}
.AnyTagClassName
{
color: #C7251C;
}
</style>
background-color css
<style>
a { background-color: #C7251C; }
a { background-color: rgb(199,37,28); }
div.DivClassName
{
background-color: #C7251C;
}
.BgClassName
{
background-color: #C7251C;
}
</style>
border-color css
<style>
span { border-color: #C7251C; }
span { border-color: rgb(199,37,28); }
td.TdClassName
{
border-color: #C7251C;
}
.TagClassName
{
border-color: #C7251C;
}
</style>