Html Css Color HEX #C61B0D Harley Davidson Orange
📋 copy color: '#C61B0D'red 198 ◦ green 27 ◦ blue 13
Shades of Harley Davidson Orange #C61B0D
Tints of Harley Davidson Orange #C61B0D
RGB
CMYK
RGB Variations
Color information
#C61B0D (or 0xC61B0D) is known color: Harley Davidson Orange. HEX triplet: C6, 1B and 0D. RGB value is (198,27,13). Sum of RGB (Red+Green+Blue) = 198+27+13=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61B0D is #39E4F2. Grayscale: #4C4C4C. Windows color (decimal): -3794163 or 859078. OLE color: 859078.
HSL color Cylindrical-coordinate representation of color #C61B0D: hue angle of 4.54º 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 #C61B0D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 13 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.22 |
| HSL | 4.54º | 0.88% | 0.41% | - |
| HSV(B) | 4.54º | 0.93% | 0.78% | - |
| XYZ | 23.75 | 12.82 | 1.6 | - |
| YUV | 76.53 | 92.15 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 13 | 0 | 0.86 | 0.93 | 0.22 | 4.54 | 0.88 | 0.41 |
| Hex | C6 | 1B | D | 0 | 56 | 5D | 16 | 5 | 58 | 29 |
| Octal | 306 | 33 | 15 | 0 | 126 | 135 | 26 | 5 | 130 | 51 |
| Binary | 11000110 | 11011 | 1101 | 0 | 1010110 | 1011101 | 10110 | 101 | 1011000 | 101001 |
Color Harmonies of #C61B0D
Complementary color
Monochromatic Colors of #C61B0D
Black with #C61B0D
Text Example
Text Example
White with #C61B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B0D; }
p { color: rgb(198,27,13); }
H1.HeaderClassName
{
color: #C61B0D;
}
.AnyTagClassName
{
color: #C61B0D;
}
</style>
background-color css
<style>
a { background-color: #C61B0D; }
a { background-color: rgb(198,27,13); }
div.DivClassName
{
background-color: #C61B0D;
}
.BgClassName
{
background-color: #C61B0D;
}
</style>
border-color css
<style>
span { border-color: #C61B0D; }
span { border-color: rgb(198,27,13); }
td.TdClassName
{
border-color: #C61B0D;
}
.TagClassName
{
border-color: #C61B0D;
}
</style>