Html Css Color HEX #C33821 Harley Davidson Orange
📋 copy color: '#C33821'red 195 ◦ green 56 ◦ blue 33
Shades of Harley Davidson Orange #C33821
Tints of Harley Davidson Orange #C33821
RGB
CMYK
RGB Variations
Color information
#C33821 (or 0xC33821) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 21. RGB value is (195,56,33). Sum of RGB (Red+Green+Blue) = 195+56+33=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C33821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33821 is #3CC7DE. Grayscale: #5F5F5F. Windows color (decimal): -3983327 or 2177219. OLE color: 2177219.
HSL color Cylindrical-coordinate representation of color #C33821: hue angle of 8.52º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C33821 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 33 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.24 |
| HSL | 8.52º | 0.71% | 0.45% | - |
| HSV(B) | 8.52º | 0.83% | 0.76% | - |
| XYZ | 24.19 | 14.54 | 2.97 | - |
| YUV | 94.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 33 | 0 | 0.71 | 0.83 | 0.24 | 8.52 | 0.71 | 0.45 |
| Hex | C3 | 38 | 21 | 0 | 47 | 53 | 18 | 9 | 47 | 2D |
| Octal | 303 | 70 | 41 | 0 | 107 | 123 | 30 | 11 | 107 | 55 |
| Binary | 11000011 | 111000 | 100001 | 0 | 1000111 | 1010011 | 11000 | 1001 | 1000111 | 101101 |
Color Harmonies of #C33821
Complementary color
Monochromatic Colors of #C33821
Black with #C33821
Text Example
Text Example
White with #C33821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33821; }
p { color: rgb(195,56,33); }
H1.HeaderClassName
{
color: #C33821;
}
.AnyTagClassName
{
color: #C33821;
}
</style>
background-color css
<style>
a { background-color: #C33821; }
a { background-color: rgb(195,56,33); }
div.DivClassName
{
background-color: #C33821;
}
.BgClassName
{
background-color: #C33821;
}
</style>
border-color css
<style>
span { border-color: #C33821; }
span { border-color: rgb(195,56,33); }
td.TdClassName
{
border-color: #C33821;
}
.TagClassName
{
border-color: #C33821;
}
</style>