Html Css Color HEX #C73223 Harley Davidson Orange
📋 copy color: '#C73223'red 199 ◦ green 50 ◦ blue 35
Shades of Harley Davidson Orange #C73223
Tints of Harley Davidson Orange #C73223
RGB
CMYK
RGB Variations
Color information
#C73223 (or 0xC73223) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 23. RGB value is (199,50,35). Sum of RGB (Red+Green+Blue) = 199+50+35=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C73223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73223 is #38CDDC. Grayscale: #5D5D5D. Windows color (decimal): -3722717 or 2306759. OLE color: 2306759.
HSL color Cylindrical-coordinate representation of color #C73223: hue angle of 5.49º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C73223 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 35 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.22 |
| HSL | 5.49º | 0.7% | 0.46% | - |
| HSV(B) | 5.49º | 0.82% | 0.78% | - |
| XYZ | 25 | 14.54 | 3.08 | - |
| YUV | 92.84 | 95.36 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 35 | 0 | 0.75 | 0.82 | 0.22 | 5.49 | 0.7 | 0.46 |
| Hex | C7 | 32 | 23 | 0 | 4B | 52 | 16 | 5 | 46 | 2E |
| Octal | 307 | 62 | 43 | 0 | 113 | 122 | 26 | 5 | 106 | 56 |
| Binary | 11000111 | 110010 | 100011 | 0 | 1001011 | 1010010 | 10110 | 101 | 1000110 | 101110 |
Color Harmonies of #C73223
Complementary color
Monochromatic Colors of #C73223
Black with #C73223
Text Example
Text Example
White with #C73223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73223; }
p { color: rgb(199,50,35); }
H1.HeaderClassName
{
color: #C73223;
}
.AnyTagClassName
{
color: #C73223;
}
</style>
background-color css
<style>
a { background-color: #C73223; }
a { background-color: rgb(199,50,35); }
div.DivClassName
{
background-color: #C73223;
}
.BgClassName
{
background-color: #C73223;
}
</style>
border-color css
<style>
span { border-color: #C73223; }
span { border-color: rgb(199,50,35); }
td.TdClassName
{
border-color: #C73223;
}
.TagClassName
{
border-color: #C73223;
}
</style>