Html Css Color HEX #C33111 Harley Davidson Orange
📋 copy color: '#C33111'red 195 ◦ green 49 ◦ blue 17
Shades of Harley Davidson Orange #C33111
Tints of Harley Davidson Orange #C33111
RGB
CMYK
RGB Variations
Color information
#C33111 (or 0xC33111) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 11. RGB value is (195,49,17). Sum of RGB (Red+Green+Blue) = 195+49+17=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C33111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33111 is #3CCEEE. Grayscale: #595959. Windows color (decimal): -3985135 or 1126851. OLE color: 1126851.
HSL color Cylindrical-coordinate representation of color #C33111: hue angle of 10.79º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C33111 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 17 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.24 |
| HSL | 10.79º | 0.84% | 0.42% | - |
| HSV(B) | 10.79º | 0.91% | 0.76% | - |
| XYZ | 23.71 | 13.84 | 1.95 | - |
| YUV | 89.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 17 | 0 | 0.75 | 0.91 | 0.24 | 10.79 | 0.84 | 0.42 |
| Hex | C3 | 31 | 11 | 0 | 4B | 5B | 18 | B | 54 | 2A |
| Octal | 303 | 61 | 21 | 0 | 113 | 133 | 30 | 13 | 124 | 52 |
| Binary | 11000011 | 110001 | 10001 | 0 | 1001011 | 1011011 | 11000 | 1011 | 1010100 | 101010 |
Color Harmonies of #C33111
Complementary color
Monochromatic Colors of #C33111
Black with #C33111
Text Example
Text Example
White with #C33111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33111; }
p { color: rgb(195,49,17); }
H1.HeaderClassName
{
color: #C33111;
}
.AnyTagClassName
{
color: #C33111;
}
</style>
background-color css
<style>
a { background-color: #C33111; }
a { background-color: rgb(195,49,17); }
div.DivClassName
{
background-color: #C33111;
}
.BgClassName
{
background-color: #C33111;
}
</style>
border-color css
<style>
span { border-color: #C33111; }
span { border-color: rgb(195,49,17); }
td.TdClassName
{
border-color: #C33111;
}
.TagClassName
{
border-color: #C33111;
}
</style>