Html Css Color HEX #C8360F Harley Davidson Orange
📋 copy color: '#C8360F'red 200 ◦ green 54 ◦ blue 15
Shades of Harley Davidson Orange #C8360F
Tints of Harley Davidson Orange #C8360F
RGB
CMYK
RGB Variations
Color information
#C8360F (or 0xC8360F) is known color: Harley Davidson Orange. HEX triplet: C8, 36 and 0F. RGB value is (200,54,15). Sum of RGB (Red+Green+Blue) = 200+54+15=269 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.35% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 200 - color contains mainly: red. Hex color #C8360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8360F is #37C9F0. Grayscale: #5D5D5D. Windows color (decimal): -3656177 or 997064. OLE color: 997064.
HSL color Cylindrical-coordinate representation of color #C8360F: hue angle of 12.65º 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 #C8360F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 54 | 15 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.22 |
| HSL | 12.65º | 0.86% | 0.42% | - |
| HSV(B) | 12.65º | 0.93% | 0.78% | - |
| XYZ | 25.22 | 14.95 | 2.01 | - |
| YUV | 93.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 15 | 0 | 0.73 | 0.92 | 0.22 | 12.65 | 0.86 | 0.42 |
| Hex | C8 | 36 | F | 0 | 49 | 5C | 16 | D | 56 | 2A |
| Octal | 310 | 66 | 17 | 0 | 111 | 134 | 26 | 15 | 126 | 52 |
| Binary | 11001000 | 110110 | 1111 | 0 | 1001001 | 1011100 | 10110 | 1101 | 1010110 | 101010 |
Color Harmonies of #C8360F
Complementary color
Monochromatic Colors of #C8360F
Black with #C8360F
Text Example
Text Example
White with #C8360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8360F; }
p { color: rgb(200,54,15); }
H1.HeaderClassName
{
color: #C8360F;
}
.AnyTagClassName
{
color: #C8360F;
}
</style>
background-color css
<style>
a { background-color: #C8360F; }
a { background-color: rgb(200,54,15); }
div.DivClassName
{
background-color: #C8360F;
}
.BgClassName
{
background-color: #C8360F;
}
</style>
border-color css
<style>
span { border-color: #C8360F; }
span { border-color: rgb(200,54,15); }
td.TdClassName
{
border-color: #C8360F;
}
.TagClassName
{
border-color: #C8360F;
}
</style>