Html Css Color HEX #C61F00 Harley Davidson Orange
📋 copy color: '#C61F00'red 198 ◦ green 31 ◦ blue 0
Shades of Harley Davidson Orange #C61F00
Tints of Harley Davidson Orange #C61F00
RGB
CMYK
RGB Variations
Color information
#C61F00 (or 0xC61F00) is known color: Harley Davidson Orange. HEX triplet: C6, 1F and 00. RGB value is (198,31,0). Sum of RGB (Red+Green+Blue) = 198+31+0=229 (30% of max value = 765). Red value is 198 (77.73% from 255 or 86.46% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61F00 is #39E0FF. Grayscale: #4D4D4D. Windows color (decimal): -3793152 or 8134. OLE color: 8134.
HSL color Cylindrical-coordinate representation of color #C61F00: hue angle of 9.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C61F00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 31 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.22 |
| HSL | 9.39º | 1% | 0.39% | - |
| HSV(B) | 9.39º | 1% | 0.78% | - |
| XYZ | 23.78 | 12.99 | 1.25 | - |
| YUV | 77.4 | 84.33 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 0 | 0 | 0.84 | 1 | 0.22 | 9.39 | 1 | 0.39 |
| Hex | C6 | 1F | 0 | 0 | 54 | 64 | 16 | 9 | 64 | 27 |
| Octal | 306 | 37 | 0 | 0 | 124 | 144 | 26 | 11 | 144 | 47 |
| Binary | 11000110 | 11111 | 0 | 0 | 1010100 | 1100100 | 10110 | 1001 | 1100100 | 100111 |
Color Harmonies of #C61F00
Complementary color
Monochromatic Colors of #C61F00
Black with #C61F00
Text Example
Text Example
White with #C61F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61F00; }
p { color: rgb(198,31,0); }
H1.HeaderClassName
{
color: #C61F00;
}
.AnyTagClassName
{
color: #C61F00;
}
</style>
background-color css
<style>
a { background-color: #C61F00; }
a { background-color: rgb(198,31,0); }
div.DivClassName
{
background-color: #C61F00;
}
.BgClassName
{
background-color: #C61F00;
}
</style>
border-color css
<style>
span { border-color: #C61F00; }
span { border-color: rgb(198,31,0); }
td.TdClassName
{
border-color: #C61F00;
}
.TagClassName
{
border-color: #C61F00;
}
</style>