Html Css Color HEX #C72D1D Harley Davidson Orange
📋 copy color: '#C72D1D'red 199 ◦ green 45 ◦ blue 29
Shades of Harley Davidson Orange #C72D1D
Tints of Harley Davidson Orange #C72D1D
RGB
CMYK
RGB Variations
Color information
#C72D1D (or 0xC72D1D) is known color: Harley Davidson Orange. HEX triplet: C7, 2D and 1D. RGB value is (199,45,29). Sum of RGB (Red+Green+Blue) = 199+45+29=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C72D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72D1D is #38D2E2. Grayscale: #595959. Windows color (decimal): -3724003 or 1912263. OLE color: 1912263.
HSL color Cylindrical-coordinate representation of color #C72D1D: hue angle of 5.65º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C72D1D is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 45 | 29 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.22 |
| HSL | 5.65º | 0.75% | 0.45% | - |
| HSV(B) | 5.65º | 0.85% | 0.78% | - |
| XYZ | 24.71 | 14.11 | 2.58 | - |
| YUV | 89.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 29 | 0 | 0.77 | 0.85 | 0.22 | 5.65 | 0.75 | 0.45 |
| Hex | C7 | 2D | 1D | 0 | 4D | 55 | 16 | 6 | 4B | 2D |
| Octal | 307 | 55 | 35 | 0 | 115 | 125 | 26 | 6 | 113 | 55 |
| Binary | 11000111 | 101101 | 11101 | 0 | 1001101 | 1010101 | 10110 | 110 | 1001011 | 101101 |
Color Harmonies of #C72D1D
Complementary color
Monochromatic Colors of #C72D1D
Black with #C72D1D
Text Example
Text Example
White with #C72D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72D1D; }
p { color: rgb(199,45,29); }
H1.HeaderClassName
{
color: #C72D1D;
}
.AnyTagClassName
{
color: #C72D1D;
}
</style>
background-color css
<style>
a { background-color: #C72D1D; }
a { background-color: rgb(199,45,29); }
div.DivClassName
{
background-color: #C72D1D;
}
.BgClassName
{
background-color: #C72D1D;
}
</style>
border-color css
<style>
span { border-color: #C72D1D; }
span { border-color: rgb(199,45,29); }
td.TdClassName
{
border-color: #C72D1D;
}
.TagClassName
{
border-color: #C72D1D;
}
</style>