Html Css Color HEX #C33A1E Harley Davidson Orange
📋 copy color: '#C33A1E'red 195 ◦ green 58 ◦ blue 30
Shades of Harley Davidson Orange #C33A1E
Tints of Harley Davidson Orange #C33A1E
RGB
CMYK
RGB Variations
Color information
#C33A1E (or 0xC33A1E) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 1E. RGB value is (195,58,30). Sum of RGB (Red+Green+Blue) = 195+58+30=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A1E is #3CC5E1. Grayscale: #606060. Windows color (decimal): -3982818 or 1981123. OLE color: 1981123.
HSL color Cylindrical-coordinate representation of color #C33A1E: hue angle of 10.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C33A1E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 30 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.24 |
| HSL | 10.18º | 0.73% | 0.44% | - |
| HSV(B) | 10.18º | 0.85% | 0.76% | - |
| XYZ | 24.25 | 14.72 | 2.79 | - |
| YUV | 95.77 | 90.89 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 30 | 0 | 0.70 | 0.85 | 0.24 | 10.18 | 0.73 | 0.44 |
| Hex | C3 | 3A | 1E | 0 | 46 | 55 | 18 | A | 49 | 2C |
| Octal | 303 | 72 | 36 | 0 | 106 | 125 | 30 | 12 | 111 | 54 |
| Binary | 11000011 | 111010 | 11110 | 0 | 1000110 | 1010101 | 11000 | 1010 | 1001001 | 101100 |
Color Harmonies of #C33A1E
Complementary color
Monochromatic Colors of #C33A1E
Black with #C33A1E
Text Example
Text Example
White with #C33A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A1E; }
p { color: rgb(195,58,30); }
H1.HeaderClassName
{
color: #C33A1E;
}
.AnyTagClassName
{
color: #C33A1E;
}
</style>
background-color css
<style>
a { background-color: #C33A1E; }
a { background-color: rgb(195,58,30); }
div.DivClassName
{
background-color: #C33A1E;
}
.BgClassName
{
background-color: #C33A1E;
}
</style>
border-color css
<style>
span { border-color: #C33A1E; }
span { border-color: rgb(195,58,30); }
td.TdClassName
{
border-color: #C33A1E;
}
.TagClassName
{
border-color: #C33A1E;
}
</style>