Html Css Color HEX #C73312 Harley Davidson Orange
📋 copy color: '#C73312'red 199 ◦ green 51 ◦ blue 18
Shades of Harley Davidson Orange #C73312
Tints of Harley Davidson Orange #C73312
RGB
CMYK
RGB Variations
Color information
#C73312 (or 0xC73312) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 12. RGB value is (199,51,18). Sum of RGB (Red+Green+Blue) = 199+51+18=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C73312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73312 is #38CCED. Grayscale: #5B5B5B. Windows color (decimal): -3722478 or 1192903. OLE color: 1192903.
HSL color Cylindrical-coordinate representation of color #C73312: hue angle of 10.94º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C73312 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.22 |
| HSL | 10.94º | 0.83% | 0.43% | - |
| HSV(B) | 10.94º | 0.91% | 0.78% | - |
| XYZ | 24.85 | 14.55 | 2.07 | - |
| YUV | 91.49 | 86.53 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 18 | 0 | 0.74 | 0.91 | 0.22 | 10.94 | 0.83 | 0.43 |
| Hex | C7 | 33 | 12 | 0 | 4A | 5B | 16 | B | 53 | 2B |
| Octal | 307 | 63 | 22 | 0 | 112 | 133 | 26 | 13 | 123 | 53 |
| Binary | 11000111 | 110011 | 10010 | 0 | 1001010 | 1011011 | 10110 | 1011 | 1010011 | 101011 |
Color Harmonies of #C73312
Complementary color
Monochromatic Colors of #C73312
Black with #C73312
Text Example
Text Example
White with #C73312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73312; }
p { color: rgb(199,51,18); }
H1.HeaderClassName
{
color: #C73312;
}
.AnyTagClassName
{
color: #C73312;
}
</style>
background-color css
<style>
a { background-color: #C73312; }
a { background-color: rgb(199,51,18); }
div.DivClassName
{
background-color: #C73312;
}
.BgClassName
{
background-color: #C73312;
}
</style>
border-color css
<style>
span { border-color: #C73312; }
span { border-color: rgb(199,51,18); }
td.TdClassName
{
border-color: #C73312;
}
.TagClassName
{
border-color: #C73312;
}
</style>