Html Css Color HEX #C33516 Harley Davidson Orange
📋 copy color: '#C33516'red 195 ◦ green 53 ◦ blue 22
Shades of Harley Davidson Orange #C33516
Tints of Harley Davidson Orange #C33516
RGB
CMYK
RGB Variations
Color information
#C33516 (or 0xC33516) is known color: Harley Davidson Orange. HEX triplet: C3, 35 and 16. RGB value is (195,53,22). Sum of RGB (Red+Green+Blue) = 195+53+22=270 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.22% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 195 - color contains mainly: red. Hex color #C33516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33516 is #3CCAE9. Grayscale: #5C5C5C. Windows color (decimal): -3984106 or 1455555. OLE color: 1455555.
HSL color Cylindrical-coordinate representation of color #C33516: hue angle of 10.75º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C33516 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 53 | 22 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.24 |
| HSL | 10.75º | 0.8% | 0.43% | - |
| HSV(B) | 10.75º | 0.89% | 0.76% | - |
| XYZ | 23.92 | 14.21 | 2.24 | - |
| YUV | 91.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 53 | 22 | 0 | 0.73 | 0.89 | 0.24 | 10.75 | 0.8 | 0.43 |
| Hex | C3 | 35 | 16 | 0 | 49 | 59 | 18 | B | 50 | 2B |
| Octal | 303 | 65 | 26 | 0 | 111 | 131 | 30 | 13 | 120 | 53 |
| Binary | 11000011 | 110101 | 10110 | 0 | 1001001 | 1011001 | 11000 | 1011 | 1010000 | 101011 |
Color Harmonies of #C33516
Complementary color
Monochromatic Colors of #C33516
Black with #C33516
Text Example
Text Example
White with #C33516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33516; }
p { color: rgb(195,53,22); }
H1.HeaderClassName
{
color: #C33516;
}
.AnyTagClassName
{
color: #C33516;
}
</style>
background-color css
<style>
a { background-color: #C33516; }
a { background-color: rgb(195,53,22); }
div.DivClassName
{
background-color: #C33516;
}
.BgClassName
{
background-color: #C33516;
}
</style>
border-color css
<style>
span { border-color: #C33516; }
span { border-color: rgb(195,53,22); }
td.TdClassName
{
border-color: #C33516;
}
.TagClassName
{
border-color: #C33516;
}
</style>