Html Css Color HEX #C72113 Harley Davidson Orange
📋 copy color: '#C72113'red 199 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #C72113
Tints of Harley Davidson Orange #C72113
RGB
CMYK
RGB Variations
Color information
#C72113 (or 0xC72113) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 13. RGB value is (199,33,19). Sum of RGB (Red+Green+Blue) = 199+33+19=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C72113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72113 is #38DEEC. Grayscale: #515151. Windows color (decimal): -3727085 or 1253831. OLE color: 1253831.
HSL color Cylindrical-coordinate representation of color #C72113: hue angle of 4.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 #C72113 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 19 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.22 |
| HSL | 4.67º | 0.83% | 0.43% | - |
| HSV(B) | 4.67º | 0.9% | 0.78% | - |
| XYZ | 24.21 | 13.28 | 1.9 | - |
| YUV | 81.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 19 | 0 | 0.83 | 0.90 | 0.22 | 4.67 | 0.83 | 0.43 |
| Hex | C7 | 21 | 13 | 0 | 53 | 5A | 16 | 5 | 53 | 2B |
| Octal | 307 | 41 | 23 | 0 | 123 | 132 | 26 | 5 | 123 | 53 |
| Binary | 11000111 | 100001 | 10011 | 0 | 1010011 | 1011010 | 10110 | 101 | 1010011 | 101011 |
Color Harmonies of #C72113
Complementary color
Monochromatic Colors of #C72113
Black with #C72113
Text Example
Text Example
White with #C72113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72113; }
p { color: rgb(199,33,19); }
H1.HeaderClassName
{
color: #C72113;
}
.AnyTagClassName
{
color: #C72113;
}
</style>
background-color css
<style>
a { background-color: #C72113; }
a { background-color: rgb(199,33,19); }
div.DivClassName
{
background-color: #C72113;
}
.BgClassName
{
background-color: #C72113;
}
</style>
border-color css
<style>
span { border-color: #C72113; }
span { border-color: rgb(199,33,19); }
td.TdClassName
{
border-color: #C72113;
}
.TagClassName
{
border-color: #C72113;
}
</style>