Html Css Color HEX #C63221 Harley Davidson Orange
📋 copy color: '#C63221'red 198 ◦ green 50 ◦ blue 33
Shades of Harley Davidson Orange #C63221
Tints of Harley Davidson Orange #C63221
RGB
CMYK
RGB Variations
Color information
#C63221 (or 0xC63221) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 21. RGB value is (198,50,33). Sum of RGB (Red+Green+Blue) = 198+50+33=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C63221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63221 is #39CDDE. Grayscale: #5C5C5C. Windows color (decimal): -3788255 or 2175686. OLE color: 2175686.
HSL color Cylindrical-coordinate representation of color #C63221: hue angle of 6.18º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C63221 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 33 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.22 |
| HSL | 6.18º | 0.71% | 0.45% | - |
| HSV(B) | 6.18º | 0.83% | 0.78% | - |
| XYZ | 24.7 | 14.4 | 2.92 | - |
| YUV | 92.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 33 | 0 | 0.75 | 0.83 | 0.22 | 6.18 | 0.71 | 0.45 |
| Hex | C6 | 32 | 21 | 0 | 4B | 53 | 16 | 6 | 47 | 2D |
| Octal | 306 | 62 | 41 | 0 | 113 | 123 | 26 | 6 | 107 | 55 |
| Binary | 11000110 | 110010 | 100001 | 0 | 1001011 | 1010011 | 10110 | 110 | 1000111 | 101101 |
Color Harmonies of #C63221
Complementary color
Monochromatic Colors of #C63221
Black with #C63221
Text Example
Text Example
White with #C63221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63221; }
p { color: rgb(198,50,33); }
H1.HeaderClassName
{
color: #C63221;
}
.AnyTagClassName
{
color: #C63221;
}
</style>
background-color css
<style>
a { background-color: #C63221; }
a { background-color: rgb(198,50,33); }
div.DivClassName
{
background-color: #C63221;
}
.BgClassName
{
background-color: #C63221;
}
</style>
border-color css
<style>
span { border-color: #C63221; }
span { border-color: rgb(198,50,33); }
td.TdClassName
{
border-color: #C63221;
}
.TagClassName
{
border-color: #C63221;
}
</style>