Html Css Color HEX #C81C00 Harley Davidson Orange
📋 copy color: '#C81C00'red 200 ◦ green 28 ◦ blue 0
Shades of Harley Davidson Orange #C81C00
Tints of Harley Davidson Orange #C81C00
RGB
CMYK
RGB Variations
Color information
#C81C00 (or 0xC81C00) is known color: Harley Davidson Orange. HEX triplet: C8, 1C and 00. RGB value is (200,28,0). Sum of RGB (Red+Green+Blue) = 200+28+0=228 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.72% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81C00 is #37E3FF. Grayscale: #4C4C4C. Windows color (decimal): -3662848 or 7368. OLE color: 7368.
HSL color Cylindrical-coordinate representation of color #C81C00: hue angle of 8.4º 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 #C81C00 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.22 |
| HSL | 8.4º | 1% | 0.39% | - |
| HSV(B) | 8.4º | 1% | 0.78% | - |
| XYZ | 24.23 | 13.11 | 1.25 | - |
| YUV | 76.24 | 84.98 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 0 | 0 | 0.86 | 1 | 0.22 | 8.4 | 1 | 0.39 |
| Hex | C8 | 1C | 0 | 0 | 56 | 64 | 16 | 8 | 64 | 27 |
| Octal | 310 | 34 | 0 | 0 | 126 | 144 | 26 | 10 | 144 | 47 |
| Binary | 11001000 | 11100 | 0 | 0 | 1010110 | 1100100 | 10110 | 1000 | 1100100 | 100111 |
Color Harmonies of #C81C00
Complementary color
Monochromatic Colors of #C81C00
Black with #C81C00
Text Example
Text Example
White with #C81C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C00; }
p { color: rgb(200,28,0); }
H1.HeaderClassName
{
color: #C81C00;
}
.AnyTagClassName
{
color: #C81C00;
}
</style>
background-color css
<style>
a { background-color: #C81C00; }
a { background-color: rgb(200,28,0); }
div.DivClassName
{
background-color: #C81C00;
}
.BgClassName
{
background-color: #C81C00;
}
</style>
border-color css
<style>
span { border-color: #C81C00; }
span { border-color: rgb(200,28,0); }
td.TdClassName
{
border-color: #C81C00;
}
.TagClassName
{
border-color: #C81C00;
}
</style>