Html Css Color HEX #C63322 Harley Davidson Orange
📋 copy color: '#C63322'red 198 ◦ green 51 ◦ blue 34
Shades of Harley Davidson Orange #C63322
Tints of Harley Davidson Orange #C63322
RGB
CMYK
RGB Variations
Color information
#C63322 (or 0xC63322) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 22. RGB value is (198,51,34). Sum of RGB (Red+Green+Blue) = 198+51+34=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C63322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63322 is #39CCDD. Grayscale: #5D5D5D. Windows color (decimal): -3787998 or 2241478. OLE color: 2241478.
HSL color Cylindrical-coordinate representation of color #C63322: hue angle of 6.22º 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 #C63322 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 34 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.22 |
| HSL | 6.22º | 0.71% | 0.45% | - |
| HSV(B) | 6.22º | 0.83% | 0.78% | - |
| XYZ | 24.76 | 14.49 | 3 | - |
| YUV | 93.02 | 94.7 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 34 | 0 | 0.74 | 0.83 | 0.22 | 6.22 | 0.71 | 0.45 |
| Hex | C6 | 33 | 22 | 0 | 4A | 53 | 16 | 6 | 47 | 2D |
| Octal | 306 | 63 | 42 | 0 | 112 | 123 | 26 | 6 | 107 | 55 |
| Binary | 11000110 | 110011 | 100010 | 0 | 1001010 | 1010011 | 10110 | 110 | 1000111 | 101101 |
Color Harmonies of #C63322
Complementary color
Monochromatic Colors of #C63322
Black with #C63322
Text Example
Text Example
White with #C63322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63322; }
p { color: rgb(198,51,34); }
H1.HeaderClassName
{
color: #C63322;
}
.AnyTagClassName
{
color: #C63322;
}
</style>
background-color css
<style>
a { background-color: #C63322; }
a { background-color: rgb(198,51,34); }
div.DivClassName
{
background-color: #C63322;
}
.BgClassName
{
background-color: #C63322;
}
</style>
border-color css
<style>
span { border-color: #C63322; }
span { border-color: rgb(198,51,34); }
td.TdClassName
{
border-color: #C63322;
}
.TagClassName
{
border-color: #C63322;
}
</style>