Html Css Color HEX #C73413 Harley Davidson Orange
📋 copy color: '#C73413'red 199 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #C73413
Tints of Harley Davidson Orange #C73413
RGB
CMYK
RGB Variations
Color information
#C73413 (or 0xC73413) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 13. RGB value is (199,52,19). Sum of RGB (Red+Green+Blue) = 199+52+19=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C73413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73413 is #38CBEC. Grayscale: #5C5C5C. Windows color (decimal): -3722221 or 1258695. OLE color: 1258695.
HSL color Cylindrical-coordinate representation of color #C73413: hue angle of 11º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C73413 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.22 |
| HSL | 11º | 0.83% | 0.43% | - |
| HSV(B) | 11º | 0.9% | 0.78% | - |
| XYZ | 24.9 | 14.65 | 2.13 | - |
| YUV | 92.19 | 86.7 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 19 | 0 | 0.74 | 0.90 | 0.22 | 11 | 0.83 | 0.43 |
| Hex | C7 | 34 | 13 | 0 | 4A | 5A | 16 | B | 53 | 2B |
| Octal | 307 | 64 | 23 | 0 | 112 | 132 | 26 | 13 | 123 | 53 |
| Binary | 11000111 | 110100 | 10011 | 0 | 1001010 | 1011010 | 10110 | 1011 | 1010011 | 101011 |
Color Harmonies of #C73413
Complementary color
Monochromatic Colors of #C73413
Black with #C73413
Text Example
Text Example
White with #C73413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73413; }
p { color: rgb(199,52,19); }
H1.HeaderClassName
{
color: #C73413;
}
.AnyTagClassName
{
color: #C73413;
}
</style>
background-color css
<style>
a { background-color: #C73413; }
a { background-color: rgb(199,52,19); }
div.DivClassName
{
background-color: #C73413;
}
.BgClassName
{
background-color: #C73413;
}
</style>
border-color css
<style>
span { border-color: #C73413; }
span { border-color: rgb(199,52,19); }
td.TdClassName
{
border-color: #C73413;
}
.TagClassName
{
border-color: #C73413;
}
</style>