Html Css Color HEX #C3321D Harley Davidson Orange
📋 copy color: '#C3321D'red 195 ◦ green 50 ◦ blue 29
Shades of Harley Davidson Orange #C3321D
Tints of Harley Davidson Orange #C3321D
RGB
CMYK
RGB Variations
Color information
#C3321D (or 0xC3321D) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 1D. RGB value is (195,50,29). Sum of RGB (Red+Green+Blue) = 195+50+29=274 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.17% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 195 - color contains mainly: red. Hex color #C3321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3321D is #3CCDE2. Grayscale: #5B5B5B. Windows color (decimal): -3984867 or 1913539. OLE color: 1913539.
HSL color Cylindrical-coordinate representation of color #C3321D: hue angle of 7.59º 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 #C3321D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 29 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.24 |
| HSL | 7.59º | 0.74% | 0.44% | - |
| HSV(B) | 7.59º | 0.85% | 0.76% | - |
| XYZ | 23.87 | 13.97 | 2.6 | - |
| YUV | 90.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 29 | 0 | 0.74 | 0.85 | 0.24 | 7.59 | 0.74 | 0.44 |
| Hex | C3 | 32 | 1D | 0 | 4A | 55 | 18 | 8 | 4A | 2C |
| Octal | 303 | 62 | 35 | 0 | 112 | 125 | 30 | 10 | 112 | 54 |
| Binary | 11000011 | 110010 | 11101 | 0 | 1001010 | 1010101 | 11000 | 1000 | 1001010 | 101100 |
Color Harmonies of #C3321D
Complementary color
Monochromatic Colors of #C3321D
Black with #C3321D
Text Example
Text Example
White with #C3321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3321D; }
p { color: rgb(195,50,29); }
H1.HeaderClassName
{
color: #C3321D;
}
.AnyTagClassName
{
color: #C3321D;
}
</style>
background-color css
<style>
a { background-color: #C3321D; }
a { background-color: rgb(195,50,29); }
div.DivClassName
{
background-color: #C3321D;
}
.BgClassName
{
background-color: #C3321D;
}
</style>
border-color css
<style>
span { border-color: #C3321D; }
span { border-color: rgb(195,50,29); }
td.TdClassName
{
border-color: #C3321D;
}
.TagClassName
{
border-color: #C3321D;
}
</style>