Html Css Color HEX #C2321F Harley Davidson Orange
📋 copy color: '#C2321F'red 194 ◦ green 50 ◦ blue 31
Shades of Harley Davidson Orange #C2321F
Tints of Harley Davidson Orange #C2321F
RGB
CMYK
RGB Variations
Color information
#C2321F (or 0xC2321F) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 1F. RGB value is (194,50,31). Sum of RGB (Red+Green+Blue) = 194+50+31=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C2321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2321F is #3DCDE0. Grayscale: #5B5B5B. Windows color (decimal): -4050401 or 2044610. OLE color: 2044610.
HSL color Cylindrical-coordinate representation of color #C2321F: hue angle of 6.99º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2321F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 31 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.24 |
| HSL | 6.99º | 0.72% | 0.44% | - |
| HSV(B) | 6.99º | 0.84% | 0.76% | - |
| XYZ | 23.64 | 13.85 | 2.72 | - |
| YUV | 90.89 | 94.21 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 31 | 0 | 0.74 | 0.84 | 0.24 | 6.99 | 0.72 | 0.44 |
| Hex | C2 | 32 | 1F | 0 | 4A | 54 | 18 | 7 | 48 | 2C |
| Octal | 302 | 62 | 37 | 0 | 112 | 124 | 30 | 7 | 110 | 54 |
| Binary | 11000010 | 110010 | 11111 | 0 | 1001010 | 1010100 | 11000 | 111 | 1001000 | 101100 |
Color Harmonies of #C2321F
Complementary color
Monochromatic Colors of #C2321F
Black with #C2321F
Text Example
Text Example
White with #C2321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2321F; }
p { color: rgb(194,50,31); }
H1.HeaderClassName
{
color: #C2321F;
}
.AnyTagClassName
{
color: #C2321F;
}
</style>
background-color css
<style>
a { background-color: #C2321F; }
a { background-color: rgb(194,50,31); }
div.DivClassName
{
background-color: #C2321F;
}
.BgClassName
{
background-color: #C2321F;
}
</style>
border-color css
<style>
span { border-color: #C2321F; }
span { border-color: rgb(194,50,31); }
td.TdClassName
{
border-color: #C2321F;
}
.TagClassName
{
border-color: #C2321F;
}
</style>