Html Css Color HEX #C7240D Harley Davidson Orange
📋 copy color: '#C7240D'red 199 ◦ green 36 ◦ blue 13
Shades of Harley Davidson Orange #C7240D
Tints of Harley Davidson Orange #C7240D
RGB
CMYK
RGB Variations
Color information
#C7240D (or 0xC7240D) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 0D. RGB value is (199,36,13). Sum of RGB (Red+Green+Blue) = 199+36+13=248 (32% of max value = 765). Red value is 199 (78.12% from 255 or 80.24% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 199 - color contains mainly: red. Hex color #C7240D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7240D is #38DBF2. Grayscale: #525252. Windows color (decimal): -3726323 or 861383. OLE color: 861383.
HSL color Cylindrical-coordinate representation of color #C7240D: hue angle of 7.42º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7240D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.22 |
| HSL | 7.42º | 0.88% | 0.42% | - |
| HSV(B) | 7.42º | 0.93% | 0.78% | - |
| XYZ | 24.26 | 13.43 | 1.7 | - |
| YUV | 82.12 | 89 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 13 | 0 | 0.82 | 0.93 | 0.22 | 7.42 | 0.88 | 0.42 |
| Hex | C7 | 24 | D | 0 | 52 | 5D | 16 | 7 | 58 | 2A |
| Octal | 307 | 44 | 15 | 0 | 122 | 135 | 26 | 7 | 130 | 52 |
| Binary | 11000111 | 100100 | 1101 | 0 | 1010010 | 1011101 | 10110 | 111 | 1011000 | 101010 |
Color Harmonies of #C7240D
Complementary color
Monochromatic Colors of #C7240D
Black with #C7240D
Text Example
Text Example
White with #C7240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7240D; }
p { color: rgb(199,36,13); }
H1.HeaderClassName
{
color: #C7240D;
}
.AnyTagClassName
{
color: #C7240D;
}
</style>
background-color css
<style>
a { background-color: #C7240D; }
a { background-color: rgb(199,36,13); }
div.DivClassName
{
background-color: #C7240D;
}
.BgClassName
{
background-color: #C7240D;
}
</style>
border-color css
<style>
span { border-color: #C7240D; }
span { border-color: rgb(199,36,13); }
td.TdClassName
{
border-color: #C7240D;
}
.TagClassName
{
border-color: #C7240D;
}
</style>