Html Css Color HEX #C62316 Harley Davidson Orange
📋 copy color: '#C62316'red 198 ◦ green 35 ◦ blue 22
Shades of Harley Davidson Orange #C62316
Tints of Harley Davidson Orange #C62316
RGB
CMYK
RGB Variations
Color information
#C62316 (or 0xC62316) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 16. RGB value is (198,35,22). Sum of RGB (Red+Green+Blue) = 198+35+22=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C62316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62316 is #39DCE9. Grayscale: #525252. Windows color (decimal): -3792106 or 1450950. OLE color: 1450950.
HSL color Cylindrical-coordinate representation of color #C62316: hue angle of 4.43º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C62316 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 22 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.22 |
| HSL | 4.43º | 0.8% | 0.43% | - |
| HSV(B) | 4.43º | 0.89% | 0.78% | - |
| XYZ | 24.03 | 13.27 | 2.05 | - |
| YUV | 82.26 | 94 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 22 | 0 | 0.82 | 0.89 | 0.22 | 4.43 | 0.8 | 0.43 |
| Hex | C6 | 23 | 16 | 0 | 52 | 59 | 16 | 4 | 50 | 2B |
| Octal | 306 | 43 | 26 | 0 | 122 | 131 | 26 | 4 | 120 | 53 |
| Binary | 11000110 | 100011 | 10110 | 0 | 1010010 | 1011001 | 10110 | 100 | 1010000 | 101011 |
Color Harmonies of #C62316
Complementary color
Monochromatic Colors of #C62316
Black with #C62316
Text Example
Text Example
White with #C62316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62316; }
p { color: rgb(198,35,22); }
H1.HeaderClassName
{
color: #C62316;
}
.AnyTagClassName
{
color: #C62316;
}
</style>
background-color css
<style>
a { background-color: #C62316; }
a { background-color: rgb(198,35,22); }
div.DivClassName
{
background-color: #C62316;
}
.BgClassName
{
background-color: #C62316;
}
</style>
border-color css
<style>
span { border-color: #C62316; }
span { border-color: rgb(198,35,22); }
td.TdClassName
{
border-color: #C62316;
}
.TagClassName
{
border-color: #C62316;
}
</style>