Html Css Color HEX #C8390F Harley Davidson Orange
📋 copy color: '#C8390F'red 200 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #C8390F
Tints of Harley Davidson Orange #C8390F
RGB
CMYK
RGB Variations
Color information
#C8390F (or 0xC8390F) is known color: Harley Davidson Orange. HEX triplet: C8, 39 and 0F. RGB value is (200,57,15). Sum of RGB (Red+Green+Blue) = 200+57+15=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C8390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8390F is #37C6F0. Grayscale: #5F5F5F. Windows color (decimal): -3655409 or 997832. OLE color: 997832.
HSL color Cylindrical-coordinate representation of color #C8390F: hue angle of 13.62º degrees, saturation: 0.86, 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 #C8390F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 57 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.22 |
| HSL | 13.62º | 0.86% | 0.42% | - |
| HSV(B) | 13.62º | 0.93% | 0.78% | - |
| XYZ | 25.37 | 15.24 | 2.06 | - |
| YUV | 94.97 | 82.88 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 57 | 15 | 0 | 0.72 | 0.92 | 0.22 | 13.62 | 0.86 | 0.42 |
| Hex | C8 | 39 | F | 0 | 48 | 5C | 16 | E | 56 | 2A |
| Octal | 310 | 71 | 17 | 0 | 110 | 134 | 26 | 16 | 126 | 52 |
| Binary | 11001000 | 111001 | 1111 | 0 | 1001000 | 1011100 | 10110 | 1110 | 1010110 | 101010 |
Color Harmonies of #C8390F
Complementary color
Monochromatic Colors of #C8390F
Black with #C8390F
Text Example
Text Example
White with #C8390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8390F; }
p { color: rgb(200,57,15); }
H1.HeaderClassName
{
color: #C8390F;
}
.AnyTagClassName
{
color: #C8390F;
}
</style>
background-color css
<style>
a { background-color: #C8390F; }
a { background-color: rgb(200,57,15); }
div.DivClassName
{
background-color: #C8390F;
}
.BgClassName
{
background-color: #C8390F;
}
</style>
border-color css
<style>
span { border-color: #C8390F; }
span { border-color: rgb(200,57,15); }
td.TdClassName
{
border-color: #C8390F;
}
.TagClassName
{
border-color: #C8390F;
}
</style>