Html Css Color HEX #C3320C Harley Davidson Orange
📋 copy color: '#C3320C'red 195 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #C3320C
Tints of Harley Davidson Orange #C3320C
RGB
CMYK
RGB Variations
Color information
#C3320C (or 0xC3320C) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 0C. RGB value is (195,50,12). Sum of RGB (Red+Green+Blue) = 195+50+12=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C3320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3320C is #3CCDF3. Grayscale: #595959. Windows color (decimal): -3984884 or 799427. OLE color: 799427.
HSL color Cylindrical-coordinate representation of color #C3320C: hue angle of 12.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3320C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.24 |
| HSL | 12.46º | 0.88% | 0.41% | - |
| HSV(B) | 12.46º | 0.94% | 0.76% | - |
| XYZ | 23.71 | 13.91 | 1.78 | - |
| YUV | 89.02 | 84.54 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 12 | 0 | 0.74 | 0.94 | 0.24 | 12.46 | 0.88 | 0.41 |
| Hex | C3 | 32 | C | 0 | 4A | 5E | 18 | C | 58 | 29 |
| Octal | 303 | 62 | 14 | 0 | 112 | 136 | 30 | 14 | 130 | 51 |
| Binary | 11000011 | 110010 | 1100 | 0 | 1001010 | 1011110 | 11000 | 1100 | 1011000 | 101001 |
Color Harmonies of #C3320C
Complementary color
Monochromatic Colors of #C3320C
Black with #C3320C
Text Example
Text Example
White with #C3320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3320C; }
p { color: rgb(195,50,12); }
H1.HeaderClassName
{
color: #C3320C;
}
.AnyTagClassName
{
color: #C3320C;
}
</style>
background-color css
<style>
a { background-color: #C3320C; }
a { background-color: rgb(195,50,12); }
div.DivClassName
{
background-color: #C3320C;
}
.BgClassName
{
background-color: #C3320C;
}
</style>
border-color css
<style>
span { border-color: #C3320C; }
span { border-color: rgb(195,50,12); }
td.TdClassName
{
border-color: #C3320C;
}
.TagClassName
{
border-color: #C3320C;
}
</style>