Html Css Color HEX #C62414 Harley Davidson Orange
📋 copy color: '#C62414'red 198 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #C62414
Tints of Harley Davidson Orange #C62414
RGB
CMYK
RGB Variations
Color information
#C62414 (or 0xC62414) is known color: Harley Davidson Orange. HEX triplet: C6, 24 and 14. RGB value is (198,36,20). Sum of RGB (Red+Green+Blue) = 198+36+20=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C62414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62414 is #39DBEB. Grayscale: #525252. Windows color (decimal): -3791852 or 1320134. OLE color: 1320134.
HSL color Cylindrical-coordinate representation of color #C62414: hue angle of 5.39º 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 #C62414 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 36 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.22 |
| HSL | 5.39º | 0.82% | 0.43% | - |
| HSV(B) | 5.39º | 0.9% | 0.78% | - |
| XYZ | 24.05 | 13.32 | 1.97 | - |
| YUV | 82.61 | 92.67 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 36 | 20 | 0 | 0.82 | 0.90 | 0.22 | 5.39 | 0.82 | 0.43 |
| Hex | C6 | 24 | 14 | 0 | 52 | 5A | 16 | 5 | 52 | 2B |
| Octal | 306 | 44 | 24 | 0 | 122 | 132 | 26 | 5 | 122 | 53 |
| Binary | 11000110 | 100100 | 10100 | 0 | 1010010 | 1011010 | 10110 | 101 | 1010010 | 101011 |
Color Harmonies of #C62414
Complementary color
Monochromatic Colors of #C62414
Black with #C62414
Text Example
Text Example
White with #C62414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62414; }
p { color: rgb(198,36,20); }
H1.HeaderClassName
{
color: #C62414;
}
.AnyTagClassName
{
color: #C62414;
}
</style>
background-color css
<style>
a { background-color: #C62414; }
a { background-color: rgb(198,36,20); }
div.DivClassName
{
background-color: #C62414;
}
.BgClassName
{
background-color: #C62414;
}
</style>
border-color css
<style>
span { border-color: #C62414; }
span { border-color: rgb(198,36,20); }
td.TdClassName
{
border-color: #C62414;
}
.TagClassName
{
border-color: #C62414;
}
</style>