Html Css Color HEX #C42B21 Harley Davidson Orange
📋 copy color: '#C42B21'red 196 ◦ green 43 ◦ blue 33
Shades of Harley Davidson Orange #C42B21
Tints of Harley Davidson Orange #C42B21
RGB
CMYK
RGB Variations
Color information
#C42B21 (or 0xC42B21) is known color: Harley Davidson Orange. HEX triplet: C4, 2B and 21. RGB value is (196,43,33). Sum of RGB (Red+Green+Blue) = 196+43+33=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42B21 is #3BD4DE. Grayscale: #575757. Windows color (decimal): -3921119 or 2173892. OLE color: 2173892.
HSL color Cylindrical-coordinate representation of color #C42B21: hue angle of 3.68º 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 #C42B21 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 43 | 33 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.23 |
| HSL | 3.68º | 0.71% | 0.45% | - |
| HSV(B) | 3.68º | 0.83% | 0.77% | - |
| XYZ | 23.9 | 13.57 | 2.8 | - |
| YUV | 87.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 33 | 0 | 0.78 | 0.83 | 0.23 | 3.68 | 0.71 | 0.45 |
| Hex | C4 | 2B | 21 | 0 | 4E | 53 | 17 | 4 | 47 | 2D |
| Octal | 304 | 53 | 41 | 0 | 116 | 123 | 27 | 4 | 107 | 55 |
| Binary | 11000100 | 101011 | 100001 | 0 | 1001110 | 1010011 | 10111 | 100 | 1000111 | 101101 |
Color Harmonies of #C42B21
Complementary color
Monochromatic Colors of #C42B21
Black with #C42B21
Text Example
Text Example
White with #C42B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42B21; }
p { color: rgb(196,43,33); }
H1.HeaderClassName
{
color: #C42B21;
}
.AnyTagClassName
{
color: #C42B21;
}
</style>
background-color css
<style>
a { background-color: #C42B21; }
a { background-color: rgb(196,43,33); }
div.DivClassName
{
background-color: #C42B21;
}
.BgClassName
{
background-color: #C42B21;
}
</style>
border-color css
<style>
span { border-color: #C42B21; }
span { border-color: rgb(196,43,33); }
td.TdClassName
{
border-color: #C42B21;
}
.TagClassName
{
border-color: #C42B21;
}
</style>