Html Css Color HEX #C2321D Harley Davidson Orange
📋 copy color: '#C2321D'red 194 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #C2321D
Tints of Harley Davidson Orange #C2321D
RGB
CMYK
RGB Variations
Color information
#C2321D (or 0xC2321D) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 1D. RGB value is (194,50,29). Sum of RGB (Red+Green+Blue) = 194+50+29=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 50 (19.92% from 255 or 18.32% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2321D is #3DCDE2. Grayscale: #5A5A5A. Windows color (decimal): -4050403 or 1913538. OLE color: 1913538.
HSL color Cylindrical-coordinate representation of color #C2321D: hue angle of 7.64º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2321D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 29 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.24 |
| HSL | 7.64º | 0.74% | 0.44% | - |
| HSV(B) | 7.64º | 0.85% | 0.76% | - |
| XYZ | 23.61 | 13.84 | 2.59 | - |
| YUV | 90.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 29 | 0 | 0.74 | 0.85 | 0.24 | 7.64 | 0.74 | 0.44 |
| Hex | C2 | 32 | 1D | 0 | 4A | 55 | 18 | 8 | 4A | 2C |
| Octal | 302 | 62 | 35 | 0 | 112 | 125 | 30 | 10 | 112 | 54 |
| Binary | 11000010 | 110010 | 11101 | 0 | 1001010 | 1010101 | 11000 | 1000 | 1001010 | 101100 |
Color Harmonies of #C2321D
Complementary color
Monochromatic Colors of #C2321D
Black with #C2321D
Text Example
Text Example
White with #C2321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2321D; }
p { color: rgb(194,50,29); }
H1.HeaderClassName
{
color: #C2321D;
}
.AnyTagClassName
{
color: #C2321D;
}
</style>
background-color css
<style>
a { background-color: #C2321D; }
a { background-color: rgb(194,50,29); }
div.DivClassName
{
background-color: #C2321D;
}
.BgClassName
{
background-color: #C2321D;
}
</style>
border-color css
<style>
span { border-color: #C2321D; }
span { border-color: rgb(194,50,29); }
td.TdClassName
{
border-color: #C2321D;
}
.TagClassName
{
border-color: #C2321D;
}
</style>