Html Css Color HEX #C73313 Harley Davidson Orange
📋 copy color: '#C73313'red 199 ◦ green 51 ◦ blue 19
Shades of Harley Davidson Orange #C73313
Tints of Harley Davidson Orange #C73313
RGB
CMYK
RGB Variations
Color information
#C73313 (or 0xC73313) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 13. RGB value is (199,51,19). Sum of RGB (Red+Green+Blue) = 199+51+19=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C73313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73313 is #38CCEC. Grayscale: #5B5B5B. Windows color (decimal): -3722477 or 1258439. OLE color: 1258439.
HSL color Cylindrical-coordinate representation of color #C73313: hue angle of 10.67º 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 #C73313 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.22 |
| HSL | 10.67º | 0.83% | 0.43% | - |
| HSV(B) | 10.67º | 0.9% | 0.78% | - |
| XYZ | 24.85 | 14.56 | 2.12 | - |
| YUV | 91.6 | 87.03 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 19 | 0 | 0.74 | 0.90 | 0.22 | 10.67 | 0.83 | 0.43 |
| Hex | C7 | 33 | 13 | 0 | 4A | 5A | 16 | B | 53 | 2B |
| Octal | 307 | 63 | 23 | 0 | 112 | 132 | 26 | 13 | 123 | 53 |
| Binary | 11000111 | 110011 | 10011 | 0 | 1001010 | 1011010 | 10110 | 1011 | 1010011 | 101011 |
Color Harmonies of #C73313
Complementary color
Monochromatic Colors of #C73313
Black with #C73313
Text Example
Text Example
White with #C73313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73313; }
p { color: rgb(199,51,19); }
H1.HeaderClassName
{
color: #C73313;
}
.AnyTagClassName
{
color: #C73313;
}
</style>
background-color css
<style>
a { background-color: #C73313; }
a { background-color: rgb(199,51,19); }
div.DivClassName
{
background-color: #C73313;
}
.BgClassName
{
background-color: #C73313;
}
</style>
border-color css
<style>
span { border-color: #C73313; }
span { border-color: rgb(199,51,19); }
td.TdClassName
{
border-color: #C73313;
}
.TagClassName
{
border-color: #C73313;
}
</style>