Html Css Color HEX #C3350A Harley Davidson Orange
📋 copy color: '#C3350A'red 195 ◦ green 53 ◦ blue 10
Shades of Harley Davidson Orange #C3350A
Tints of Harley Davidson Orange #C3350A
RGB
CMYK
RGB Variations
Color information
#C3350A (or 0xC3350A) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 0A. RGB value is (195,53,10). Sum of RGB (Red+Green+Blue) = 195+53+10=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C3350A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3350A is #3CCAF5. Grayscale: #5A5A5A. Windows color (decimal): -3984118 or 669123. OLE color: 669123.
HSL color Cylindrical-coordinate representation of color #C3350A: hue angle of 13.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3350A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 10 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.24 |
| HSL | 13.95º | 0.9% | 0.4% | - |
| HSV(B) | 13.95º | 0.95% | 0.76% | - |
| XYZ | 23.83 | 14.17 | 1.77 | - |
| YUV | 90.56 | 82.54 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 10 | 0 | 0.73 | 0.95 | 0.24 | 13.95 | 0.9 | 0.4 |
| Hex | C3 | 35 | A | 0 | 49 | 5F | 18 | E | 5A | 28 |
| Octal | 303 | 65 | 12 | 0 | 111 | 137 | 30 | 16 | 132 | 50 |
| Binary | 11000011 | 110101 | 1010 | 0 | 1001001 | 1011111 | 11000 | 1110 | 1011010 | 101000 |
Color Harmonies of #C3350A
Complementary color
Monochromatic Colors of #C3350A
Black with #C3350A
Text Example
Text Example
White with #C3350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3350A; }
p { color: rgb(195,53,10); }
H1.HeaderClassName
{
color: #C3350A;
}
.AnyTagClassName
{
color: #C3350A;
}
</style>
background-color css
<style>
a { background-color: #C3350A; }
a { background-color: rgb(195,53,10); }
div.DivClassName
{
background-color: #C3350A;
}
.BgClassName
{
background-color: #C3350A;
}
</style>
border-color css
<style>
span { border-color: #C3350A; }
span { border-color: rgb(195,53,10); }
td.TdClassName
{
border-color: #C3350A;
}
.TagClassName
{
border-color: #C3350A;
}
</style>