Html Css Color HEX #C8281B Harley Davidson Orange
📋 copy color: '#C8281B'red 200 ◦ green 40 ◦ blue 27
Shades of Harley Davidson Orange #C8281B
Tints of Harley Davidson Orange #C8281B
RGB
CMYK
RGB Variations
Color information
#C8281B (or 0xC8281B) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 1B. RGB value is (200,40,27). Sum of RGB (Red+Green+Blue) = 200+40+27=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8281B is #37D7E4. Grayscale: #565656. Windows color (decimal): -3659749 or 1779912. OLE color: 1779912.
HSL color Cylindrical-coordinate representation of color #C8281B: hue angle of 4.51º 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 #C8281B is Cyan = 0, Magento = 0.8, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 27 | - |
| CMYK | 0 | 0.8 | 0.86 | 0.22 |
| HSL | 4.51º | 0.76% | 0.45% | - |
| HSV(B) | 4.51º | 0.87% | 0.78% | - |
| XYZ | 24.78 | 13.88 | 2.41 | - |
| YUV | 86.36 | 94.51 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 27 | 0 | 0.8 | 0.86 | 0.22 | 4.51 | 0.76 | 0.45 |
| Hex | C8 | 28 | 1B | 0 | 50 | 56 | 16 | 5 | 4C | 2D |
| Octal | 310 | 50 | 33 | 0 | 120 | 126 | 26 | 5 | 114 | 55 |
| Binary | 11001000 | 101000 | 11011 | 0 | 1010000 | 1010110 | 10110 | 101 | 1001100 | 101101 |
Color Harmonies of #C8281B
Complementary color
Monochromatic Colors of #C8281B
Black with #C8281B
Text Example
Text Example
White with #C8281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8281B; }
p { color: rgb(200,40,27); }
H1.HeaderClassName
{
color: #C8281B;
}
.AnyTagClassName
{
color: #C8281B;
}
</style>
background-color css
<style>
a { background-color: #C8281B; }
a { background-color: rgb(200,40,27); }
div.DivClassName
{
background-color: #C8281B;
}
.BgClassName
{
background-color: #C8281B;
}
</style>
border-color css
<style>
span { border-color: #C8281B; }
span { border-color: rgb(200,40,27); }
td.TdClassName
{
border-color: #C8281B;
}
.TagClassName
{
border-color: #C8281B;
}
</style>