Html Css Color HEX #C03A25 Harley Davidson Orange
📋 copy color: '#C03A25'red 192 ◦ green 58 ◦ blue 37
Shades of Harley Davidson Orange #C03A25
Tints of Harley Davidson Orange #C03A25
RGB
CMYK
RGB Variations
Color information
#C03A25 (or 0xC03A25) is known color: Harley Davidson Orange. HEX triplet: C0, 3A and 25. RGB value is (192,58,37). Sum of RGB (Red+Green+Blue) = 192+58+37=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A25 is #3FC5DA. Grayscale: #5F5F5F. Windows color (decimal): -4179419 or 2439872. OLE color: 2439872.
HSL color Cylindrical-coordinate representation of color #C03A25: hue angle of 8.13º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C03A25 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 37 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.25 |
| HSL | 8.13º | 0.68% | 0.45% | - |
| HSV(B) | 8.13º | 0.81% | 0.75% | - |
| XYZ | 23.59 | 14.37 | 3.28 | - |
| YUV | 95.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 37 | 0 | 0.70 | 0.81 | 0.25 | 8.13 | 0.68 | 0.45 |
| Hex | C0 | 3A | 25 | 0 | 46 | 51 | 19 | 8 | 44 | 2D |
| Octal | 300 | 72 | 45 | 0 | 106 | 121 | 31 | 10 | 104 | 55 |
| Binary | 11000000 | 111010 | 100101 | 0 | 1000110 | 1010001 | 11001 | 1000 | 1000100 | 101101 |
Color Harmonies of #C03A25
Complementary color
Monochromatic Colors of #C03A25
Black with #C03A25
Text Example
Text Example
White with #C03A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A25; }
p { color: rgb(192,58,37); }
H1.HeaderClassName
{
color: #C03A25;
}
.AnyTagClassName
{
color: #C03A25;
}
</style>
background-color css
<style>
a { background-color: #C03A25; }
a { background-color: rgb(192,58,37); }
div.DivClassName
{
background-color: #C03A25;
}
.BgClassName
{
background-color: #C03A25;
}
</style>
border-color css
<style>
span { border-color: #C03A25; }
span { border-color: rgb(192,58,37); }
td.TdClassName
{
border-color: #C03A25;
}
.TagClassName
{
border-color: #C03A25;
}
</style>