Html Css Color HEX #C62013 Harley Davidson Orange
📋 copy color: '#C62013'red 198 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #C62013
Tints of Harley Davidson Orange #C62013
RGB
CMYK
RGB Variations
Color information
#C62013 (or 0xC62013) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 13. RGB value is (198,32,19). Sum of RGB (Red+Green+Blue) = 198+32+19=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C62013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62013 is #39DFEC. Grayscale: #505050. Windows color (decimal): -3792877 or 1253574. OLE color: 1253574.
HSL color Cylindrical-coordinate representation of color #C62013: hue angle of 4.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 #C62013 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 19 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.22 |
| HSL | 4.36º | 0.82% | 0.43% | - |
| HSV(B) | 4.36º | 0.9% | 0.78% | - |
| XYZ | 23.92 | 13.09 | 1.88 | - |
| YUV | 80.15 | 93.5 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 19 | 0 | 0.84 | 0.90 | 0.22 | 4.36 | 0.82 | 0.43 |
| Hex | C6 | 20 | 13 | 0 | 54 | 5A | 16 | 4 | 52 | 2B |
| Octal | 306 | 40 | 23 | 0 | 124 | 132 | 26 | 4 | 122 | 53 |
| Binary | 11000110 | 100000 | 10011 | 0 | 1010100 | 1011010 | 10110 | 100 | 1010010 | 101011 |
Color Harmonies of #C62013
Complementary color
Monochromatic Colors of #C62013
Black with #C62013
Text Example
Text Example
White with #C62013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62013; }
p { color: rgb(198,32,19); }
H1.HeaderClassName
{
color: #C62013;
}
.AnyTagClassName
{
color: #C62013;
}
</style>
background-color css
<style>
a { background-color: #C62013; }
a { background-color: rgb(198,32,19); }
div.DivClassName
{
background-color: #C62013;
}
.BgClassName
{
background-color: #C62013;
}
</style>
border-color css
<style>
span { border-color: #C62013; }
span { border-color: rgb(198,32,19); }
td.TdClassName
{
border-color: #C62013;
}
.TagClassName
{
border-color: #C62013;
}
</style>