Html Css Color HEX #C8261B Harley Davidson Orange
📋 copy color: '#C8261B'red 200 ◦ green 38 ◦ blue 27
Shades of Harley Davidson Orange #C8261B
Tints of Harley Davidson Orange #C8261B
RGB
CMYK
RGB Variations
Color information
#C8261B (or 0xC8261B) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 1B. RGB value is (200,38,27). Sum of RGB (Red+Green+Blue) = 200+38+27=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8261B is #37D9E4. Grayscale: #555555. Windows color (decimal): -3660261 or 1779400. OLE color: 1779400.
HSL color Cylindrical-coordinate representation of color #C8261B: hue angle of 3.82º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8261B is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 27 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.22 |
| HSL | 3.82º | 0.76% | 0.45% | - |
| HSV(B) | 3.82º | 0.87% | 0.78% | - |
| XYZ | 24.71 | 13.74 | 2.39 | - |
| YUV | 85.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 27 | 0 | 0.81 | 0.86 | 0.22 | 3.82 | 0.76 | 0.45 |
| Hex | C8 | 26 | 1B | 0 | 51 | 56 | 16 | 4 | 4C | 2D |
| Octal | 310 | 46 | 33 | 0 | 121 | 126 | 26 | 4 | 114 | 55 |
| Binary | 11001000 | 100110 | 11011 | 0 | 1010001 | 1010110 | 10110 | 100 | 1001100 | 101101 |
Color Harmonies of #C8261B
Complementary color
Monochromatic Colors of #C8261B
Black with #C8261B
Text Example
Text Example
White with #C8261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8261B; }
p { color: rgb(200,38,27); }
H1.HeaderClassName
{
color: #C8261B;
}
.AnyTagClassName
{
color: #C8261B;
}
</style>
background-color css
<style>
a { background-color: #C8261B; }
a { background-color: rgb(200,38,27); }
div.DivClassName
{
background-color: #C8261B;
}
.BgClassName
{
background-color: #C8261B;
}
</style>
border-color css
<style>
span { border-color: #C8261B; }
span { border-color: rgb(200,38,27); }
td.TdClassName
{
border-color: #C8261B;
}
.TagClassName
{
border-color: #C8261B;
}
</style>