Html Css Color HEX #C23221 Harley Davidson Orange
📋 copy color: '#C23221'red 194 ◦ green 50 ◦ blue 33
Shades of Harley Davidson Orange #C23221
Tints of Harley Davidson Orange #C23221
RGB
CMYK
RGB Variations
Color information
#C23221 (or 0xC23221) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 21. RGB value is (194,50,33). Sum of RGB (Red+Green+Blue) = 194+50+33=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C23221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23221 is #3DCDDE. Grayscale: #5B5B5B. Windows color (decimal): -4050399 or 2175682. OLE color: 2175682.
HSL color Cylindrical-coordinate representation of color #C23221: hue angle of 6.34º 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 #C23221 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 33 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.24 |
| HSL | 6.34º | 0.71% | 0.45% | - |
| HSV(B) | 6.34º | 0.83% | 0.76% | - |
| XYZ | 23.66 | 13.86 | 2.87 | - |
| YUV | 91.12 | 95.21 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 33 | 0 | 0.74 | 0.83 | 0.24 | 6.34 | 0.71 | 0.45 |
| Hex | C2 | 32 | 21 | 0 | 4A | 53 | 18 | 6 | 47 | 2D |
| Octal | 302 | 62 | 41 | 0 | 112 | 123 | 30 | 6 | 107 | 55 |
| Binary | 11000010 | 110010 | 100001 | 0 | 1001010 | 1010011 | 11000 | 110 | 1000111 | 101101 |
Color Harmonies of #C23221
Complementary color
Monochromatic Colors of #C23221
Black with #C23221
Text Example
Text Example
White with #C23221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23221; }
p { color: rgb(194,50,33); }
H1.HeaderClassName
{
color: #C23221;
}
.AnyTagClassName
{
color: #C23221;
}
</style>
background-color css
<style>
a { background-color: #C23221; }
a { background-color: rgb(194,50,33); }
div.DivClassName
{
background-color: #C23221;
}
.BgClassName
{
background-color: #C23221;
}
</style>
border-color css
<style>
span { border-color: #C23221; }
span { border-color: rgb(194,50,33); }
td.TdClassName
{
border-color: #C23221;
}
.TagClassName
{
border-color: #C23221;
}
</style>