Html Css Color HEX #C72A1C Harley Davidson Orange
📋 copy color: '#C72A1C'red 199 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #C72A1C
Tints of Harley Davidson Orange #C72A1C
RGB
CMYK
RGB Variations
Color information
#C72A1C (or 0xC72A1C) is known color: Harley Davidson Orange. HEX triplet: C7, 2A and 1C. RGB value is (199,42,28). Sum of RGB (Red+Green+Blue) = 199+42+28=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C72A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72A1C is #38D5E3. Grayscale: #575757. Windows color (decimal): -3724772 or 1845959. OLE color: 1845959.
HSL color Cylindrical-coordinate representation of color #C72A1C: hue angle of 4.91º 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 #C72A1C is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 42 | 28 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.22 |
| HSL | 4.91º | 0.75% | 0.45% | - |
| HSV(B) | 4.91º | 0.86% | 0.78% | - |
| XYZ | 24.59 | 13.88 | 2.48 | - |
| YUV | 87.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 28 | 0 | 0.79 | 0.86 | 0.22 | 4.91 | 0.75 | 0.45 |
| Hex | C7 | 2A | 1C | 0 | 4F | 56 | 16 | 5 | 4B | 2D |
| Octal | 307 | 52 | 34 | 0 | 117 | 126 | 26 | 5 | 113 | 55 |
| Binary | 11000111 | 101010 | 11100 | 0 | 1001111 | 1010110 | 10110 | 101 | 1001011 | 101101 |
Color Harmonies of #C72A1C
Complementary color
Monochromatic Colors of #C72A1C
Black with #C72A1C
Text Example
Text Example
White with #C72A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72A1C; }
p { color: rgb(199,42,28); }
H1.HeaderClassName
{
color: #C72A1C;
}
.AnyTagClassName
{
color: #C72A1C;
}
</style>
background-color css
<style>
a { background-color: #C72A1C; }
a { background-color: rgb(199,42,28); }
div.DivClassName
{
background-color: #C72A1C;
}
.BgClassName
{
background-color: #C72A1C;
}
</style>
border-color css
<style>
span { border-color: #C72A1C; }
span { border-color: rgb(199,42,28); }
td.TdClassName
{
border-color: #C72A1C;
}
.TagClassName
{
border-color: #C72A1C;
}
</style>