Html Css Color HEX #C3320D Harley Davidson Orange
📋 copy color: '#C3320D'red 195 ◦ green 50 ◦ blue 13
Shades of Harley Davidson Orange #C3320D
Tints of Harley Davidson Orange #C3320D
RGB
CMYK
RGB Variations
Color information
#C3320D (or 0xC3320D) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 0D. RGB value is (195,50,13). Sum of RGB (Red+Green+Blue) = 195+50+13=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 13 (5.47% from 255 or 5.04% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3320D is #3CCDF2. Grayscale: #595959. Windows color (decimal): -3984883 or 864963. OLE color: 864963.
HSL color Cylindrical-coordinate representation of color #C3320D: hue angle of 12.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C3320D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.24 |
| HSL | 12.2º | 0.88% | 0.41% | - |
| HSV(B) | 12.2º | 0.93% | 0.76% | - |
| XYZ | 23.72 | 13.91 | 1.82 | - |
| YUV | 89.14 | 85.04 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 13 | 0 | 0.74 | 0.93 | 0.24 | 12.2 | 0.88 | 0.41 |
| Hex | C3 | 32 | D | 0 | 4A | 5D | 18 | C | 58 | 29 |
| Octal | 303 | 62 | 15 | 0 | 112 | 135 | 30 | 14 | 130 | 51 |
| Binary | 11000011 | 110010 | 1101 | 0 | 1001010 | 1011101 | 11000 | 1100 | 1011000 | 101001 |
Color Harmonies of #C3320D
Complementary color
Monochromatic Colors of #C3320D
Black with #C3320D
Text Example
Text Example
White with #C3320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3320D; }
p { color: rgb(195,50,13); }
H1.HeaderClassName
{
color: #C3320D;
}
.AnyTagClassName
{
color: #C3320D;
}
</style>
background-color css
<style>
a { background-color: #C3320D; }
a { background-color: rgb(195,50,13); }
div.DivClassName
{
background-color: #C3320D;
}
.BgClassName
{
background-color: #C3320D;
}
</style>
border-color css
<style>
span { border-color: #C3320D; }
span { border-color: rgb(195,50,13); }
td.TdClassName
{
border-color: #C3320D;
}
.TagClassName
{
border-color: #C3320D;
}
</style>