Html Css Color HEX #C03D21 Harley Davidson Orange
📋 copy color: '#C03D21'red 192 ◦ green 61 ◦ blue 33
Shades of Harley Davidson Orange #C03D21
Tints of Harley Davidson Orange #C03D21
RGB
CMYK
RGB Variations
Color information
#C03D21 (or 0xC03D21) is known color: Harley Davidson Orange. HEX triplet: C0, 3D and 21. RGB value is (192,61,33). Sum of RGB (Red+Green+Blue) = 192+61+33=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D21 is #3FC2DE. Grayscale: #616161. Windows color (decimal): -4178655 or 2178496. OLE color: 2178496.
HSL color Cylindrical-coordinate representation of color #C03D21: hue angle of 10.57º 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 #C03D21 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 33 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.25 |
| HSL | 10.57º | 0.71% | 0.44% | - |
| HSV(B) | 10.57º | 0.83% | 0.75% | - |
| XYZ | 23.68 | 14.65 | 3.02 | - |
| YUV | 96.98 | 91.9 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 33 | 0 | 0.68 | 0.83 | 0.25 | 10.57 | 0.71 | 0.44 |
| Hex | C0 | 3D | 21 | 0 | 44 | 53 | 19 | B | 47 | 2C |
| Octal | 300 | 75 | 41 | 0 | 104 | 123 | 31 | 13 | 107 | 54 |
| Binary | 11000000 | 111101 | 100001 | 0 | 1000100 | 1010011 | 11001 | 1011 | 1000111 | 101100 |
Color Harmonies of #C03D21
Complementary color
Monochromatic Colors of #C03D21
Black with #C03D21
Text Example
Text Example
White with #C03D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D21; }
p { color: rgb(192,61,33); }
H1.HeaderClassName
{
color: #C03D21;
}
.AnyTagClassName
{
color: #C03D21;
}
</style>
background-color css
<style>
a { background-color: #C03D21; }
a { background-color: rgb(192,61,33); }
div.DivClassName
{
background-color: #C03D21;
}
.BgClassName
{
background-color: #C03D21;
}
</style>
border-color css
<style>
span { border-color: #C03D21; }
span { border-color: rgb(192,61,33); }
td.TdClassName
{
border-color: #C03D21;
}
.TagClassName
{
border-color: #C03D21;
}
</style>