Html Css Color HEX #C03421 Harley Davidson Orange
📋 copy color: '#C03421'red 192 ◦ green 52 ◦ blue 33
Shades of Harley Davidson Orange #C03421
Tints of Harley Davidson Orange #C03421
RGB
CMYK
RGB Variations
Color information
#C03421 (or 0xC03421) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 21. RGB value is (192,52,33). Sum of RGB (Red+Green+Blue) = 192+52+33=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C03421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03421 is #3FCBDE. Grayscale: #5B5B5B. Windows color (decimal): -4180959 or 2176192. OLE color: 2176192.
HSL color Cylindrical-coordinate representation of color #C03421: hue angle of 7.17º 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 #C03421 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 33 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.25 |
| HSL | 7.17º | 0.71% | 0.44% | - |
| HSV(B) | 7.17º | 0.83% | 0.75% | - |
| XYZ | 23.24 | 13.77 | 2.87 | - |
| YUV | 91.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 33 | 0 | 0.73 | 0.83 | 0.25 | 7.17 | 0.71 | 0.44 |
| Hex | C0 | 34 | 21 | 0 | 49 | 53 | 19 | 7 | 47 | 2C |
| Octal | 300 | 64 | 41 | 0 | 111 | 123 | 31 | 7 | 107 | 54 |
| Binary | 11000000 | 110100 | 100001 | 0 | 1001001 | 1010011 | 11001 | 111 | 1000111 | 101100 |
Color Harmonies of #C03421
Complementary color
Monochromatic Colors of #C03421
Black with #C03421
Text Example
Text Example
White with #C03421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03421; }
p { color: rgb(192,52,33); }
H1.HeaderClassName
{
color: #C03421;
}
.AnyTagClassName
{
color: #C03421;
}
</style>
background-color css
<style>
a { background-color: #C03421; }
a { background-color: rgb(192,52,33); }
div.DivClassName
{
background-color: #C03421;
}
.BgClassName
{
background-color: #C03421;
}
</style>
border-color css
<style>
span { border-color: #C03421; }
span { border-color: rgb(192,52,33); }
td.TdClassName
{
border-color: #C03421;
}
.TagClassName
{
border-color: #C03421;
}
</style>