Html Css Color HEX #C72103 Harley Davidson Orange
📋 copy color: '#C72103'red 199 ◦ green 33 ◦ blue 3
Shades of Harley Davidson Orange #C72103
Tints of Harley Davidson Orange #C72103
RGB
CMYK
RGB Variations
Color information
#C72103 (or 0xC72103) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 03. RGB value is (199,33,3). Sum of RGB (Red+Green+Blue) = 199+33+3=235 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.68% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 199 - color contains mainly: red. Hex color #C72103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72103 is #38DEFC. Grayscale: #4F4F4F. Windows color (decimal): -3727101 or 205255. OLE color: 205255.
HSL color Cylindrical-coordinate representation of color #C72103: hue angle of 9.18º degrees, saturation: 0.97, 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 #C72103 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.22 |
| HSL | 9.18º | 0.97% | 0.4% | - |
| HSV(B) | 9.18º | 0.98% | 0.78% | - |
| XYZ | 24.11 | 13.24 | 1.37 | - |
| YUV | 79.21 | 85 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 3 | 0 | 0.83 | 0.98 | 0.22 | 9.18 | 0.97 | 0.4 |
| Hex | C7 | 21 | 3 | 0 | 53 | 62 | 16 | 9 | 61 | 28 |
| Octal | 307 | 41 | 3 | 0 | 123 | 142 | 26 | 11 | 141 | 50 |
| Binary | 11000111 | 100001 | 11 | 0 | 1010011 | 1100010 | 10110 | 1001 | 1100001 | 101000 |
Color Harmonies of #C72103
Complementary color
Monochromatic Colors of #C72103
Black with #C72103
Text Example
Text Example
White with #C72103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72103; }
p { color: rgb(199,33,3); }
H1.HeaderClassName
{
color: #C72103;
}
.AnyTagClassName
{
color: #C72103;
}
</style>
background-color css
<style>
a { background-color: #C72103; }
a { background-color: rgb(199,33,3); }
div.DivClassName
{
background-color: #C72103;
}
.BgClassName
{
background-color: #C72103;
}
</style>
border-color css
<style>
span { border-color: #C72103; }
span { border-color: rgb(199,33,3); }
td.TdClassName
{
border-color: #C72103;
}
.TagClassName
{
border-color: #C72103;
}
</style>