Html Css Color HEX #C74121 Harley Davidson Orange
📋 copy color: '#C74121'red 199 ◦ green 65 ◦ blue 33
Shades of Harley Davidson Orange #C74121
Tints of Harley Davidson Orange #C74121
RGB
CMYK
RGB Variations
Color information
#C74121 (or 0xC74121) is known color: Harley Davidson Orange. HEX triplet: C7, 41 and 21. RGB value is (199,65,33). Sum of RGB (Red+Green+Blue) = 199+65+33=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C74121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74121 is #38BEDE. Grayscale: #656565. Windows color (decimal): -3718879 or 2179527. OLE color: 2179527.
HSL color Cylindrical-coordinate representation of color #C74121: hue angle of 11.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C74121 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 33 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.22 |
| HSL | 11.57º | 0.72% | 0.45% | - |
| HSV(B) | 11.57º | 0.83% | 0.78% | - |
| XYZ | 25.72 | 16.03 | 3.18 | - |
| YUV | 101.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 33 | 0 | 0.67 | 0.83 | 0.22 | 11.57 | 0.72 | 0.45 |
| Hex | C7 | 41 | 21 | 0 | 43 | 53 | 16 | C | 48 | 2D |
| Octal | 307 | 101 | 41 | 0 | 103 | 123 | 26 | 14 | 110 | 55 |
| Binary | 11000111 | 1000001 | 100001 | 0 | 1000011 | 1010011 | 10110 | 1100 | 1001000 | 101101 |
Color Harmonies of #C74121
Complementary color
Monochromatic Colors of #C74121
Black with #C74121
Text Example
Text Example
White with #C74121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74121; }
p { color: rgb(199,65,33); }
H1.HeaderClassName
{
color: #C74121;
}
.AnyTagClassName
{
color: #C74121;
}
</style>
background-color css
<style>
a { background-color: #C74121; }
a { background-color: rgb(199,65,33); }
div.DivClassName
{
background-color: #C74121;
}
.BgClassName
{
background-color: #C74121;
}
</style>
border-color css
<style>
span { border-color: #C74121; }
span { border-color: rgb(199,65,33); }
td.TdClassName
{
border-color: #C74121;
}
.TagClassName
{
border-color: #C74121;
}
</style>