Html Css Color HEX #C74021 Harley Davidson Orange
📋 copy color: '#C74021'red 199 ◦ green 64 ◦ blue 33
Shades of Harley Davidson Orange #C74021
Tints of Harley Davidson Orange #C74021
RGB
CMYK
RGB Variations
Color information
#C74021 (or 0xC74021) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 21. RGB value is (199,64,33). Sum of RGB (Red+Green+Blue) = 199+64+33=296 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.23% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 33 (13.28% from 255 or 11.15% from 296); Max value from RGB is 199 - color contains mainly: red. Hex color #C74021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C74021 is #38BFDE. Grayscale: #656565. Windows color (decimal): -3719135 or 2179271. OLE color: 2179271.
HSL color Cylindrical-coordinate representation of color #C74021: hue angle of 11.2º 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 #C74021 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 33 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.22 |
| HSL | 11.2º | 0.72% | 0.45% | - |
| HSV(B) | 11.2º | 0.83% | 0.78% | - |
| XYZ | 25.66 | 15.92 | 3.16 | - |
| YUV | 100.83 | 89.73 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 33 | 0 | 0.68 | 0.83 | 0.22 | 11.2 | 0.72 | 0.45 |
| Hex | C7 | 40 | 21 | 0 | 44 | 53 | 16 | B | 48 | 2D |
| Octal | 307 | 100 | 41 | 0 | 104 | 123 | 26 | 13 | 110 | 55 |
| Binary | 11000111 | 1000000 | 100001 | 0 | 1000100 | 1010011 | 10110 | 1011 | 1001000 | 101101 |
Color Harmonies of #C74021
Complementary color
Monochromatic Colors of #C74021
Black with #C74021
Text Example
Text Example
White with #C74021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74021; }
p { color: rgb(199,64,33); }
H1.HeaderClassName
{
color: #C74021;
}
.AnyTagClassName
{
color: #C74021;
}
</style>
background-color css
<style>
a { background-color: #C74021; }
a { background-color: rgb(199,64,33); }
div.DivClassName
{
background-color: #C74021;
}
.BgClassName
{
background-color: #C74021;
}
</style>
border-color css
<style>
span { border-color: #C74021; }
span { border-color: rgb(199,64,33); }
td.TdClassName
{
border-color: #C74021;
}
.TagClassName
{
border-color: #C74021;
}
</style>