Html Css Color HEX #C62313 Harley Davidson Orange
📋 copy color: '#C62313'red 198 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #C62313
Tints of Harley Davidson Orange #C62313
RGB
CMYK
RGB Variations
Color information
#C62313 (or 0xC62313) is known color: Harley Davidson Orange. HEX triplet: C6, 23 and 13. RGB value is (198,35,19). Sum of RGB (Red+Green+Blue) = 198+35+19=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C62313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62313 is #39DCEC. Grayscale: #525252. Windows color (decimal): -3792109 or 1254342. OLE color: 1254342.
HSL color Cylindrical-coordinate representation of color #C62313: hue angle of 5.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C62313 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 19 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.22 |
| HSL | 5.36º | 0.82% | 0.43% | - |
| HSV(B) | 5.36º | 0.9% | 0.78% | - |
| XYZ | 24.01 | 13.25 | 1.91 | - |
| YUV | 81.91 | 92.5 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 19 | 0 | 0.82 | 0.90 | 0.22 | 5.36 | 0.82 | 0.43 |
| Hex | C6 | 23 | 13 | 0 | 52 | 5A | 16 | 5 | 52 | 2B |
| Octal | 306 | 43 | 23 | 0 | 122 | 132 | 26 | 5 | 122 | 53 |
| Binary | 11000110 | 100011 | 10011 | 0 | 1010010 | 1011010 | 10110 | 101 | 1010010 | 101011 |
Color Harmonies of #C62313
Complementary color
Monochromatic Colors of #C62313
Black with #C62313
Text Example
Text Example
White with #C62313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62313; }
p { color: rgb(198,35,19); }
H1.HeaderClassName
{
color: #C62313;
}
.AnyTagClassName
{
color: #C62313;
}
</style>
background-color css
<style>
a { background-color: #C62313; }
a { background-color: rgb(198,35,19); }
div.DivClassName
{
background-color: #C62313;
}
.BgClassName
{
background-color: #C62313;
}
</style>
border-color css
<style>
span { border-color: #C62313; }
span { border-color: rgb(198,35,19); }
td.TdClassName
{
border-color: #C62313;
}
.TagClassName
{
border-color: #C62313;
}
</style>