Html Css Color HEX #C33811 Harley Davidson Orange
📋 copy color: '#C33811'red 195 ◦ green 56 ◦ blue 17
Shades of Harley Davidson Orange #C33811
Tints of Harley Davidson Orange #C33811
RGB
CMYK
RGB Variations
Color information
#C33811 (or 0xC33811) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 11. RGB value is (195,56,17). Sum of RGB (Red+Green+Blue) = 195+56+17=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C33811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33811 is #3CC7EE. Grayscale: #5D5D5D. Windows color (decimal): -3983343 or 1128643. OLE color: 1128643.
HSL color Cylindrical-coordinate representation of color #C33811: hue angle of 13.15º 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 #C33811 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 17 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.24 |
| HSL | 13.15º | 0.84% | 0.42% | - |
| HSV(B) | 13.15º | 0.91% | 0.76% | - |
| XYZ | 24.02 | 14.47 | 2.06 | - |
| YUV | 93.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 17 | 0 | 0.71 | 0.91 | 0.24 | 13.15 | 0.84 | 0.42 |
| Hex | C3 | 38 | 11 | 0 | 47 | 5B | 18 | D | 54 | 2A |
| Octal | 303 | 70 | 21 | 0 | 107 | 133 | 30 | 15 | 124 | 52 |
| Binary | 11000011 | 111000 | 10001 | 0 | 1000111 | 1011011 | 11000 | 1101 | 1010100 | 101010 |
Color Harmonies of #C33811
Complementary color
Monochromatic Colors of #C33811
Black with #C33811
Text Example
Text Example
White with #C33811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33811; }
p { color: rgb(195,56,17); }
H1.HeaderClassName
{
color: #C33811;
}
.AnyTagClassName
{
color: #C33811;
}
</style>
background-color css
<style>
a { background-color: #C33811; }
a { background-color: rgb(195,56,17); }
div.DivClassName
{
background-color: #C33811;
}
.BgClassName
{
background-color: #C33811;
}
</style>
border-color css
<style>
span { border-color: #C33811; }
span { border-color: rgb(195,56,17); }
td.TdClassName
{
border-color: #C33811;
}
.TagClassName
{
border-color: #C33811;
}
</style>