Html Css Color HEX #C81D13 Harley Davidson Orange
📋 copy color: '#C81D13'red 200 ◦ green 29 ◦ blue 19
Shades of Harley Davidson Orange #C81D13
Tints of Harley Davidson Orange #C81D13
RGB
CMYK
RGB Variations
Color information
#C81D13 (or 0xC81D13) is known color: Harley Davidson Orange. HEX triplet: C8, 1D and 13. RGB value is (200,29,19). Sum of RGB (Red+Green+Blue) = 200+29+19=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C81D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81D13 is #37E2EC. Grayscale: #4F4F4F. Windows color (decimal): -3662573 or 1252808. OLE color: 1252808.
HSL color Cylindrical-coordinate representation of color #C81D13: hue angle of 3.31º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81D13 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 29 | 19 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.22 |
| HSL | 3.31º | 0.83% | 0.43% | - |
| HSV(B) | 3.31º | 0.91% | 0.78% | - |
| XYZ | 24.38 | 13.21 | 1.88 | - |
| YUV | 78.99 | 94.15 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 29 | 19 | 0 | 0.86 | 0.90 | 0.22 | 3.31 | 0.83 | 0.43 |
| Hex | C8 | 1D | 13 | 0 | 56 | 5A | 16 | 3 | 53 | 2B |
| Octal | 310 | 35 | 23 | 0 | 126 | 132 | 26 | 3 | 123 | 53 |
| Binary | 11001000 | 11101 | 10011 | 0 | 1010110 | 1011010 | 10110 | 11 | 1010011 | 101011 |
Color Harmonies of #C81D13
Complementary color
Monochromatic Colors of #C81D13
Black with #C81D13
Text Example
Text Example
White with #C81D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81D13; }
p { color: rgb(200,29,19); }
H1.HeaderClassName
{
color: #C81D13;
}
.AnyTagClassName
{
color: #C81D13;
}
</style>
background-color css
<style>
a { background-color: #C81D13; }
a { background-color: rgb(200,29,19); }
div.DivClassName
{
background-color: #C81D13;
}
.BgClassName
{
background-color: #C81D13;
}
</style>
border-color css
<style>
span { border-color: #C81D13; }
span { border-color: rgb(200,29,19); }
td.TdClassName
{
border-color: #C81D13;
}
.TagClassName
{
border-color: #C81D13;
}
</style>