Html Css Color HEX #C8241D Harley Davidson Orange
📋 copy color: '#C8241D'red 200 ◦ green 36 ◦ blue 29
Shades of Harley Davidson Orange #C8241D
Tints of Harley Davidson Orange #C8241D
RGB
CMYK
RGB Variations
Color information
#C8241D (or 0xC8241D) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 1D. RGB value is (200,36,29). Sum of RGB (Red+Green+Blue) = 200+36+29=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C8241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8241D is #37DBE2. Grayscale: #545454. Windows color (decimal): -3660771 or 1909960. OLE color: 1909960.
HSL color Cylindrical-coordinate representation of color #C8241D: hue angle of 2.46º 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 #C8241D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.22 |
| HSL | 2.46º | 0.75% | 0.45% | - |
| HSV(B) | 2.46º | 0.86% | 0.78% | - |
| XYZ | 24.67 | 13.63 | 2.49 | - |
| YUV | 84.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 29 | 0 | 0.82 | 0.86 | 0.22 | 2.46 | 0.75 | 0.45 |
| Hex | C8 | 24 | 1D | 0 | 52 | 56 | 16 | 2 | 4B | 2D |
| Octal | 310 | 44 | 35 | 0 | 122 | 126 | 26 | 2 | 113 | 55 |
| Binary | 11001000 | 100100 | 11101 | 0 | 1010010 | 1010110 | 10110 | 10 | 1001011 | 101101 |
Color Harmonies of #C8241D
Complementary color
Monochromatic Colors of #C8241D
Black with #C8241D
Text Example
Text Example
White with #C8241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8241D; }
p { color: rgb(200,36,29); }
H1.HeaderClassName
{
color: #C8241D;
}
.AnyTagClassName
{
color: #C8241D;
}
</style>
background-color css
<style>
a { background-color: #C8241D; }
a { background-color: rgb(200,36,29); }
div.DivClassName
{
background-color: #C8241D;
}
.BgClassName
{
background-color: #C8241D;
}
</style>
border-color css
<style>
span { border-color: #C8241D; }
span { border-color: rgb(200,36,29); }
td.TdClassName
{
border-color: #C8241D;
}
.TagClassName
{
border-color: #C8241D;
}
</style>