Html Css Color HEX #C03013 Harley Davidson Orange
📋 copy color: '#C03013'red 192 ◦ green 48 ◦ blue 19
Shades of Harley Davidson Orange #C03013
Tints of Harley Davidson Orange #C03013
RGB
CMYK
RGB Variations
Color information
#C03013 (or 0xC03013) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 13. RGB value is (192,48,19). Sum of RGB (Red+Green+Blue) = 192+48+19=259 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.13% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 192 - color contains mainly: red. Hex color #C03013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03013 is #3FCFEC. Grayscale: #585858. Windows color (decimal): -4181997 or 1257664. OLE color: 1257664.
HSL color Cylindrical-coordinate representation of color #C03013: hue angle of 10.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03013 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 19 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.25 |
| HSL | 10.06º | 0.82% | 0.41% | - |
| HSV(B) | 10.06º | 0.9% | 0.75% | - |
| XYZ | 22.91 | 13.37 | 1.99 | - |
| YUV | 87.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 19 | 0 | 0.75 | 0.90 | 0.25 | 10.06 | 0.82 | 0.41 |
| Hex | C0 | 30 | 13 | 0 | 4B | 5A | 19 | A | 52 | 29 |
| Octal | 300 | 60 | 23 | 0 | 113 | 132 | 31 | 12 | 122 | 51 |
| Binary | 11000000 | 110000 | 10011 | 0 | 1001011 | 1011010 | 11001 | 1010 | 1010010 | 101001 |
Color Harmonies of #C03013
Complementary color
Monochromatic Colors of #C03013
Black with #C03013
Text Example
Text Example
White with #C03013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03013; }
p { color: rgb(192,48,19); }
H1.HeaderClassName
{
color: #C03013;
}
.AnyTagClassName
{
color: #C03013;
}
</style>
background-color css
<style>
a { background-color: #C03013; }
a { background-color: rgb(192,48,19); }
div.DivClassName
{
background-color: #C03013;
}
.BgClassName
{
background-color: #C03013;
}
</style>
border-color css
<style>
span { border-color: #C03013; }
span { border-color: rgb(192,48,19); }
td.TdClassName
{
border-color: #C03013;
}
.TagClassName
{
border-color: #C03013;
}
</style>