Html Css Color HEX #C23521 Harley Davidson Orange
📋 copy color: '#C23521'red 194 ◦ green 53 ◦ blue 33
Shades of Harley Davidson Orange #C23521
Tints of Harley Davidson Orange #C23521
RGB
CMYK
RGB Variations
Color information
#C23521 (or 0xC23521) is known color: Harley Davidson Orange. HEX triplet: C2, 35 and 21. RGB value is (194,53,33). Sum of RGB (Red+Green+Blue) = 194+53+33=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C23521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23521 is #3DCADE. Grayscale: #5D5D5D. Windows color (decimal): -4049631 or 2176450. OLE color: 2176450.
HSL color Cylindrical-coordinate representation of color #C23521: hue angle of 7.45º 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 #C23521 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 33 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.24 |
| HSL | 7.45º | 0.71% | 0.45% | - |
| HSV(B) | 7.45º | 0.83% | 0.76% | - |
| XYZ | 23.8 | 14.13 | 2.91 | - |
| YUV | 92.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 33 | 0 | 0.73 | 0.83 | 0.24 | 7.45 | 0.71 | 0.45 |
| Hex | C2 | 35 | 21 | 0 | 49 | 53 | 18 | 7 | 47 | 2D |
| Octal | 302 | 65 | 41 | 0 | 111 | 123 | 30 | 7 | 107 | 55 |
| Binary | 11000010 | 110101 | 100001 | 0 | 1001001 | 1010011 | 11000 | 111 | 1000111 | 101101 |
Color Harmonies of #C23521
Complementary color
Monochromatic Colors of #C23521
Black with #C23521
Text Example
Text Example
White with #C23521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23521; }
p { color: rgb(194,53,33); }
H1.HeaderClassName
{
color: #C23521;
}
.AnyTagClassName
{
color: #C23521;
}
</style>
background-color css
<style>
a { background-color: #C23521; }
a { background-color: rgb(194,53,33); }
div.DivClassName
{
background-color: #C23521;
}
.BgClassName
{
background-color: #C23521;
}
</style>
border-color css
<style>
span { border-color: #C23521; }
span { border-color: rgb(194,53,33); }
td.TdClassName
{
border-color: #C23521;
}
.TagClassName
{
border-color: #C23521;
}
</style>