Html Css Color HEX #C81C06 Harley Davidson Orange
📋 copy color: '#C81C06'red 200 ◦ green 28 ◦ blue 6
Shades of Harley Davidson Orange #C81C06
Tints of Harley Davidson Orange #C81C06
RGB
CMYK
RGB Variations
Color information
#C81C06 (or 0xC81C06) is known color: Harley Davidson Orange. HEX triplet: C8, 1C and 06. RGB value is (200,28,6). Sum of RGB (Red+Green+Blue) = 200+28+6=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81C06 is #37E3F9. Grayscale: #4D4D4D. Windows color (decimal): -3662842 or 400584. OLE color: 400584.
HSL color Cylindrical-coordinate representation of color #C81C06: hue angle of 6.8º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C81C06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 28 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.22 |
| HSL | 6.8º | 0.94% | 0.4% | - |
| HSV(B) | 6.8º | 0.97% | 0.78% | - |
| XYZ | 24.27 | 13.12 | 1.43 | - |
| YUV | 76.92 | 87.98 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 28 | 6 | 0 | 0.86 | 0.97 | 0.22 | 6.8 | 0.94 | 0.4 |
| Hex | C8 | 1C | 6 | 0 | 56 | 61 | 16 | 7 | 5E | 28 |
| Octal | 310 | 34 | 6 | 0 | 126 | 141 | 26 | 7 | 136 | 50 |
| Binary | 11001000 | 11100 | 110 | 0 | 1010110 | 1100001 | 10110 | 111 | 1011110 | 101000 |
Color Harmonies of #C81C06
Complementary color
Monochromatic Colors of #C81C06
Black with #C81C06
Text Example
Text Example
White with #C81C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81C06; }
p { color: rgb(200,28,6); }
H1.HeaderClassName
{
color: #C81C06;
}
.AnyTagClassName
{
color: #C81C06;
}
</style>
background-color css
<style>
a { background-color: #C81C06; }
a { background-color: rgb(200,28,6); }
div.DivClassName
{
background-color: #C81C06;
}
.BgClassName
{
background-color: #C81C06;
}
</style>
border-color css
<style>
span { border-color: #C81C06; }
span { border-color: rgb(200,28,6); }
td.TdClassName
{
border-color: #C81C06;
}
.TagClassName
{
border-color: #C81C06;
}
</style>