Html Css Color HEX #C7281B Harley Davidson Orange
📋 copy color: '#C7281B'red 199 ◦ green 40 ◦ blue 27
Shades of Harley Davidson Orange #C7281B
Tints of Harley Davidson Orange #C7281B
RGB
CMYK
RGB Variations
Color information
#C7281B (or 0xC7281B) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 1B. RGB value is (199,40,27). Sum of RGB (Red+Green+Blue) = 199+40+27=266 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.81% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 199 - color contains mainly: red. Hex color #C7281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7281B is #38D7E4. Grayscale: #565656. Windows color (decimal): -3725285 or 1779911. OLE color: 1779911.
HSL color Cylindrical-coordinate representation of color #C7281B: hue angle of 4.53º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7281B is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 27 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.22 |
| HSL | 4.53º | 0.76% | 0.44% | - |
| HSV(B) | 4.53º | 0.86% | 0.78% | - |
| XYZ | 24.51 | 13.74 | 2.4 | - |
| YUV | 86.06 | 94.68 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 27 | 0 | 0.80 | 0.86 | 0.22 | 4.53 | 0.76 | 0.44 |
| Hex | C7 | 28 | 1B | 0 | 50 | 56 | 16 | 5 | 4C | 2C |
| Octal | 307 | 50 | 33 | 0 | 120 | 126 | 26 | 5 | 114 | 54 |
| Binary | 11000111 | 101000 | 11011 | 0 | 1010000 | 1010110 | 10110 | 101 | 1001100 | 101100 |
Color Harmonies of #C7281B
Complementary color
Monochromatic Colors of #C7281B
Black with #C7281B
Text Example
Text Example
White with #C7281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7281B; }
p { color: rgb(199,40,27); }
H1.HeaderClassName
{
color: #C7281B;
}
.AnyTagClassName
{
color: #C7281B;
}
</style>
background-color css
<style>
a { background-color: #C7281B; }
a { background-color: rgb(199,40,27); }
div.DivClassName
{
background-color: #C7281B;
}
.BgClassName
{
background-color: #C7281B;
}
</style>
border-color css
<style>
span { border-color: #C7281B; }
span { border-color: rgb(199,40,27); }
td.TdClassName
{
border-color: #C7281B;
}
.TagClassName
{
border-color: #C7281B;
}
</style>