Html Css Color HEX #C03D1B Harley Davidson Orange
📋 copy color: '#C03D1B'red 192 ◦ green 61 ◦ blue 27
Shades of Harley Davidson Orange #C03D1B
Tints of Harley Davidson Orange #C03D1B
RGB
CMYK
RGB Variations
Color information
#C03D1B (or 0xC03D1B) is known color: Harley Davidson Orange. HEX triplet: C0, 3D and 1B. RGB value is (192,61,27). Sum of RGB (Red+Green+Blue) = 192+61+27=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D1B is #3FC2E4. Grayscale: #606060. Windows color (decimal): -4178661 or 1785280. OLE color: 1785280.
HSL color Cylindrical-coordinate representation of color #C03D1B: hue angle of 12.36º 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 #C03D1B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 27 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.25 |
| HSL | 12.36º | 0.75% | 0.43% | - |
| HSV(B) | 12.36º | 0.86% | 0.75% | - |
| XYZ | 23.6 | 14.62 | 2.62 | - |
| YUV | 96.29 | 88.9 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 27 | 0 | 0.68 | 0.86 | 0.25 | 12.36 | 0.75 | 0.43 |
| Hex | C0 | 3D | 1B | 0 | 44 | 56 | 19 | C | 4B | 2B |
| Octal | 300 | 75 | 33 | 0 | 104 | 126 | 31 | 14 | 113 | 53 |
| Binary | 11000000 | 111101 | 11011 | 0 | 1000100 | 1010110 | 11001 | 1100 | 1001011 | 101011 |
Color Harmonies of #C03D1B
Complementary color
Monochromatic Colors of #C03D1B
Black with #C03D1B
Text Example
Text Example
White with #C03D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D1B; }
p { color: rgb(192,61,27); }
H1.HeaderClassName
{
color: #C03D1B;
}
.AnyTagClassName
{
color: #C03D1B;
}
</style>
background-color css
<style>
a { background-color: #C03D1B; }
a { background-color: rgb(192,61,27); }
div.DivClassName
{
background-color: #C03D1B;
}
.BgClassName
{
background-color: #C03D1B;
}
</style>
border-color css
<style>
span { border-color: #C03D1B; }
span { border-color: rgb(192,61,27); }
td.TdClassName
{
border-color: #C03D1B;
}
.TagClassName
{
border-color: #C03D1B;
}
</style>