Html Css Color HEX #C73321 Harley Davidson Orange
📋 copy color: '#C73321'red 199 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #C73321
Tints of Harley Davidson Orange #C73321
RGB
CMYK
RGB Variations
Color information
#C73321 (or 0xC73321) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 21. RGB value is (199,51,33). Sum of RGB (Red+Green+Blue) = 199+51+33=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C73321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73321 is #38CCDE. Grayscale: #5D5D5D. Windows color (decimal): -3722463 or 2175943. OLE color: 2175943.
HSL color Cylindrical-coordinate representation of color #C73321: hue angle of 6.51º 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 #C73321 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 33 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.22 |
| HSL | 6.51º | 0.72% | 0.45% | - |
| HSV(B) | 6.51º | 0.83% | 0.78% | - |
| XYZ | 25.01 | 14.62 | 2.94 | - |
| YUV | 93.2 | 94.03 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 33 | 0 | 0.74 | 0.83 | 0.22 | 6.51 | 0.72 | 0.45 |
| Hex | C7 | 33 | 21 | 0 | 4A | 53 | 16 | 7 | 48 | 2D |
| Octal | 307 | 63 | 41 | 0 | 112 | 123 | 26 | 7 | 110 | 55 |
| Binary | 11000111 | 110011 | 100001 | 0 | 1001010 | 1010011 | 10110 | 111 | 1001000 | 101101 |
Color Harmonies of #C73321
Complementary color
Monochromatic Colors of #C73321
Black with #C73321
Text Example
Text Example
White with #C73321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73321; }
p { color: rgb(199,51,33); }
H1.HeaderClassName
{
color: #C73321;
}
.AnyTagClassName
{
color: #C73321;
}
</style>
background-color css
<style>
a { background-color: #C73321; }
a { background-color: rgb(199,51,33); }
div.DivClassName
{
background-color: #C73321;
}
.BgClassName
{
background-color: #C73321;
}
</style>
border-color css
<style>
span { border-color: #C73321; }
span { border-color: rgb(199,51,33); }
td.TdClassName
{
border-color: #C73321;
}
.TagClassName
{
border-color: #C73321;
}
</style>