Html Css Color HEX #C8411D Harley Davidson Orange
📋 copy color: '#C8411D'red 200 ◦ green 65 ◦ blue 29
Shades of Harley Davidson Orange #C8411D
Tints of Harley Davidson Orange #C8411D
RGB
CMYK
RGB Variations
Color information
#C8411D (or 0xC8411D) is known color: Harley Davidson Orange. HEX triplet: C8, 41 and 1D. RGB value is (200,65,29). Sum of RGB (Red+Green+Blue) = 200+65+29=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8411D is #37BEE2. Grayscale: #656565. Windows color (decimal): -3653347 or 1917384. OLE color: 1917384.
HSL color Cylindrical-coordinate representation of color #C8411D: hue angle of 12.63º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8411D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 29 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.22 |
| HSL | 12.63º | 0.75% | 0.45% | - |
| HSV(B) | 12.63º | 0.86% | 0.78% | - |
| XYZ | 25.93 | 16.15 | 2.91 | - |
| YUV | 101.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 29 | 0 | 0.68 | 0.86 | 0.22 | 12.63 | 0.75 | 0.45 |
| Hex | C8 | 41 | 1D | 0 | 44 | 56 | 16 | D | 4B | 2D |
| Octal | 310 | 101 | 35 | 0 | 104 | 126 | 26 | 15 | 113 | 55 |
| Binary | 11001000 | 1000001 | 11101 | 0 | 1000100 | 1010110 | 10110 | 1101 | 1001011 | 101101 |
Color Harmonies of #C8411D
Complementary color
Monochromatic Colors of #C8411D
Black with #C8411D
Text Example
Text Example
White with #C8411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8411D; }
p { color: rgb(200,65,29); }
H1.HeaderClassName
{
color: #C8411D;
}
.AnyTagClassName
{
color: #C8411D;
}
</style>
background-color css
<style>
a { background-color: #C8411D; }
a { background-color: rgb(200,65,29); }
div.DivClassName
{
background-color: #C8411D;
}
.BgClassName
{
background-color: #C8411D;
}
</style>
border-color css
<style>
span { border-color: #C8411D; }
span { border-color: rgb(200,65,29); }
td.TdClassName
{
border-color: #C8411D;
}
.TagClassName
{
border-color: #C8411D;
}
</style>