Html Css Color HEX #C33A1D Harley Davidson Orange
📋 copy color: '#C33A1D'red 195 ◦ green 58 ◦ blue 29
Shades of Harley Davidson Orange #C33A1D
Tints of Harley Davidson Orange #C33A1D
RGB
CMYK
RGB Variations
Color information
#C33A1D (or 0xC33A1D) is known color: Harley Davidson Orange. HEX triplet: C3, 3A and 1D. RGB value is (195,58,29). Sum of RGB (Red+Green+Blue) = 195+58+29=282 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.15% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 195 - color contains mainly: red. Hex color #C33A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33A1D is #3CC5E2. Grayscale: #5F5F5F. Windows color (decimal): -3982819 or 1915587. OLE color: 1915587.
HSL color Cylindrical-coordinate representation of color #C33A1D: hue angle of 10.48º degrees, saturation: 0.74, 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 #C33A1D is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 58 | 29 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.24 |
| HSL | 10.48º | 0.74% | 0.44% | - |
| HSV(B) | 10.48º | 0.85% | 0.76% | - |
| XYZ | 24.24 | 14.72 | 2.73 | - |
| YUV | 95.66 | 90.39 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 29 | 0 | 0.70 | 0.85 | 0.24 | 10.48 | 0.74 | 0.44 |
| Hex | C3 | 3A | 1D | 0 | 46 | 55 | 18 | A | 4A | 2C |
| Octal | 303 | 72 | 35 | 0 | 106 | 125 | 30 | 12 | 112 | 54 |
| Binary | 11000011 | 111010 | 11101 | 0 | 1000110 | 1010101 | 11000 | 1010 | 1001010 | 101100 |
Color Harmonies of #C33A1D
Complementary color
Monochromatic Colors of #C33A1D
Black with #C33A1D
Text Example
Text Example
White with #C33A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33A1D; }
p { color: rgb(195,58,29); }
H1.HeaderClassName
{
color: #C33A1D;
}
.AnyTagClassName
{
color: #C33A1D;
}
</style>
background-color css
<style>
a { background-color: #C33A1D; }
a { background-color: rgb(195,58,29); }
div.DivClassName
{
background-color: #C33A1D;
}
.BgClassName
{
background-color: #C33A1D;
}
</style>
border-color css
<style>
span { border-color: #C33A1D; }
span { border-color: rgb(195,58,29); }
td.TdClassName
{
border-color: #C33A1D;
}
.TagClassName
{
border-color: #C33A1D;
}
</style>