Html Css Color HEX #C63321 Harley Davidson Orange
📋 copy color: '#C63321'red 198 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #C63321
Tints of Harley Davidson Orange #C63321
RGB
CMYK
RGB Variations
Color information
#C63321 (or 0xC63321) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 21. RGB value is (198,51,33). Sum of RGB (Red+Green+Blue) = 198+51+33=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C63321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63321 is #39CCDE. Grayscale: #5D5D5D. Windows color (decimal): -3787999 or 2175942. OLE color: 2175942.
HSL color Cylindrical-coordinate representation of color #C63321: hue angle of 6.55º 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 #C63321 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 33 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.22 |
| HSL | 6.55º | 0.71% | 0.45% | - |
| HSV(B) | 6.55º | 0.83% | 0.78% | - |
| XYZ | 24.75 | 14.48 | 2.93 | - |
| YUV | 92.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 33 | 0 | 0.74 | 0.83 | 0.22 | 6.55 | 0.71 | 0.45 |
| Hex | C6 | 33 | 21 | 0 | 4A | 53 | 16 | 7 | 47 | 2D |
| Octal | 306 | 63 | 41 | 0 | 112 | 123 | 26 | 7 | 107 | 55 |
| Binary | 11000110 | 110011 | 100001 | 0 | 1001010 | 1010011 | 10110 | 111 | 1000111 | 101101 |
Color Harmonies of #C63321
Complementary color
Monochromatic Colors of #C63321
Black with #C63321
Text Example
Text Example
White with #C63321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63321; }
p { color: rgb(198,51,33); }
H1.HeaderClassName
{
color: #C63321;
}
.AnyTagClassName
{
color: #C63321;
}
</style>
background-color css
<style>
a { background-color: #C63321; }
a { background-color: rgb(198,51,33); }
div.DivClassName
{
background-color: #C63321;
}
.BgClassName
{
background-color: #C63321;
}
</style>
border-color css
<style>
span { border-color: #C63321; }
span { border-color: rgb(198,51,33); }
td.TdClassName
{
border-color: #C63321;
}
.TagClassName
{
border-color: #C63321;
}
</style>