Html Css Color HEX #C7231A Harley Davidson Orange
📋 copy color: '#C7231A'red 199 ◦ green 35 ◦ blue 26
Shades of Harley Davidson Orange #C7231A
Tints of Harley Davidson Orange #C7231A
RGB
CMYK
RGB Variations
Color information
#C7231A (or 0xC7231A) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 1A. RGB value is (199,35,26). Sum of RGB (Red+Green+Blue) = 199+35+26=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7231A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7231A is #38DCE5. Grayscale: #535353. Windows color (decimal): -3726566 or 1713095. OLE color: 1713095.
HSL color Cylindrical-coordinate representation of color #C7231A: hue angle of 3.12º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7231A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.22 |
| HSL | 3.12º | 0.77% | 0.44% | - |
| HSV(B) | 3.12º | 0.87% | 0.78% | - |
| XYZ | 24.34 | 13.42 | 2.28 | - |
| YUV | 83.01 | 95.83 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 26 | 0 | 0.82 | 0.87 | 0.22 | 3.12 | 0.77 | 0.44 |
| Hex | C7 | 23 | 1A | 0 | 52 | 57 | 16 | 3 | 4D | 2C |
| Octal | 307 | 43 | 32 | 0 | 122 | 127 | 26 | 3 | 115 | 54 |
| Binary | 11000111 | 100011 | 11010 | 0 | 1010010 | 1010111 | 10110 | 11 | 1001101 | 101100 |
Color Harmonies of #C7231A
Complementary color
Monochromatic Colors of #C7231A
Black with #C7231A
Text Example
Text Example
White with #C7231A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7231A; }
p { color: rgb(199,35,26); }
H1.HeaderClassName
{
color: #C7231A;
}
.AnyTagClassName
{
color: #C7231A;
}
</style>
background-color css
<style>
a { background-color: #C7231A; }
a { background-color: rgb(199,35,26); }
div.DivClassName
{
background-color: #C7231A;
}
.BgClassName
{
background-color: #C7231A;
}
</style>
border-color css
<style>
span { border-color: #C7231A; }
span { border-color: rgb(199,35,26); }
td.TdClassName
{
border-color: #C7231A;
}
.TagClassName
{
border-color: #C7231A;
}
</style>