Html Css Color HEX #C43521 Harley Davidson Orange
📋 copy color: '#C43521'red 196 ◦ green 53 ◦ blue 33
Shades of Harley Davidson Orange #C43521
Tints of Harley Davidson Orange #C43521
RGB
CMYK
RGB Variations
Color information
#C43521 (or 0xC43521) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 21. RGB value is (196,53,33). Sum of RGB (Red+Green+Blue) = 196+53+33=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C43521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43521 is #3BCADE. Grayscale: #5D5D5D. Windows color (decimal): -3918559 or 2176452. OLE color: 2176452.
HSL color Cylindrical-coordinate representation of color #C43521: hue angle of 7.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C43521 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 33 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.23 |
| HSL | 7.36º | 0.71% | 0.45% | - |
| HSV(B) | 7.36º | 0.83% | 0.77% | - |
| XYZ | 24.31 | 14.39 | 2.94 | - |
| YUV | 93.48 | 93.88 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 33 | 0 | 0.73 | 0.83 | 0.23 | 7.36 | 0.71 | 0.45 |
| Hex | C4 | 35 | 21 | 0 | 49 | 53 | 17 | 7 | 47 | 2D |
| Octal | 304 | 65 | 41 | 0 | 111 | 123 | 27 | 7 | 107 | 55 |
| Binary | 11000100 | 110101 | 100001 | 0 | 1001001 | 1010011 | 10111 | 111 | 1000111 | 101101 |
Color Harmonies of #C43521
Complementary color
Monochromatic Colors of #C43521
Black with #C43521
Text Example
Text Example
White with #C43521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43521; }
p { color: rgb(196,53,33); }
H1.HeaderClassName
{
color: #C43521;
}
.AnyTagClassName
{
color: #C43521;
}
</style>
background-color css
<style>
a { background-color: #C43521; }
a { background-color: rgb(196,53,33); }
div.DivClassName
{
background-color: #C43521;
}
.BgClassName
{
background-color: #C43521;
}
</style>
border-color css
<style>
span { border-color: #C43521; }
span { border-color: rgb(196,53,33); }
td.TdClassName
{
border-color: #C43521;
}
.TagClassName
{
border-color: #C43521;
}
</style>