Html Css Color HEX #C33720 Harley Davidson Orange
📋 copy color: '#C33720'red 195 ◦ green 55 ◦ blue 32
Shades of Harley Davidson Orange #C33720
Tints of Harley Davidson Orange #C33720
RGB
CMYK
RGB Variations
Color information
#C33720 (or 0xC33720) is known color: Harley Davidson Orange. HEX triplet: C3, 37 and 20. RGB value is (195,55,32). Sum of RGB (Red+Green+Blue) = 195+55+32=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C33720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33720 is #3CC8DF. Grayscale: #5E5E5E. Windows color (decimal): -3983584 or 2111427. OLE color: 2111427.
HSL color Cylindrical-coordinate representation of color #C33720: hue angle of 8.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C33720 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 55 | 32 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.24 |
| HSL | 8.47º | 0.72% | 0.45% | - |
| HSV(B) | 8.47º | 0.84% | 0.76% | - |
| XYZ | 24.13 | 14.44 | 2.88 | - |
| YUV | 94.24 | 92.88 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 55 | 32 | 0 | 0.72 | 0.84 | 0.24 | 8.47 | 0.72 | 0.45 |
| Hex | C3 | 37 | 20 | 0 | 48 | 54 | 18 | 8 | 48 | 2D |
| Octal | 303 | 67 | 40 | 0 | 110 | 124 | 30 | 10 | 110 | 55 |
| Binary | 11000011 | 110111 | 100000 | 0 | 1001000 | 1010100 | 11000 | 1000 | 1001000 | 101101 |
Color Harmonies of #C33720
Complementary color
Monochromatic Colors of #C33720
Black with #C33720
Text Example
Text Example
White with #C33720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33720; }
p { color: rgb(195,55,32); }
H1.HeaderClassName
{
color: #C33720;
}
.AnyTagClassName
{
color: #C33720;
}
</style>
background-color css
<style>
a { background-color: #C33720; }
a { background-color: rgb(195,55,32); }
div.DivClassName
{
background-color: #C33720;
}
.BgClassName
{
background-color: #C33720;
}
</style>
border-color css
<style>
span { border-color: #C33720; }
span { border-color: rgb(195,55,32); }
td.TdClassName
{
border-color: #C33720;
}
.TagClassName
{
border-color: #C33720;
}
</style>