Html Css Color HEX #C63A1F Harley Davidson Orange
📋 copy color: '#C63A1F'red 198 ◦ green 58 ◦ blue 31
Shades of Harley Davidson Orange #C63A1F
Tints of Harley Davidson Orange #C63A1F
RGB
CMYK
RGB Variations
Color information
#C63A1F (or 0xC63A1F) is known color: Harley Davidson Orange. HEX triplet: C6, 3A and 1F. RGB value is (198,58,31). Sum of RGB (Red+Green+Blue) = 198+58+31=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A1F is #39C5E0. Grayscale: #616161. Windows color (decimal): -3786209 or 2046662. OLE color: 2046662.
HSL color Cylindrical-coordinate representation of color #C63A1F: hue angle of 9.7º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C63A1F is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 31 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.22 |
| HSL | 9.7º | 0.73% | 0.45% | - |
| HSV(B) | 9.7º | 0.84% | 0.78% | - |
| XYZ | 25.05 | 15.13 | 2.9 | - |
| YUV | 96.78 | 90.88 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 31 | 0 | 0.71 | 0.84 | 0.22 | 9.7 | 0.73 | 0.45 |
| Hex | C6 | 3A | 1F | 0 | 47 | 54 | 16 | A | 49 | 2D |
| Octal | 306 | 72 | 37 | 0 | 107 | 124 | 26 | 12 | 111 | 55 |
| Binary | 11000110 | 111010 | 11111 | 0 | 1000111 | 1010100 | 10110 | 1010 | 1001001 | 101101 |
Color Harmonies of #C63A1F
Complementary color
Monochromatic Colors of #C63A1F
Black with #C63A1F
Text Example
Text Example
White with #C63A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A1F; }
p { color: rgb(198,58,31); }
H1.HeaderClassName
{
color: #C63A1F;
}
.AnyTagClassName
{
color: #C63A1F;
}
</style>
background-color css
<style>
a { background-color: #C63A1F; }
a { background-color: rgb(198,58,31); }
div.DivClassName
{
background-color: #C63A1F;
}
.BgClassName
{
background-color: #C63A1F;
}
</style>
border-color css
<style>
span { border-color: #C63A1F; }
span { border-color: rgb(198,58,31); }
td.TdClassName
{
border-color: #C63A1F;
}
.TagClassName
{
border-color: #C63A1F;
}
</style>