Html Css Color HEX #C63A0F Harley Davidson Orange
📋 copy color: '#C63A0F'red 198 ◦ green 58 ◦ blue 15
Shades of Harley Davidson Orange #C63A0F
Tints of Harley Davidson Orange #C63A0F
RGB
CMYK
RGB Variations
Color information
#C63A0F (or 0xC63A0F) is known color: Harley Davidson Orange. HEX triplet: C6, 3A and 0F. RGB value is (198,58,15). Sum of RGB (Red+Green+Blue) = 198+58+15=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63A0F is #39C5F0. Grayscale: #5F5F5F. Windows color (decimal): -3786225 or 998086. OLE color: 998086.
HSL color Cylindrical-coordinate representation of color #C63A0F: hue angle of 14.1º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C63A0F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 15 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.22 |
| HSL | 14.1º | 0.86% | 0.42% | - |
| HSV(B) | 14.1º | 0.92% | 0.78% | - |
| XYZ | 24.89 | 15.07 | 2.05 | - |
| YUV | 94.96 | 82.88 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 15 | 0 | 0.71 | 0.92 | 0.22 | 14.1 | 0.86 | 0.42 |
| Hex | C6 | 3A | F | 0 | 47 | 5C | 16 | E | 56 | 2A |
| Octal | 306 | 72 | 17 | 0 | 107 | 134 | 26 | 16 | 126 | 52 |
| Binary | 11000110 | 111010 | 1111 | 0 | 1000111 | 1011100 | 10110 | 1110 | 1010110 | 101010 |
Color Harmonies of #C63A0F
Complementary color
Monochromatic Colors of #C63A0F
Black with #C63A0F
Text Example
Text Example
White with #C63A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A0F; }
p { color: rgb(198,58,15); }
H1.HeaderClassName
{
color: #C63A0F;
}
.AnyTagClassName
{
color: #C63A0F;
}
</style>
background-color css
<style>
a { background-color: #C63A0F; }
a { background-color: rgb(198,58,15); }
div.DivClassName
{
background-color: #C63A0F;
}
.BgClassName
{
background-color: #C63A0F;
}
</style>
border-color css
<style>
span { border-color: #C63A0F; }
span { border-color: rgb(198,58,15); }
td.TdClassName
{
border-color: #C63A0F;
}
.TagClassName
{
border-color: #C63A0F;
}
</style>