Html Css Color HEX #C63118 Harley Davidson Orange
📋 copy color: '#C63118'red 198 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #C63118
Tints of Harley Davidson Orange #C63118
RGB
CMYK
RGB Variations
Color information
#C63118 (or 0xC63118) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 18. RGB value is (198,49,24). Sum of RGB (Red+Green+Blue) = 198+49+24=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C63118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63118 is #39CEE7. Grayscale: #5A5A5A. Windows color (decimal): -3788520 or 1585606. OLE color: 1585606.
HSL color Cylindrical-coordinate representation of color #C63118: hue angle of 8.62º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C63118 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 49 | 24 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.22 |
| HSL | 8.62º | 0.78% | 0.44% | - |
| HSV(B) | 8.62º | 0.88% | 0.78% | - |
| XYZ | 24.55 | 14.27 | 2.32 | - |
| YUV | 90.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 24 | 0 | 0.75 | 0.88 | 0.22 | 8.62 | 0.78 | 0.44 |
| Hex | C6 | 31 | 18 | 0 | 4B | 58 | 16 | 9 | 4E | 2C |
| Octal | 306 | 61 | 30 | 0 | 113 | 130 | 26 | 11 | 116 | 54 |
| Binary | 11000110 | 110001 | 11000 | 0 | 1001011 | 1011000 | 10110 | 1001 | 1001110 | 101100 |
Color Harmonies of #C63118
Complementary color
Monochromatic Colors of #C63118
Black with #C63118
Text Example
Text Example
White with #C63118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63118; }
p { color: rgb(198,49,24); }
H1.HeaderClassName
{
color: #C63118;
}
.AnyTagClassName
{
color: #C63118;
}
</style>
background-color css
<style>
a { background-color: #C63118; }
a { background-color: rgb(198,49,24); }
div.DivClassName
{
background-color: #C63118;
}
.BgClassName
{
background-color: #C63118;
}
</style>
border-color css
<style>
span { border-color: #C63118; }
span { border-color: rgb(198,49,24); }
td.TdClassName
{
border-color: #C63118;
}
.TagClassName
{
border-color: #C63118;
}
</style>