Html Css Color HEX #C8261A Harley Davidson Orange
📋 copy color: '#C8261A'red 200 ◦ green 38 ◦ blue 26
Shades of Harley Davidson Orange #C8261A
Tints of Harley Davidson Orange #C8261A
RGB
CMYK
RGB Variations
Color information
#C8261A (or 0xC8261A) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 1A. RGB value is (200,38,26). Sum of RGB (Red+Green+Blue) = 200+38+26=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8261A is #37D9E5. Grayscale: #555555. Windows color (decimal): -3660262 or 1713864. OLE color: 1713864.
HSL color Cylindrical-coordinate representation of color #C8261A: hue angle of 4.14º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8261A is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 26 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.22 |
| HSL | 4.14º | 0.77% | 0.44% | - |
| HSV(B) | 4.14º | 0.87% | 0.78% | - |
| XYZ | 24.7 | 13.74 | 2.33 | - |
| YUV | 85.07 | 94.67 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 26 | 0 | 0.81 | 0.87 | 0.22 | 4.14 | 0.77 | 0.44 |
| Hex | C8 | 26 | 1A | 0 | 51 | 57 | 16 | 4 | 4D | 2C |
| Octal | 310 | 46 | 32 | 0 | 121 | 127 | 26 | 4 | 115 | 54 |
| Binary | 11001000 | 100110 | 11010 | 0 | 1010001 | 1010111 | 10110 | 100 | 1001101 | 101100 |
Color Harmonies of #C8261A
Complementary color
Monochromatic Colors of #C8261A
Black with #C8261A
Text Example
Text Example
White with #C8261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8261A; }
p { color: rgb(200,38,26); }
H1.HeaderClassName
{
color: #C8261A;
}
.AnyTagClassName
{
color: #C8261A;
}
</style>
background-color css
<style>
a { background-color: #C8261A; }
a { background-color: rgb(200,38,26); }
div.DivClassName
{
background-color: #C8261A;
}
.BgClassName
{
background-color: #C8261A;
}
</style>
border-color css
<style>
span { border-color: #C8261A; }
span { border-color: rgb(200,38,26); }
td.TdClassName
{
border-color: #C8261A;
}
.TagClassName
{
border-color: #C8261A;
}
</style>