Html Css Color HEX #C8270E Harley Davidson Orange
📋 copy color: '#C8270E'red 200 ◦ green 39 ◦ blue 14
Shades of Harley Davidson Orange #C8270E
Tints of Harley Davidson Orange #C8270E
RGB
CMYK
RGB Variations
Color information
#C8270E (or 0xC8270E) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 0E. RGB value is (200,39,14). Sum of RGB (Red+Green+Blue) = 200+39+14=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C8270E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8270E is #37D8F1. Grayscale: #545454. Windows color (decimal): -3660018 or 927688. OLE color: 927688.
HSL color Cylindrical-coordinate representation of color #C8270E: hue angle of 8.06º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8270E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 14 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.22 |
| HSL | 8.06º | 0.87% | 0.42% | - |
| HSV(B) | 8.06º | 0.93% | 0.78% | - |
| XYZ | 24.62 | 13.76 | 1.77 | - |
| YUV | 84.29 | 88.34 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 14 | 0 | 0.80 | 0.93 | 0.22 | 8.06 | 0.87 | 0.42 |
| Hex | C8 | 27 | E | 0 | 50 | 5D | 16 | 8 | 57 | 2A |
| Octal | 310 | 47 | 16 | 0 | 120 | 135 | 26 | 10 | 127 | 52 |
| Binary | 11001000 | 100111 | 1110 | 0 | 1010000 | 1011101 | 10110 | 1000 | 1010111 | 101010 |
Color Harmonies of #C8270E
Complementary color
Monochromatic Colors of #C8270E
Black with #C8270E
Text Example
Text Example
White with #C8270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8270E; }
p { color: rgb(200,39,14); }
H1.HeaderClassName
{
color: #C8270E;
}
.AnyTagClassName
{
color: #C8270E;
}
</style>
background-color css
<style>
a { background-color: #C8270E; }
a { background-color: rgb(200,39,14); }
div.DivClassName
{
background-color: #C8270E;
}
.BgClassName
{
background-color: #C8270E;
}
</style>
border-color css
<style>
span { border-color: #C8270E; }
span { border-color: rgb(200,39,14); }
td.TdClassName
{
border-color: #C8270E;
}
.TagClassName
{
border-color: #C8270E;
}
</style>