Html Css Color HEX #C03A1F Harley Davidson Orange
📋 copy color: '#C03A1F'red 192 ◦ green 58 ◦ blue 31
Shades of Harley Davidson Orange #C03A1F
Tints of Harley Davidson Orange #C03A1F
RGB
CMYK
RGB Variations
Color information
#C03A1F (or 0xC03A1F) is known color: Harley Davidson Orange. HEX triplet: C0, 3A and 1F. RGB value is (192,58,31). Sum of RGB (Red+Green+Blue) = 192+58+31=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A1F is #3FC5E0. Grayscale: #5F5F5F. Windows color (decimal): -4179425 or 2046656. OLE color: 2046656.
HSL color Cylindrical-coordinate representation of color #C03A1F: hue angle of 10.06º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C03A1F is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 31 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.25 |
| HSL | 10.06º | 0.72% | 0.44% | - |
| HSV(B) | 10.06º | 0.84% | 0.75% | - |
| XYZ | 23.5 | 14.33 | 2.82 | - |
| YUV | 94.99 | 91.89 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 31 | 0 | 0.70 | 0.84 | 0.25 | 10.06 | 0.72 | 0.44 |
| Hex | C0 | 3A | 1F | 0 | 46 | 54 | 19 | A | 48 | 2C |
| Octal | 300 | 72 | 37 | 0 | 106 | 124 | 31 | 12 | 110 | 54 |
| Binary | 11000000 | 111010 | 11111 | 0 | 1000110 | 1010100 | 11001 | 1010 | 1001000 | 101100 |
Color Harmonies of #C03A1F
Complementary color
Monochromatic Colors of #C03A1F
Black with #C03A1F
Text Example
Text Example
White with #C03A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A1F; }
p { color: rgb(192,58,31); }
H1.HeaderClassName
{
color: #C03A1F;
}
.AnyTagClassName
{
color: #C03A1F;
}
</style>
background-color css
<style>
a { background-color: #C03A1F; }
a { background-color: rgb(192,58,31); }
div.DivClassName
{
background-color: #C03A1F;
}
.BgClassName
{
background-color: #C03A1F;
}
</style>
border-color css
<style>
span { border-color: #C03A1F; }
span { border-color: rgb(192,58,31); }
td.TdClassName
{
border-color: #C03A1F;
}
.TagClassName
{
border-color: #C03A1F;
}
</style>