Html Css Color HEX #C7281F Harley Davidson Orange
📋 copy color: '#C7281F'red 199 ◦ green 40 ◦ blue 31
Shades of Harley Davidson Orange #C7281F
Tints of Harley Davidson Orange #C7281F
RGB
CMYK
RGB Variations
Color information
#C7281F (or 0xC7281F) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 1F. RGB value is (199,40,31). Sum of RGB (Red+Green+Blue) = 199+40+31=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C7281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7281F is #38D7E0. Grayscale: #565656. Windows color (decimal): -3725281 or 2042055. OLE color: 2042055.
HSL color Cylindrical-coordinate representation of color #C7281F: hue angle of 3.21º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7281F is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 31 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.22 |
| HSL | 3.21º | 0.73% | 0.45% | - |
| HSV(B) | 3.21º | 0.84% | 0.78% | - |
| XYZ | 24.56 | 13.76 | 2.66 | - |
| YUV | 86.52 | 96.68 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 31 | 0 | 0.80 | 0.84 | 0.22 | 3.21 | 0.73 | 0.45 |
| Hex | C7 | 28 | 1F | 0 | 50 | 54 | 16 | 3 | 49 | 2D |
| Octal | 307 | 50 | 37 | 0 | 120 | 124 | 26 | 3 | 111 | 55 |
| Binary | 11000111 | 101000 | 11111 | 0 | 1010000 | 1010100 | 10110 | 11 | 1001001 | 101101 |
Color Harmonies of #C7281F
Complementary color
Monochromatic Colors of #C7281F
Black with #C7281F
Text Example
Text Example
White with #C7281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7281F; }
p { color: rgb(199,40,31); }
H1.HeaderClassName
{
color: #C7281F;
}
.AnyTagClassName
{
color: #C7281F;
}
</style>
background-color css
<style>
a { background-color: #C7281F; }
a { background-color: rgb(199,40,31); }
div.DivClassName
{
background-color: #C7281F;
}
.BgClassName
{
background-color: #C7281F;
}
</style>
border-color css
<style>
span { border-color: #C7281F; }
span { border-color: rgb(199,40,31); }
td.TdClassName
{
border-color: #C7281F;
}
.TagClassName
{
border-color: #C7281F;
}
</style>