Html Css Color HEX #C8271E Harley Davidson Orange
📋 copy color: '#C8271E'red 200 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #C8271E
Tints of Harley Davidson Orange #C8271E
RGB
CMYK
RGB Variations
Color information
#C8271E (or 0xC8271E) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 1E. RGB value is (200,39,30). Sum of RGB (Red+Green+Blue) = 200+39+30=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C8271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8271E is #37D8E1. Grayscale: #565656. Windows color (decimal): -3660002 or 1976264. OLE color: 1976264.
HSL color Cylindrical-coordinate representation of color #C8271E: hue angle of 3.18º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8271E is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 30 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.22 |
| HSL | 3.18º | 0.74% | 0.45% | - |
| HSV(B) | 3.18º | 0.85% | 0.78% | - |
| XYZ | 24.78 | 13.82 | 2.59 | - |
| YUV | 86.11 | 96.34 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 30 | 0 | 0.80 | 0.85 | 0.22 | 3.18 | 0.74 | 0.45 |
| Hex | C8 | 27 | 1E | 0 | 50 | 55 | 16 | 3 | 4A | 2D |
| Octal | 310 | 47 | 36 | 0 | 120 | 125 | 26 | 3 | 112 | 55 |
| Binary | 11001000 | 100111 | 11110 | 0 | 1010000 | 1010101 | 10110 | 11 | 1001010 | 101101 |
Color Harmonies of #C8271E
Complementary color
Monochromatic Colors of #C8271E
Black with #C8271E
Text Example
Text Example
White with #C8271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8271E; }
p { color: rgb(200,39,30); }
H1.HeaderClassName
{
color: #C8271E;
}
.AnyTagClassName
{
color: #C8271E;
}
</style>
background-color css
<style>
a { background-color: #C8271E; }
a { background-color: rgb(200,39,30); }
div.DivClassName
{
background-color: #C8271E;
}
.BgClassName
{
background-color: #C8271E;
}
</style>
border-color css
<style>
span { border-color: #C8271E; }
span { border-color: rgb(200,39,30); }
td.TdClassName
{
border-color: #C8271E;
}
.TagClassName
{
border-color: #C8271E;
}
</style>