Html Css Color HEX #C8270D Harley Davidson Orange
📋 copy color: '#C8270D'red 200 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #C8270D
Tints of Harley Davidson Orange #C8270D
RGB
CMYK
RGB Variations
Color information
#C8270D (or 0xC8270D) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 0D. RGB value is (200,39,13). Sum of RGB (Red+Green+Blue) = 200+39+13=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8270D is #37D8F2. Grayscale: #545454. Windows color (decimal): -3660019 or 862152. OLE color: 862152.
HSL color Cylindrical-coordinate representation of color #C8270D: hue angle of 8.34º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8270D is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 13 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.22 |
| HSL | 8.34º | 0.88% | 0.42% | - |
| HSV(B) | 8.34º | 0.94% | 0.78% | - |
| XYZ | 24.62 | 13.76 | 1.74 | - |
| YUV | 84.18 | 87.84 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 13 | 0 | 0.80 | 0.94 | 0.22 | 8.34 | 0.88 | 0.42 |
| Hex | C8 | 27 | D | 0 | 50 | 5E | 16 | 8 | 58 | 2A |
| Octal | 310 | 47 | 15 | 0 | 120 | 136 | 26 | 10 | 130 | 52 |
| Binary | 11001000 | 100111 | 1101 | 0 | 1010000 | 1011110 | 10110 | 1000 | 1011000 | 101010 |
Color Harmonies of #C8270D
Complementary color
Monochromatic Colors of #C8270D
Black with #C8270D
Text Example
Text Example
White with #C8270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8270D; }
p { color: rgb(200,39,13); }
H1.HeaderClassName
{
color: #C8270D;
}
.AnyTagClassName
{
color: #C8270D;
}
</style>
background-color css
<style>
a { background-color: #C8270D; }
a { background-color: rgb(200,39,13); }
div.DivClassName
{
background-color: #C8270D;
}
.BgClassName
{
background-color: #C8270D;
}
</style>
border-color css
<style>
span { border-color: #C8270D; }
span { border-color: rgb(200,39,13); }
td.TdClassName
{
border-color: #C8270D;
}
.TagClassName
{
border-color: #C8270D;
}
</style>