Html Css Color HEX #C81D0D Harley Davidson Orange
📋 copy color: '#C81D0D'red 200 ◦ green 29 ◦ blue 13
Shades of Harley Davidson Orange #C81D0D
Tints of Harley Davidson Orange #C81D0D
RGB
CMYK
RGB Variations
Color information
#C81D0D (or 0xC81D0D) is known color: Harley Davidson Orange. HEX triplet: C8, 1D and 0D. RGB value is (200,29,13). Sum of RGB (Red+Green+Blue) = 200+29+13=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81D0D is #37E2F2. Grayscale: #4E4E4E. Windows color (decimal): -3662579 or 859592. OLE color: 859592.
HSL color Cylindrical-coordinate representation of color #C81D0D: hue angle of 5.13º 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 #C81D0D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 13 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.22 |
| HSL | 5.13º | 0.88% | 0.42% | - |
| HSV(B) | 5.13º | 0.94% | 0.78% | - |
| XYZ | 24.33 | 13.19 | 1.64 | - |
| YUV | 78.31 | 91.15 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 13 | 0 | 0.86 | 0.94 | 0.22 | 5.13 | 0.88 | 0.42 |
| Hex | C8 | 1D | D | 0 | 56 | 5E | 16 | 5 | 58 | 2A |
| Octal | 310 | 35 | 15 | 0 | 126 | 136 | 26 | 5 | 130 | 52 |
| Binary | 11001000 | 11101 | 1101 | 0 | 1010110 | 1011110 | 10110 | 101 | 1011000 | 101010 |
Color Harmonies of #C81D0D
Complementary color
Monochromatic Colors of #C81D0D
Black with #C81D0D
Text Example
Text Example
White with #C81D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D0D; }
p { color: rgb(200,29,13); }
H1.HeaderClassName
{
color: #C81D0D;
}
.AnyTagClassName
{
color: #C81D0D;
}
</style>
background-color css
<style>
a { background-color: #C81D0D; }
a { background-color: rgb(200,29,13); }
div.DivClassName
{
background-color: #C81D0D;
}
.BgClassName
{
background-color: #C81D0D;
}
</style>
border-color css
<style>
span { border-color: #C81D0D; }
span { border-color: rgb(200,29,13); }
td.TdClassName
{
border-color: #C81D0D;
}
.TagClassName
{
border-color: #C81D0D;
}
</style>