Html Css Color HEX #C03A1B Harley Davidson Orange
📋 copy color: '#C03A1B'red 192 ◦ green 58 ◦ blue 27
Shades of Harley Davidson Orange #C03A1B
Tints of Harley Davidson Orange #C03A1B
RGB
CMYK
RGB Variations
Color information
#C03A1B (or 0xC03A1B) is known color: Harley Davidson Orange. HEX triplet: C0, 3A and 1B. RGB value is (192,58,27). Sum of RGB (Red+Green+Blue) = 192+58+27=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03A1B is #3FC5E4. Grayscale: #5E5E5E. Windows color (decimal): -4179429 or 1784512. OLE color: 1784512.
HSL color Cylindrical-coordinate representation of color #C03A1B: hue angle of 11.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C03A1B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 27 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.25 |
| HSL | 11.27º | 0.75% | 0.43% | - |
| HSV(B) | 11.27º | 0.86% | 0.75% | - |
| XYZ | 23.45 | 14.31 | 2.56 | - |
| YUV | 94.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 27 | 0 | 0.70 | 0.86 | 0.25 | 11.27 | 0.75 | 0.43 |
| Hex | C0 | 3A | 1B | 0 | 46 | 56 | 19 | B | 4B | 2B |
| Octal | 300 | 72 | 33 | 0 | 106 | 126 | 31 | 13 | 113 | 53 |
| Binary | 11000000 | 111010 | 11011 | 0 | 1000110 | 1010110 | 11001 | 1011 | 1001011 | 101011 |
Color Harmonies of #C03A1B
Complementary color
Monochromatic Colors of #C03A1B
Black with #C03A1B
Text Example
Text Example
White with #C03A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A1B; }
p { color: rgb(192,58,27); }
H1.HeaderClassName
{
color: #C03A1B;
}
.AnyTagClassName
{
color: #C03A1B;
}
</style>
background-color css
<style>
a { background-color: #C03A1B; }
a { background-color: rgb(192,58,27); }
div.DivClassName
{
background-color: #C03A1B;
}
.BgClassName
{
background-color: #C03A1B;
}
</style>
border-color css
<style>
span { border-color: #C03A1B; }
span { border-color: rgb(192,58,27); }
td.TdClassName
{
border-color: #C03A1B;
}
.TagClassName
{
border-color: #C03A1B;
}
</style>