Html Css Color HEX #C73C1C Harley Davidson Orange
📋 copy color: '#C73C1C'red 199 ◦ green 60 ◦ blue 28
Shades of Harley Davidson Orange #C73C1C
Tints of Harley Davidson Orange #C73C1C
RGB
CMYK
RGB Variations
Color information
#C73C1C (or 0xC73C1C) is known color: Harley Davidson Orange. HEX triplet: C7, 3C and 1C. RGB value is (199,60,28). Sum of RGB (Red+Green+Blue) = 199+60+28=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C1C is #38C3E3. Grayscale: #626262. Windows color (decimal): -3720164 or 1850567. OLE color: 1850567.
HSL color Cylindrical-coordinate representation of color #C73C1C: hue angle of 11.23º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C73C1C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 28 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.22 |
| HSL | 11.23º | 0.75% | 0.45% | - |
| HSV(B) | 11.23º | 0.86% | 0.78% | - |
| XYZ | 25.38 | 15.46 | 2.74 | - |
| YUV | 97.91 | 88.55 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 28 | 0 | 0.70 | 0.86 | 0.22 | 11.23 | 0.75 | 0.45 |
| Hex | C7 | 3C | 1C | 0 | 46 | 56 | 16 | B | 4B | 2D |
| Octal | 307 | 74 | 34 | 0 | 106 | 126 | 26 | 13 | 113 | 55 |
| Binary | 11000111 | 111100 | 11100 | 0 | 1000110 | 1010110 | 10110 | 1011 | 1001011 | 101101 |
Color Harmonies of #C73C1C
Complementary color
Monochromatic Colors of #C73C1C
Black with #C73C1C
Text Example
Text Example
White with #C73C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C1C; }
p { color: rgb(199,60,28); }
H1.HeaderClassName
{
color: #C73C1C;
}
.AnyTagClassName
{
color: #C73C1C;
}
</style>
background-color css
<style>
a { background-color: #C73C1C; }
a { background-color: rgb(199,60,28); }
div.DivClassName
{
background-color: #C73C1C;
}
.BgClassName
{
background-color: #C73C1C;
}
</style>
border-color css
<style>
span { border-color: #C73C1C; }
span { border-color: rgb(199,60,28); }
td.TdClassName
{
border-color: #C73C1C;
}
.TagClassName
{
border-color: #C73C1C;
}
</style>