Html Css Color HEX #C23421 Harley Davidson Orange
📋 copy color: '#C23421'red 194 ◦ green 52 ◦ blue 33
Shades of Harley Davidson Orange #C23421
Tints of Harley Davidson Orange #C23421
RGB
CMYK
RGB Variations
Color information
#C23421 (or 0xC23421) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 21. RGB value is (194,52,33). Sum of RGB (Red+Green+Blue) = 194+52+33=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C23421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23421 is #3DCBDE. Grayscale: #5C5C5C. Windows color (decimal): -4049887 or 2176194. OLE color: 2176194.
HSL color Cylindrical-coordinate representation of color #C23421: hue angle of 7.08º 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 #C23421 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 33 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.24 |
| HSL | 7.08º | 0.71% | 0.45% | - |
| HSV(B) | 7.08º | 0.83% | 0.76% | - |
| XYZ | 23.75 | 14.04 | 2.9 | - |
| YUV | 92.29 | 94.54 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 33 | 0 | 0.73 | 0.83 | 0.24 | 7.08 | 0.71 | 0.45 |
| Hex | C2 | 34 | 21 | 0 | 49 | 53 | 18 | 7 | 47 | 2D |
| Octal | 302 | 64 | 41 | 0 | 111 | 123 | 30 | 7 | 107 | 55 |
| Binary | 11000010 | 110100 | 100001 | 0 | 1001001 | 1010011 | 11000 | 111 | 1000111 | 101101 |
Color Harmonies of #C23421
Complementary color
Monochromatic Colors of #C23421
Black with #C23421
Text Example
Text Example
White with #C23421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23421; }
p { color: rgb(194,52,33); }
H1.HeaderClassName
{
color: #C23421;
}
.AnyTagClassName
{
color: #C23421;
}
</style>
background-color css
<style>
a { background-color: #C23421; }
a { background-color: rgb(194,52,33); }
div.DivClassName
{
background-color: #C23421;
}
.BgClassName
{
background-color: #C23421;
}
</style>
border-color css
<style>
span { border-color: #C23421; }
span { border-color: rgb(194,52,33); }
td.TdClassName
{
border-color: #C23421;
}
.TagClassName
{
border-color: #C23421;
}
</style>