Html Css Color HEX #C03413 Harley Davidson Orange
📋 copy color: '#C03413'red 192 ◦ green 52 ◦ blue 19
Shades of Harley Davidson Orange #C03413
Tints of Harley Davidson Orange #C03413
RGB
CMYK
RGB Variations
Color information
#C03413 (or 0xC03413) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 13. RGB value is (192,52,19). Sum of RGB (Red+Green+Blue) = 192+52+19=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C03413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03413 is #3FCBEC. Grayscale: #5A5A5A. Windows color (decimal): -4180973 or 1258688. OLE color: 1258688.
HSL color Cylindrical-coordinate representation of color #C03413: hue angle of 11.45º 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 #C03413 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.25 |
| HSL | 11.45º | 0.82% | 0.41% | - |
| HSV(B) | 11.45º | 0.9% | 0.75% | - |
| XYZ | 23.08 | 13.71 | 2.05 | - |
| YUV | 90.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 19 | 0 | 0.73 | 0.90 | 0.25 | 11.45 | 0.82 | 0.41 |
| Hex | C0 | 34 | 13 | 0 | 49 | 5A | 19 | B | 52 | 29 |
| Octal | 300 | 64 | 23 | 0 | 111 | 132 | 31 | 13 | 122 | 51 |
| Binary | 11000000 | 110100 | 10011 | 0 | 1001001 | 1011010 | 11001 | 1011 | 1010010 | 101001 |
Color Harmonies of #C03413
Complementary color
Monochromatic Colors of #C03413
Black with #C03413
Text Example
Text Example
White with #C03413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03413; }
p { color: rgb(192,52,19); }
H1.HeaderClassName
{
color: #C03413;
}
.AnyTagClassName
{
color: #C03413;
}
</style>
background-color css
<style>
a { background-color: #C03413; }
a { background-color: rgb(192,52,19); }
div.DivClassName
{
background-color: #C03413;
}
.BgClassName
{
background-color: #C03413;
}
</style>
border-color css
<style>
span { border-color: #C03413; }
span { border-color: rgb(192,52,19); }
td.TdClassName
{
border-color: #C03413;
}
.TagClassName
{
border-color: #C03413;
}
</style>