Html Css Color HEX #C03022 Harley Davidson Orange
📋 copy color: '#C03022'red 192 ◦ green 48 ◦ blue 34
Shades of Harley Davidson Orange #C03022
Tints of Harley Davidson Orange #C03022
RGB
CMYK
RGB Variations
Color information
#C03022 (or 0xC03022) is known color: Harley Davidson Orange. HEX triplet: C0, 30 and 22. RGB value is (192,48,34). Sum of RGB (Red+Green+Blue) = 192+48+34=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C03022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03022 is #3FCFDD. Grayscale: #595959. Windows color (decimal): -4181982 or 2240704. OLE color: 2240704.
HSL color Cylindrical-coordinate representation of color #C03022: hue angle of 5.32º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C03022 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 34 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.25 |
| HSL | 5.32º | 0.7% | 0.44% | - |
| HSV(B) | 5.32º | 0.82% | 0.75% | - |
| XYZ | 23.08 | 13.44 | 2.89 | - |
| YUV | 89.46 | 96.71 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 34 | 0 | 0.75 | 0.82 | 0.25 | 5.32 | 0.7 | 0.44 |
| Hex | C0 | 30 | 22 | 0 | 4B | 52 | 19 | 5 | 46 | 2C |
| Octal | 300 | 60 | 42 | 0 | 113 | 122 | 31 | 5 | 106 | 54 |
| Binary | 11000000 | 110000 | 100010 | 0 | 1001011 | 1010010 | 11001 | 101 | 1000110 | 101100 |
Color Harmonies of #C03022
Complementary color
Monochromatic Colors of #C03022
Black with #C03022
Text Example
Text Example
White with #C03022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03022; }
p { color: rgb(192,48,34); }
H1.HeaderClassName
{
color: #C03022;
}
.AnyTagClassName
{
color: #C03022;
}
</style>
background-color css
<style>
a { background-color: #C03022; }
a { background-color: rgb(192,48,34); }
div.DivClassName
{
background-color: #C03022;
}
.BgClassName
{
background-color: #C03022;
}
</style>
border-color css
<style>
span { border-color: #C03022; }
span { border-color: rgb(192,48,34); }
td.TdClassName
{
border-color: #C03022;
}
.TagClassName
{
border-color: #C03022;
}
</style>