Html Css Color HEX #C8390A Harley Davidson Orange
📋 copy color: '#C8390A'red 200 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #C8390A
Tints of Harley Davidson Orange #C8390A
RGB
CMYK
RGB Variations
Color information
#C8390A (or 0xC8390A) is known color: Harley Davidson Orange. HEX triplet: C8, 39 and 0A. RGB value is (200,57,10). Sum of RGB (Red+Green+Blue) = 200+57+10=267 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.91% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 200 - color contains mainly: red. Hex color #C8390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8390A is #37C6F5. Grayscale: #5E5E5E. Windows color (decimal): -3655414 or 670152. OLE color: 670152.
HSL color Cylindrical-coordinate representation of color #C8390A: hue angle of 14.84º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8390A is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 10 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.22 |
| HSL | 14.84º | 0.9% | 0.41% | - |
| HSV(B) | 14.84º | 0.95% | 0.78% | - |
| XYZ | 25.34 | 15.23 | 1.89 | - |
| YUV | 94.4 | 80.38 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 10 | 0 | 0.72 | 0.95 | 0.22 | 14.84 | 0.9 | 0.41 |
| Hex | C8 | 39 | A | 0 | 48 | 5F | 16 | F | 5A | 29 |
| Octal | 310 | 71 | 12 | 0 | 110 | 137 | 26 | 17 | 132 | 51 |
| Binary | 11001000 | 111001 | 1010 | 0 | 1001000 | 1011111 | 10110 | 1111 | 1011010 | 101001 |
Color Harmonies of #C8390A
Complementary color
Monochromatic Colors of #C8390A
Black with #C8390A
Text Example
Text Example
White with #C8390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8390A; }
p { color: rgb(200,57,10); }
H1.HeaderClassName
{
color: #C8390A;
}
.AnyTagClassName
{
color: #C8390A;
}
</style>
background-color css
<style>
a { background-color: #C8390A; }
a { background-color: rgb(200,57,10); }
div.DivClassName
{
background-color: #C8390A;
}
.BgClassName
{
background-color: #C8390A;
}
</style>
border-color css
<style>
span { border-color: #C8390A; }
span { border-color: rgb(200,57,10); }
td.TdClassName
{
border-color: #C8390A;
}
.TagClassName
{
border-color: #C8390A;
}
</style>