Html Css Color HEX #C8261D Harley Davidson Orange
📋 copy color: '#C8261D'red 200 ◦ green 38 ◦ blue 29
Shades of Harley Davidson Orange #C8261D
Tints of Harley Davidson Orange #C8261D
RGB
CMYK
RGB Variations
Color information
#C8261D (or 0xC8261D) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 1D. RGB value is (200,38,29). Sum of RGB (Red+Green+Blue) = 200+38+29=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8261D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8261D is #37D9E2. Grayscale: #555555. Windows color (decimal): -3660259 or 1910472. OLE color: 1910472.
HSL color Cylindrical-coordinate representation of color #C8261D: hue angle of 3.16º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8261D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 29 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.22 |
| HSL | 3.16º | 0.75% | 0.45% | - |
| HSV(B) | 3.16º | 0.86% | 0.78% | - |
| XYZ | 24.73 | 13.75 | 2.51 | - |
| YUV | 85.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 29 | 0 | 0.81 | 0.86 | 0.22 | 3.16 | 0.75 | 0.45 |
| Hex | C8 | 26 | 1D | 0 | 51 | 56 | 16 | 3 | 4B | 2D |
| Octal | 310 | 46 | 35 | 0 | 121 | 126 | 26 | 3 | 113 | 55 |
| Binary | 11001000 | 100110 | 11101 | 0 | 1010001 | 1010110 | 10110 | 11 | 1001011 | 101101 |
Color Harmonies of #C8261D
Complementary color
Monochromatic Colors of #C8261D
Black with #C8261D
Text Example
Text Example
White with #C8261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8261D; }
p { color: rgb(200,38,29); }
H1.HeaderClassName
{
color: #C8261D;
}
.AnyTagClassName
{
color: #C8261D;
}
</style>
background-color css
<style>
a { background-color: #C8261D; }
a { background-color: rgb(200,38,29); }
div.DivClassName
{
background-color: #C8261D;
}
.BgClassName
{
background-color: #C8261D;
}
</style>
border-color css
<style>
span { border-color: #C8261D; }
span { border-color: rgb(200,38,29); }
td.TdClassName
{
border-color: #C8261D;
}
.TagClassName
{
border-color: #C8261D;
}
</style>