Html Css Color HEX #C03215 Harley Davidson Orange
📋 copy color: '#C03215'red 192 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #C03215
Tints of Harley Davidson Orange #C03215
RGB
CMYK
RGB Variations
Color information
#C03215 (or 0xC03215) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 15. RGB value is (192,50,21). Sum of RGB (Red+Green+Blue) = 192+50+21=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C03215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03215 is #3FCDEA. Grayscale: #595959. Windows color (decimal): -4181483 or 1389248. OLE color: 1389248.
HSL color Cylindrical-coordinate representation of color #C03215: hue angle of 10.18º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03215 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 21 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.25 |
| HSL | 10.18º | 0.8% | 0.42% | - |
| HSV(B) | 10.18º | 0.89% | 0.75% | - |
| XYZ | 23.01 | 13.54 | 2.11 | - |
| YUV | 89.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 21 | 0 | 0.74 | 0.89 | 0.25 | 10.18 | 0.8 | 0.42 |
| Hex | C0 | 32 | 15 | 0 | 4A | 59 | 19 | A | 50 | 2A |
| Octal | 300 | 62 | 25 | 0 | 112 | 131 | 31 | 12 | 120 | 52 |
| Binary | 11000000 | 110010 | 10101 | 0 | 1001010 | 1011001 | 11001 | 1010 | 1010000 | 101010 |
Color Harmonies of #C03215
Complementary color
Monochromatic Colors of #C03215
Black with #C03215
Text Example
Text Example
White with #C03215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03215; }
p { color: rgb(192,50,21); }
H1.HeaderClassName
{
color: #C03215;
}
.AnyTagClassName
{
color: #C03215;
}
</style>
background-color css
<style>
a { background-color: #C03215; }
a { background-color: rgb(192,50,21); }
div.DivClassName
{
background-color: #C03215;
}
.BgClassName
{
background-color: #C03215;
}
</style>
border-color css
<style>
span { border-color: #C03215; }
span { border-color: rgb(192,50,21); }
td.TdClassName
{
border-color: #C03215;
}
.TagClassName
{
border-color: #C03215;
}
</style>