Html Css Color HEX #C73021 Harley Davidson Orange
📋 copy color: '#C73021'red 199 ◦ green 48 ◦ blue 33
Shades of Harley Davidson Orange #C73021
Tints of Harley Davidson Orange #C73021
RGB
CMYK
RGB Variations
Color information
#C73021 (or 0xC73021) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 21. RGB value is (199,48,33). Sum of RGB (Red+Green+Blue) = 199+48+33=280 (37% of max value = 765). Red value is 199 (78.12% from 255 or 71.07% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 199 - color contains mainly: red. Hex color #C73021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73021 is #38CFDE. Grayscale: #5B5B5B. Windows color (decimal): -3723231 or 2175175. OLE color: 2175175.
HSL color Cylindrical-coordinate representation of color #C73021: hue angle of 5.42º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C73021 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 33 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.22 |
| HSL | 5.42º | 0.72% | 0.45% | - |
| HSV(B) | 5.42º | 0.83% | 0.78% | - |
| XYZ | 24.88 | 14.37 | 2.9 | - |
| YUV | 91.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 33 | 0 | 0.76 | 0.83 | 0.22 | 5.42 | 0.72 | 0.45 |
| Hex | C7 | 30 | 21 | 0 | 4C | 53 | 16 | 5 | 48 | 2D |
| Octal | 307 | 60 | 41 | 0 | 114 | 123 | 26 | 5 | 110 | 55 |
| Binary | 11000111 | 110000 | 100001 | 0 | 1001100 | 1010011 | 10110 | 101 | 1001000 | 101101 |
Color Harmonies of #C73021
Complementary color
Monochromatic Colors of #C73021
Black with #C73021
Text Example
Text Example
White with #C73021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73021; }
p { color: rgb(199,48,33); }
H1.HeaderClassName
{
color: #C73021;
}
.AnyTagClassName
{
color: #C73021;
}
</style>
background-color css
<style>
a { background-color: #C73021; }
a { background-color: rgb(199,48,33); }
div.DivClassName
{
background-color: #C73021;
}
.BgClassName
{
background-color: #C73021;
}
</style>
border-color css
<style>
span { border-color: #C73021; }
span { border-color: rgb(199,48,33); }
td.TdClassName
{
border-color: #C73021;
}
.TagClassName
{
border-color: #C73021;
}
</style>