Html Css Color HEX #C7281D Harley Davidson Orange
📋 copy color: '#C7281D'red 199 ◦ green 40 ◦ blue 29
Shades of Harley Davidson Orange #C7281D
Tints of Harley Davidson Orange #C7281D
RGB
CMYK
RGB Variations
Color information
#C7281D (or 0xC7281D) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 1D. RGB value is (199,40,29). Sum of RGB (Red+Green+Blue) = 199+40+29=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C7281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7281D is #38D7E2. Grayscale: #565656. Windows color (decimal): -3725283 or 1910983. OLE color: 1910983.
HSL color Cylindrical-coordinate representation of color #C7281D: hue angle of 3.88º 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 #C7281D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 29 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.22 |
| HSL | 3.88º | 0.75% | 0.45% | - |
| HSV(B) | 3.88º | 0.85% | 0.78% | - |
| XYZ | 24.53 | 13.75 | 2.52 | - |
| YUV | 86.29 | 95.68 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 29 | 0 | 0.80 | 0.85 | 0.22 | 3.88 | 0.75 | 0.45 |
| Hex | C7 | 28 | 1D | 0 | 50 | 55 | 16 | 4 | 4B | 2D |
| Octal | 307 | 50 | 35 | 0 | 120 | 125 | 26 | 4 | 113 | 55 |
| Binary | 11000111 | 101000 | 11101 | 0 | 1010000 | 1010101 | 10110 | 100 | 1001011 | 101101 |
Color Harmonies of #C7281D
Complementary color
Monochromatic Colors of #C7281D
Black with #C7281D
Text Example
Text Example
White with #C7281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7281D; }
p { color: rgb(199,40,29); }
H1.HeaderClassName
{
color: #C7281D;
}
.AnyTagClassName
{
color: #C7281D;
}
</style>
background-color css
<style>
a { background-color: #C7281D; }
a { background-color: rgb(199,40,29); }
div.DivClassName
{
background-color: #C7281D;
}
.BgClassName
{
background-color: #C7281D;
}
</style>
border-color css
<style>
span { border-color: #C7281D; }
span { border-color: rgb(199,40,29); }
td.TdClassName
{
border-color: #C7281D;
}
.TagClassName
{
border-color: #C7281D;
}
</style>