Html Css Color HEX #C33F1D Harley Davidson Orange
📋 copy color: '#C33F1D'red 195 ◦ green 63 ◦ blue 29
Shades of Harley Davidson Orange #C33F1D
Tints of Harley Davidson Orange #C33F1D
RGB
CMYK
RGB Variations
Color information
#C33F1D (or 0xC33F1D) is known color: Harley Davidson Orange. HEX triplet: C3, 3F and 1D. RGB value is (195,63,29). Sum of RGB (Red+Green+Blue) = 195+63+29=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33F1D is #3CC0E2. Grayscale: #626262. Windows color (decimal): -3981539 or 1916867. OLE color: 1916867.
HSL color Cylindrical-coordinate representation of color #C33F1D: hue angle of 12.29º 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 #C33F1D is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 29 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.24 |
| HSL | 12.29º | 0.74% | 0.44% | - |
| HSV(B) | 12.29º | 0.85% | 0.76% | - |
| XYZ | 24.5 | 15.25 | 2.81 | - |
| YUV | 98.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 29 | 0 | 0.68 | 0.85 | 0.24 | 12.29 | 0.74 | 0.44 |
| Hex | C3 | 3F | 1D | 0 | 44 | 55 | 18 | C | 4A | 2C |
| Octal | 303 | 77 | 35 | 0 | 104 | 125 | 30 | 14 | 112 | 54 |
| Binary | 11000011 | 111111 | 11101 | 0 | 1000100 | 1010101 | 11000 | 1100 | 1001010 | 101100 |
Color Harmonies of #C33F1D
Complementary color
Monochromatic Colors of #C33F1D
Black with #C33F1D
Text Example
Text Example
White with #C33F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F1D; }
p { color: rgb(195,63,29); }
H1.HeaderClassName
{
color: #C33F1D;
}
.AnyTagClassName
{
color: #C33F1D;
}
</style>
background-color css
<style>
a { background-color: #C33F1D; }
a { background-color: rgb(195,63,29); }
div.DivClassName
{
background-color: #C33F1D;
}
.BgClassName
{
background-color: #C33F1D;
}
</style>
border-color css
<style>
span { border-color: #C33F1D; }
span { border-color: rgb(195,63,29); }
td.TdClassName
{
border-color: #C33F1D;
}
.TagClassName
{
border-color: #C33F1D;
}
</style>