Html Css Color HEX #C03B21 Harley Davidson Orange
📋 copy color: '#C03B21'red 192 ◦ green 59 ◦ blue 33
Shades of Harley Davidson Orange #C03B21
Tints of Harley Davidson Orange #C03B21
RGB
CMYK
RGB Variations
Color information
#C03B21 (or 0xC03B21) is known color: Harley Davidson Orange. HEX triplet: C0, 3B and 21. RGB value is (192,59,33). Sum of RGB (Red+Green+Blue) = 192+59+33=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B21 is #3FC4DE. Grayscale: #606060. Windows color (decimal): -4179167 or 2177984. OLE color: 2177984.
HSL color Cylindrical-coordinate representation of color #C03B21: hue angle of 9.81º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C03B21 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 33 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.25 |
| HSL | 9.81º | 0.71% | 0.44% | - |
| HSV(B) | 9.81º | 0.83% | 0.75% | - |
| XYZ | 23.58 | 14.44 | 2.98 | - |
| YUV | 95.8 | 92.56 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 33 | 0 | 0.69 | 0.83 | 0.25 | 9.81 | 0.71 | 0.44 |
| Hex | C0 | 3B | 21 | 0 | 45 | 53 | 19 | A | 47 | 2C |
| Octal | 300 | 73 | 41 | 0 | 105 | 123 | 31 | 12 | 107 | 54 |
| Binary | 11000000 | 111011 | 100001 | 0 | 1000101 | 1010011 | 11001 | 1010 | 1000111 | 101100 |
Color Harmonies of #C03B21
Complementary color
Monochromatic Colors of #C03B21
Black with #C03B21
Text Example
Text Example
White with #C03B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B21; }
p { color: rgb(192,59,33); }
H1.HeaderClassName
{
color: #C03B21;
}
.AnyTagClassName
{
color: #C03B21;
}
</style>
background-color css
<style>
a { background-color: #C03B21; }
a { background-color: rgb(192,59,33); }
div.DivClassName
{
background-color: #C03B21;
}
.BgClassName
{
background-color: #C03B21;
}
</style>
border-color css
<style>
span { border-color: #C03B21; }
span { border-color: rgb(192,59,33); }
td.TdClassName
{
border-color: #C03B21;
}
.TagClassName
{
border-color: #C03B21;
}
</style>