Html Css Color HEX #C3350C Harley Davidson Orange
📋 copy color: '#C3350C'red 195 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #C3350C
Tints of Harley Davidson Orange #C3350C
RGB
CMYK
RGB Variations
Color information
#C3350C (or 0xC3350C) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 0C. RGB value is (195,53,12). Sum of RGB (Red+Green+Blue) = 195+53+12=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3350C is #3CCAF3. Grayscale: #5B5B5B. Windows color (decimal): -3984116 or 800195. OLE color: 800195.
HSL color Cylindrical-coordinate representation of color #C3350C: hue angle of 13.44º 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 #C3350C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.24 |
| HSL | 13.44º | 0.88% | 0.41% | - |
| HSV(B) | 13.44º | 0.94% | 0.76% | - |
| XYZ | 23.85 | 14.17 | 1.83 | - |
| YUV | 90.78 | 83.54 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 12 | 0 | 0.73 | 0.94 | 0.24 | 13.44 | 0.88 | 0.41 |
| Hex | C3 | 35 | C | 0 | 49 | 5E | 18 | D | 58 | 29 |
| Octal | 303 | 65 | 14 | 0 | 111 | 136 | 30 | 15 | 130 | 51 |
| Binary | 11000011 | 110101 | 1100 | 0 | 1001001 | 1011110 | 11000 | 1101 | 1011000 | 101001 |
Color Harmonies of #C3350C
Complementary color
Monochromatic Colors of #C3350C
Black with #C3350C
Text Example
Text Example
White with #C3350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3350C; }
p { color: rgb(195,53,12); }
H1.HeaderClassName
{
color: #C3350C;
}
.AnyTagClassName
{
color: #C3350C;
}
</style>
background-color css
<style>
a { background-color: #C3350C; }
a { background-color: rgb(195,53,12); }
div.DivClassName
{
background-color: #C3350C;
}
.BgClassName
{
background-color: #C3350C;
}
</style>
border-color css
<style>
span { border-color: #C3350C; }
span { border-color: rgb(195,53,12); }
td.TdClassName
{
border-color: #C3350C;
}
.TagClassName
{
border-color: #C3350C;
}
</style>