Html Css Color HEX #C0321A Harley Davidson Orange
📋 copy color: '#C0321A'red 192 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #C0321A
Tints of Harley Davidson Orange #C0321A
RGB
CMYK
RGB Variations
Color information
#C0321A (or 0xC0321A) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 1A. RGB value is (192,50,26). Sum of RGB (Red+Green+Blue) = 192+50+26=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C0321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0321A is #3FCDE5. Grayscale: #595959. Windows color (decimal): -4181478 or 1716928. OLE color: 1716928.
HSL color Cylindrical-coordinate representation of color #C0321A: hue angle of 8.67º degrees, saturation: 0.76, 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 #C0321A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 26 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.25 |
| HSL | 8.67º | 0.76% | 0.43% | - |
| HSV(B) | 8.67º | 0.86% | 0.75% | - |
| XYZ | 23.07 | 13.56 | 2.38 | - |
| YUV | 89.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 26 | 0 | 0.74 | 0.86 | 0.25 | 8.67 | 0.76 | 0.43 |
| Hex | C0 | 32 | 1A | 0 | 4A | 56 | 19 | 9 | 4C | 2B |
| Octal | 300 | 62 | 32 | 0 | 112 | 126 | 31 | 11 | 114 | 53 |
| Binary | 11000000 | 110010 | 11010 | 0 | 1001010 | 1010110 | 11001 | 1001 | 1001100 | 101011 |
Color Harmonies of #C0321A
Complementary color
Monochromatic Colors of #C0321A
Black with #C0321A
Text Example
Text Example
White with #C0321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0321A; }
p { color: rgb(192,50,26); }
H1.HeaderClassName
{
color: #C0321A;
}
.AnyTagClassName
{
color: #C0321A;
}
</style>
background-color css
<style>
a { background-color: #C0321A; }
a { background-color: rgb(192,50,26); }
div.DivClassName
{
background-color: #C0321A;
}
.BgClassName
{
background-color: #C0321A;
}
</style>
border-color css
<style>
span { border-color: #C0321A; }
span { border-color: rgb(192,50,26); }
td.TdClassName
{
border-color: #C0321A;
}
.TagClassName
{
border-color: #C0321A;
}
</style>