Html Css Color HEX #C8290F Harley Davidson Orange
📋 copy color: '#C8290F'red 200 ◦ green 41 ◦ blue 15
Shades of Harley Davidson Orange #C8290F
Tints of Harley Davidson Orange #C8290F
RGB
CMYK
RGB Variations
Color information
#C8290F (or 0xC8290F) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 0F. RGB value is (200,41,15). Sum of RGB (Red+Green+Blue) = 200+41+15=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C8290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8290F is #37D6F0. Grayscale: #555555. Windows color (decimal): -3659505 or 993736. OLE color: 993736.
HSL color Cylindrical-coordinate representation of color #C8290F: hue angle of 8.43º 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 #C8290F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.22 |
| HSL | 8.43º | 0.86% | 0.42% | - |
| HSV(B) | 8.43º | 0.93% | 0.78% | - |
| XYZ | 24.7 | 13.9 | 1.83 | - |
| YUV | 85.58 | 88.18 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 15 | 0 | 0.80 | 0.92 | 0.22 | 8.43 | 0.86 | 0.42 |
| Hex | C8 | 29 | F | 0 | 50 | 5C | 16 | 8 | 56 | 2A |
| Octal | 310 | 51 | 17 | 0 | 120 | 134 | 26 | 10 | 126 | 52 |
| Binary | 11001000 | 101001 | 1111 | 0 | 1010000 | 1011100 | 10110 | 1000 | 1010110 | 101010 |
Color Harmonies of #C8290F
Complementary color
Monochromatic Colors of #C8290F
Black with #C8290F
Text Example
Text Example
White with #C8290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8290F; }
p { color: rgb(200,41,15); }
H1.HeaderClassName
{
color: #C8290F;
}
.AnyTagClassName
{
color: #C8290F;
}
</style>
background-color css
<style>
a { background-color: #C8290F; }
a { background-color: rgb(200,41,15); }
div.DivClassName
{
background-color: #C8290F;
}
.BgClassName
{
background-color: #C8290F;
}
</style>
border-color css
<style>
span { border-color: #C8290F; }
span { border-color: rgb(200,41,15); }
td.TdClassName
{
border-color: #C8290F;
}
.TagClassName
{
border-color: #C8290F;
}
</style>