Html Css Color HEX #C33B11 Harley Davidson Orange
📋 copy color: '#C33B11'red 195 ◦ green 59 ◦ blue 17
Shades of Harley Davidson Orange #C33B11
Tints of Harley Davidson Orange #C33B11
RGB
CMYK
RGB Variations
Color information
#C33B11 (or 0xC33B11) is known color: Harley Davidson Orange. HEX triplet: C3, 3B and 11. RGB value is (195,59,17). Sum of RGB (Red+Green+Blue) = 195+59+17=271 (35% of max value = 765). Red value is 195 (76.56% from 255 or 71.96% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 195 - color contains mainly: red. Hex color #C33B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33B11 is #3CC4EE. Grayscale: #5F5F5F. Windows color (decimal): -3982575 or 1129411. OLE color: 1129411.
HSL color Cylindrical-coordinate representation of color #C33B11: hue angle of 14.16º 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 #C33B11 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 59 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.24 |
| HSL | 14.16º | 0.84% | 0.42% | - |
| HSV(B) | 14.16º | 0.91% | 0.76% | - |
| XYZ | 24.17 | 14.77 | 2.11 | - |
| YUV | 94.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 17 | 0 | 0.70 | 0.91 | 0.24 | 14.16 | 0.84 | 0.42 |
| Hex | C3 | 3B | 11 | 0 | 46 | 5B | 18 | E | 54 | 2A |
| Octal | 303 | 73 | 21 | 0 | 106 | 133 | 30 | 16 | 124 | 52 |
| Binary | 11000011 | 111011 | 10001 | 0 | 1000110 | 1011011 | 11000 | 1110 | 1010100 | 101010 |
Color Harmonies of #C33B11
Complementary color
Monochromatic Colors of #C33B11
Black with #C33B11
Text Example
Text Example
White with #C33B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33B11; }
p { color: rgb(195,59,17); }
H1.HeaderClassName
{
color: #C33B11;
}
.AnyTagClassName
{
color: #C33B11;
}
</style>
background-color css
<style>
a { background-color: #C33B11; }
a { background-color: rgb(195,59,17); }
div.DivClassName
{
background-color: #C33B11;
}
.BgClassName
{
background-color: #C33B11;
}
</style>
border-color css
<style>
span { border-color: #C33B11; }
span { border-color: rgb(195,59,17); }
td.TdClassName
{
border-color: #C33B11;
}
.TagClassName
{
border-color: #C33B11;
}
</style>