Html Css Color HEX #C72300 Harley Davidson Orange
📋 copy color: '#C72300'red 199 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #C72300
Tints of Harley Davidson Orange #C72300
RGB
CMYK
RGB Variations
Color information
#C72300 (or 0xC72300) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 00. RGB value is (199,35,0). Sum of RGB (Red+Green+Blue) = 199+35+0=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C72300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72300 is #38DCFF. Grayscale: #505050. Windows color (decimal): -3726592 or 9159. OLE color: 9159.
HSL color Cylindrical-coordinate representation of color #C72300: hue angle of 10.55º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C72300 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.22 |
| HSL | 10.55º | 1% | 0.39% | - |
| HSV(B) | 10.55º | 1% | 0.78% | - |
| XYZ | 24.15 | 13.34 | 1.3 | - |
| YUV | 80.05 | 82.83 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 0 | 0 | 0.82 | 1 | 0.22 | 10.55 | 1 | 0.39 |
| Hex | C7 | 23 | 0 | 0 | 52 | 64 | 16 | B | 64 | 27 |
| Octal | 307 | 43 | 0 | 0 | 122 | 144 | 26 | 13 | 144 | 47 |
| Binary | 11000111 | 100011 | 0 | 0 | 1010010 | 1100100 | 10110 | 1011 | 1100100 | 100111 |
Color Harmonies of #C72300
Complementary color
Monochromatic Colors of #C72300
Black with #C72300
Text Example
Text Example
White with #C72300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72300; }
p { color: rgb(199,35,0); }
H1.HeaderClassName
{
color: #C72300;
}
.AnyTagClassName
{
color: #C72300;
}
</style>
background-color css
<style>
a { background-color: #C72300; }
a { background-color: rgb(199,35,0); }
div.DivClassName
{
background-color: #C72300;
}
.BgClassName
{
background-color: #C72300;
}
</style>
border-color css
<style>
span { border-color: #C72300; }
span { border-color: rgb(199,35,0); }
td.TdClassName
{
border-color: #C72300;
}
.TagClassName
{
border-color: #C72300;
}
</style>