Html Css Color HEX #C33116 Harley Davidson Orange
📋 copy color: '#C33116'red 195 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #C33116
Tints of Harley Davidson Orange #C33116
RGB
CMYK
RGB Variations
Color information
#C33116 (or 0xC33116) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 16. RGB value is (195,49,22). Sum of RGB (Red+Green+Blue) = 195+49+22=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C33116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33116 is #3CCEE9. Grayscale: #595959. Windows color (decimal): -3985130 or 1454531. OLE color: 1454531.
HSL color Cylindrical-coordinate representation of color #C33116: hue angle of 9.36º 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 #C33116 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 22 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.24 |
| HSL | 9.36º | 0.8% | 0.43% | - |
| HSV(B) | 9.36º | 0.89% | 0.76% | - |
| XYZ | 23.75 | 13.86 | 2.18 | - |
| YUV | 89.58 | 89.87 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 22 | 0 | 0.75 | 0.89 | 0.24 | 9.36 | 0.8 | 0.43 |
| Hex | C3 | 31 | 16 | 0 | 4B | 59 | 18 | 9 | 50 | 2B |
| Octal | 303 | 61 | 26 | 0 | 113 | 131 | 30 | 11 | 120 | 53 |
| Binary | 11000011 | 110001 | 10110 | 0 | 1001011 | 1011001 | 11000 | 1001 | 1010000 | 101011 |
Color Harmonies of #C33116
Complementary color
Monochromatic Colors of #C33116
Black with #C33116
Text Example
Text Example
White with #C33116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33116; }
p { color: rgb(195,49,22); }
H1.HeaderClassName
{
color: #C33116;
}
.AnyTagClassName
{
color: #C33116;
}
</style>
background-color css
<style>
a { background-color: #C33116; }
a { background-color: rgb(195,49,22); }
div.DivClassName
{
background-color: #C33116;
}
.BgClassName
{
background-color: #C33116;
}
</style>
border-color css
<style>
span { border-color: #C33116; }
span { border-color: rgb(195,49,22); }
td.TdClassName
{
border-color: #C33116;
}
.TagClassName
{
border-color: #C33116;
}
</style>