Html Css Color HEX #C61F0D Harley Davidson Orange
📋 copy color: '#C61F0D'red 198 ◦ green 31 ◦ blue 13
Shades of Harley Davidson Orange #C61F0D
Tints of Harley Davidson Orange #C61F0D
RGB
CMYK
RGB Variations
Color information
#C61F0D (or 0xC61F0D) is known color: Harley Davidson Orange. HEX triplet: C6, 1F and 0D. RGB value is (198,31,13). Sum of RGB (Red+Green+Blue) = 198+31+13=242 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.82% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61F0D is #39E0F2. Grayscale: #4F4F4F. Windows color (decimal): -3793139 or 860102. OLE color: 860102.
HSL color Cylindrical-coordinate representation of color #C61F0D: hue angle of 5.84º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C61F0D is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 13 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.22 |
| HSL | 5.84º | 0.88% | 0.41% | - |
| HSV(B) | 5.84º | 0.93% | 0.78% | - |
| XYZ | 23.85 | 13.01 | 1.64 | - |
| YUV | 78.88 | 90.83 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 13 | 0 | 0.84 | 0.93 | 0.22 | 5.84 | 0.88 | 0.41 |
| Hex | C6 | 1F | D | 0 | 54 | 5D | 16 | 6 | 58 | 29 |
| Octal | 306 | 37 | 15 | 0 | 124 | 135 | 26 | 6 | 130 | 51 |
| Binary | 11000110 | 11111 | 1101 | 0 | 1010100 | 1011101 | 10110 | 110 | 1011000 | 101001 |
Color Harmonies of #C61F0D
Complementary color
Monochromatic Colors of #C61F0D
Black with #C61F0D
Text Example
Text Example
White with #C61F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61F0D; }
p { color: rgb(198,31,13); }
H1.HeaderClassName
{
color: #C61F0D;
}
.AnyTagClassName
{
color: #C61F0D;
}
</style>
background-color css
<style>
a { background-color: #C61F0D; }
a { background-color: rgb(198,31,13); }
div.DivClassName
{
background-color: #C61F0D;
}
.BgClassName
{
background-color: #C61F0D;
}
</style>
border-color css
<style>
span { border-color: #C61F0D; }
span { border-color: rgb(198,31,13); }
td.TdClassName
{
border-color: #C61F0D;
}
.TagClassName
{
border-color: #C61F0D;
}
</style>