Html Css Color HEX #C8421D Harley Davidson Orange
📋 copy color: '#C8421D'red 200 ◦ green 66 ◦ blue 29
Shades of Harley Davidson Orange #C8421D
Tints of Harley Davidson Orange #C8421D
RGB
CMYK
RGB Variations
Color information
#C8421D (or 0xC8421D) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 1D. RGB value is (200,66,29). Sum of RGB (Red+Green+Blue) = 200+66+29=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8421D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8421D is #37BDE2. Grayscale: #666666. Windows color (decimal): -3653091 or 1917640. OLE color: 1917640.
HSL color Cylindrical-coordinate representation of color #C8421D: hue angle of 12.98º 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 #C8421D is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 29 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.22 |
| HSL | 12.98º | 0.75% | 0.45% | - |
| HSV(B) | 12.98º | 0.86% | 0.78% | - |
| XYZ | 25.99 | 16.26 | 2.93 | - |
| YUV | 101.85 | 86.89 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 29 | 0 | 0.67 | 0.86 | 0.22 | 12.98 | 0.75 | 0.45 |
| Hex | C8 | 42 | 1D | 0 | 43 | 56 | 16 | D | 4B | 2D |
| Octal | 310 | 102 | 35 | 0 | 103 | 126 | 26 | 15 | 113 | 55 |
| Binary | 11001000 | 1000010 | 11101 | 0 | 1000011 | 1010110 | 10110 | 1101 | 1001011 | 101101 |
Color Harmonies of #C8421D
Complementary color
Monochromatic Colors of #C8421D
Black with #C8421D
Text Example
Text Example
White with #C8421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8421D; }
p { color: rgb(200,66,29); }
H1.HeaderClassName
{
color: #C8421D;
}
.AnyTagClassName
{
color: #C8421D;
}
</style>
background-color css
<style>
a { background-color: #C8421D; }
a { background-color: rgb(200,66,29); }
div.DivClassName
{
background-color: #C8421D;
}
.BgClassName
{
background-color: #C8421D;
}
</style>
border-color css
<style>
span { border-color: #C8421D; }
span { border-color: rgb(200,66,29); }
td.TdClassName
{
border-color: #C8421D;
}
.TagClassName
{
border-color: #C8421D;
}
</style>