Html Css Color HEX #C73213 Harley Davidson Orange
📋 copy color: '#C73213'red 199 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #C73213
Tints of Harley Davidson Orange #C73213
RGB
CMYK
RGB Variations
Color information
#C73213 (or 0xC73213) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 13. RGB value is (199,50,19). Sum of RGB (Red+Green+Blue) = 199+50+19=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C73213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73213 is #38CDEC. Grayscale: #5B5B5B. Windows color (decimal): -3722733 or 1258183. OLE color: 1258183.
HSL color Cylindrical-coordinate representation of color #C73213: hue angle of 10.33º 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 #C73213 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 19 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.22 |
| HSL | 10.33º | 0.83% | 0.43% | - |
| HSV(B) | 10.33º | 0.9% | 0.78% | - |
| XYZ | 24.81 | 14.47 | 2.1 | - |
| YUV | 91.02 | 87.36 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 19 | 0 | 0.75 | 0.90 | 0.22 | 10.33 | 0.83 | 0.43 |
| Hex | C7 | 32 | 13 | 0 | 4B | 5A | 16 | A | 53 | 2B |
| Octal | 307 | 62 | 23 | 0 | 113 | 132 | 26 | 12 | 123 | 53 |
| Binary | 11000111 | 110010 | 10011 | 0 | 1001011 | 1011010 | 10110 | 1010 | 1010011 | 101011 |
Color Harmonies of #C73213
Complementary color
Monochromatic Colors of #C73213
Black with #C73213
Text Example
Text Example
White with #C73213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73213; }
p { color: rgb(199,50,19); }
H1.HeaderClassName
{
color: #C73213;
}
.AnyTagClassName
{
color: #C73213;
}
</style>
background-color css
<style>
a { background-color: #C73213; }
a { background-color: rgb(199,50,19); }
div.DivClassName
{
background-color: #C73213;
}
.BgClassName
{
background-color: #C73213;
}
</style>
border-color css
<style>
span { border-color: #C73213; }
span { border-color: rgb(199,50,19); }
td.TdClassName
{
border-color: #C73213;
}
.TagClassName
{
border-color: #C73213;
}
</style>