Html Css Color HEX #C81A0D Harley Davidson Orange
📋 copy color: '#C81A0D'red 200 ◦ green 26 ◦ blue 13
Shades of Harley Davidson Orange #C81A0D
Tints of Harley Davidson Orange #C81A0D
RGB
CMYK
RGB Variations
Color information
#C81A0D (or 0xC81A0D) is known color: Harley Davidson Orange. HEX triplet: C8, 1A and 0D. RGB value is (200,26,13). Sum of RGB (Red+Green+Blue) = 200+26+13=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81A0D is #37E5F2. Grayscale: #4C4C4C. Windows color (decimal): -3663347 or 858824. OLE color: 858824.
HSL color Cylindrical-coordinate representation of color #C81A0D: hue angle of 4.17º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C81A0D is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 13 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.22 |
| HSL | 4.17º | 0.88% | 0.42% | - |
| HSV(B) | 4.17º | 0.94% | 0.78% | - |
| XYZ | 24.26 | 13.05 | 1.62 | - |
| YUV | 76.54 | 92.15 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 13 | 0 | 0.87 | 0.94 | 0.22 | 4.17 | 0.88 | 0.42 |
| Hex | C8 | 1A | D | 0 | 57 | 5E | 16 | 4 | 58 | 2A |
| Octal | 310 | 32 | 15 | 0 | 127 | 136 | 26 | 4 | 130 | 52 |
| Binary | 11001000 | 11010 | 1101 | 0 | 1010111 | 1011110 | 10110 | 100 | 1011000 | 101010 |
Color Harmonies of #C81A0D
Complementary color
Monochromatic Colors of #C81A0D
Black with #C81A0D
Text Example
Text Example
White with #C81A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A0D; }
p { color: rgb(200,26,13); }
H1.HeaderClassName
{
color: #C81A0D;
}
.AnyTagClassName
{
color: #C81A0D;
}
</style>
background-color css
<style>
a { background-color: #C81A0D; }
a { background-color: rgb(200,26,13); }
div.DivClassName
{
background-color: #C81A0D;
}
.BgClassName
{
background-color: #C81A0D;
}
</style>
border-color css
<style>
span { border-color: #C81A0D; }
span { border-color: rgb(200,26,13); }
td.TdClassName
{
border-color: #C81A0D;
}
.TagClassName
{
border-color: #C81A0D;
}
</style>