Html Css Color HEX #C33510 Harley Davidson Orange
📋 copy color: '#C33510'red 195 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #C33510
Tints of Harley Davidson Orange #C33510
RGB
CMYK
RGB Variations
Color information
#C33510 (or 0xC33510) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 10. RGB value is (195,53,16). Sum of RGB (Red+Green+Blue) = 195+53+16=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C33510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33510 is #3CCAEF. Grayscale: #5B5B5B. Windows color (decimal): -3984112 or 1062339. OLE color: 1062339.
HSL color Cylindrical-coordinate representation of color #C33510: hue angle of 12.4º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C33510 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.24 |
| HSL | 12.4º | 0.85% | 0.41% | - |
| HSV(B) | 12.4º | 0.92% | 0.76% | - |
| XYZ | 23.87 | 14.19 | 1.97 | - |
| YUV | 91.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 16 | 0 | 0.73 | 0.92 | 0.24 | 12.4 | 0.85 | 0.41 |
| Hex | C3 | 35 | 10 | 0 | 49 | 5C | 18 | C | 55 | 29 |
| Octal | 303 | 65 | 20 | 0 | 111 | 134 | 30 | 14 | 125 | 51 |
| Binary | 11000011 | 110101 | 10000 | 0 | 1001001 | 1011100 | 11000 | 1100 | 1010101 | 101001 |
Color Harmonies of #C33510
Complementary color
Monochromatic Colors of #C33510
Black with #C33510
Text Example
Text Example
White with #C33510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33510; }
p { color: rgb(195,53,16); }
H1.HeaderClassName
{
color: #C33510;
}
.AnyTagClassName
{
color: #C33510;
}
</style>
background-color css
<style>
a { background-color: #C33510; }
a { background-color: rgb(195,53,16); }
div.DivClassName
{
background-color: #C33510;
}
.BgClassName
{
background-color: #C33510;
}
</style>
border-color css
<style>
span { border-color: #C33510; }
span { border-color: rgb(195,53,16); }
td.TdClassName
{
border-color: #C33510;
}
.TagClassName
{
border-color: #C33510;
}
</style>