Html Css Color HEX #C33D1E Harley Davidson Orange
📋 copy color: '#C33D1E'red 195 ◦ green 61 ◦ blue 30
Shades of Harley Davidson Orange #C33D1E
Tints of Harley Davidson Orange #C33D1E
RGB
CMYK
RGB Variations
Color information
#C33D1E (or 0xC33D1E) is known color: Harley Davidson Orange. HEX triplet: C3, 3D and 1E. RGB value is (195,61,30). Sum of RGB (Red+Green+Blue) = 195+61+30=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C33D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33D1E is #3CC2E1. Grayscale: #616161. Windows color (decimal): -3982050 or 1981891. OLE color: 1981891.
HSL color Cylindrical-coordinate representation of color #C33D1E: hue angle of 11.27º 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 #C33D1E is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 61 | 30 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.24 |
| HSL | 11.27º | 0.73% | 0.44% | - |
| HSV(B) | 11.27º | 0.85% | 0.76% | - |
| XYZ | 24.41 | 15.03 | 2.84 | - |
| YUV | 97.53 | 89.89 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 30 | 0 | 0.69 | 0.85 | 0.24 | 11.27 | 0.73 | 0.44 |
| Hex | C3 | 3D | 1E | 0 | 45 | 55 | 18 | B | 49 | 2C |
| Octal | 303 | 75 | 36 | 0 | 105 | 125 | 30 | 13 | 111 | 54 |
| Binary | 11000011 | 111101 | 11110 | 0 | 1000101 | 1010101 | 11000 | 1011 | 1001001 | 101100 |
Color Harmonies of #C33D1E
Complementary color
Monochromatic Colors of #C33D1E
Black with #C33D1E
Text Example
Text Example
White with #C33D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33D1E; }
p { color: rgb(195,61,30); }
H1.HeaderClassName
{
color: #C33D1E;
}
.AnyTagClassName
{
color: #C33D1E;
}
</style>
background-color css
<style>
a { background-color: #C33D1E; }
a { background-color: rgb(195,61,30); }
div.DivClassName
{
background-color: #C33D1E;
}
.BgClassName
{
background-color: #C33D1E;
}
</style>
border-color css
<style>
span { border-color: #C33D1E; }
span { border-color: rgb(195,61,30); }
td.TdClassName
{
border-color: #C33D1E;
}
.TagClassName
{
border-color: #C33D1E;
}
</style>