Html Css Color HEX #C7250F Harley Davidson Orange
📋 copy color: '#C7250F'red 199 ◦ green 37 ◦ blue 15
Shades of Harley Davidson Orange #C7250F
Tints of Harley Davidson Orange #C7250F
RGB
CMYK
RGB Variations
Color information
#C7250F (or 0xC7250F) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 0F. RGB value is (199,37,15). Sum of RGB (Red+Green+Blue) = 199+37+15=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C7250F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7250F is #38DAF0. Grayscale: #535353. Windows color (decimal): -3726065 or 992711. OLE color: 992711.
HSL color Cylindrical-coordinate representation of color #C7250F: hue angle of 7.17º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7250F is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 15 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.22 |
| HSL | 7.17º | 0.86% | 0.42% | - |
| HSV(B) | 7.17º | 0.92% | 0.78% | - |
| XYZ | 24.3 | 13.5 | 1.78 | - |
| YUV | 82.93 | 89.67 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 15 | 0 | 0.81 | 0.92 | 0.22 | 7.17 | 0.86 | 0.42 |
| Hex | C7 | 25 | F | 0 | 51 | 5C | 16 | 7 | 56 | 2A |
| Octal | 307 | 45 | 17 | 0 | 121 | 134 | 26 | 7 | 126 | 52 |
| Binary | 11000111 | 100101 | 1111 | 0 | 1010001 | 1011100 | 10110 | 111 | 1010110 | 101010 |
Color Harmonies of #C7250F
Complementary color
Monochromatic Colors of #C7250F
Black with #C7250F
Text Example
Text Example
White with #C7250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7250F; }
p { color: rgb(199,37,15); }
H1.HeaderClassName
{
color: #C7250F;
}
.AnyTagClassName
{
color: #C7250F;
}
</style>
background-color css
<style>
a { background-color: #C7250F; }
a { background-color: rgb(199,37,15); }
div.DivClassName
{
background-color: #C7250F;
}
.BgClassName
{
background-color: #C7250F;
}
</style>
border-color css
<style>
span { border-color: #C7250F; }
span { border-color: rgb(199,37,15); }
td.TdClassName
{
border-color: #C7250F;
}
.TagClassName
{
border-color: #C7250F;
}
</style>