Html Css Color HEX #C72304 Harley Davidson Orange
📋 copy color: '#C72304'red 199 ◦ green 35 ◦ blue 4
Shades of Harley Davidson Orange #C72304
Tints of Harley Davidson Orange #C72304
RGB
CMYK
RGB Variations
Color information
#C72304 (or 0xC72304) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 04. RGB value is (199,35,4). Sum of RGB (Red+Green+Blue) = 199+35+4=238 (31% of max value = 765). Red value is 199 (78.12% from 255 or 83.61% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 199 - color contains mainly: red. Hex color #C72304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72304 is #38DCFB. Grayscale: #505050. Windows color (decimal): -3726588 or 271303. OLE color: 271303.
HSL color Cylindrical-coordinate representation of color #C72304: hue angle of 9.54º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C72304 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.22 |
| HSL | 9.54º | 0.96% | 0.4% | - |
| HSV(B) | 9.54º | 0.98% | 0.78% | - |
| XYZ | 24.18 | 13.35 | 1.42 | - |
| YUV | 80.5 | 84.83 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 4 | 0 | 0.82 | 0.98 | 0.22 | 9.54 | 0.96 | 0.4 |
| Hex | C7 | 23 | 4 | 0 | 52 | 62 | 16 | A | 60 | 28 |
| Octal | 307 | 43 | 4 | 0 | 122 | 142 | 26 | 12 | 140 | 50 |
| Binary | 11000111 | 100011 | 100 | 0 | 1010010 | 1100010 | 10110 | 1010 | 1100000 | 101000 |
Color Harmonies of #C72304
Complementary color
Monochromatic Colors of #C72304
Black with #C72304
Text Example
Text Example
White with #C72304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72304; }
p { color: rgb(199,35,4); }
H1.HeaderClassName
{
color: #C72304;
}
.AnyTagClassName
{
color: #C72304;
}
</style>
background-color css
<style>
a { background-color: #C72304; }
a { background-color: rgb(199,35,4); }
div.DivClassName
{
background-color: #C72304;
}
.BgClassName
{
background-color: #C72304;
}
</style>
border-color css
<style>
span { border-color: #C72304; }
span { border-color: rgb(199,35,4); }
td.TdClassName
{
border-color: #C72304;
}
.TagClassName
{
border-color: #C72304;
}
</style>