Html Css Color HEX #C33716 Harley Davidson Orange
📋 copy color: '#C33716'red 195 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #C33716
Tints of Harley Davidson Orange #C33716
RGB
CMYK
RGB Variations
Color information
#C33716 (or 0xC33716) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 16. RGB value is (195,55,22). Sum of RGB (Red+Green+Blue) = 195+55+22=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C33716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33716 is #3CC8E9. Grayscale: #5D5D5D. Windows color (decimal): -3983594 or 1456067. OLE color: 1456067.
HSL color Cylindrical-coordinate representation of color #C33716: hue angle of 11.45º 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 #C33716 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 22 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.24 |
| HSL | 11.45º | 0.8% | 0.43% | - |
| HSV(B) | 11.45º | 0.89% | 0.76% | - |
| XYZ | 24.02 | 14.39 | 2.27 | - |
| YUV | 93.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 22 | 0 | 0.72 | 0.89 | 0.24 | 11.45 | 0.8 | 0.43 |
| Hex | C3 | 37 | 16 | 0 | 48 | 59 | 18 | B | 50 | 2B |
| Octal | 303 | 67 | 26 | 0 | 110 | 131 | 30 | 13 | 120 | 53 |
| Binary | 11000011 | 110111 | 10110 | 0 | 1001000 | 1011001 | 11000 | 1011 | 1010000 | 101011 |
Color Harmonies of #C33716
Complementary color
Monochromatic Colors of #C33716
Black with #C33716
Text Example
Text Example
White with #C33716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33716; }
p { color: rgb(195,55,22); }
H1.HeaderClassName
{
color: #C33716;
}
.AnyTagClassName
{
color: #C33716;
}
</style>
background-color css
<style>
a { background-color: #C33716; }
a { background-color: rgb(195,55,22); }
div.DivClassName
{
background-color: #C33716;
}
.BgClassName
{
background-color: #C33716;
}
</style>
border-color css
<style>
span { border-color: #C33716; }
span { border-color: rgb(195,55,22); }
td.TdClassName
{
border-color: #C33716;
}
.TagClassName
{
border-color: #C33716;
}
</style>