Html Css Color HEX #C8241A Harley Davidson Orange
📋 copy color: '#C8241A'red 200 ◦ green 36 ◦ blue 26
Shades of Harley Davidson Orange #C8241A
Tints of Harley Davidson Orange #C8241A
RGB
CMYK
RGB Variations
Color information
#C8241A (or 0xC8241A) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 1A. RGB value is (200,36,26). Sum of RGB (Red+Green+Blue) = 200+36+26=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C8241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8241A is #37DBE5. Grayscale: #545454. Windows color (decimal): -3660774 or 1713352. OLE color: 1713352.
HSL color Cylindrical-coordinate representation of color #C8241A: hue angle of 3.45º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8241A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.22 |
| HSL | 3.45º | 0.77% | 0.44% | - |
| HSV(B) | 3.45º | 0.87% | 0.78% | - |
| XYZ | 24.64 | 13.62 | 2.31 | - |
| YUV | 83.9 | 95.33 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 26 | 0 | 0.82 | 0.87 | 0.22 | 3.45 | 0.77 | 0.44 |
| Hex | C8 | 24 | 1A | 0 | 52 | 57 | 16 | 3 | 4D | 2C |
| Octal | 310 | 44 | 32 | 0 | 122 | 127 | 26 | 3 | 115 | 54 |
| Binary | 11001000 | 100100 | 11010 | 0 | 1010010 | 1010111 | 10110 | 11 | 1001101 | 101100 |
Color Harmonies of #C8241A
Complementary color
Monochromatic Colors of #C8241A
Black with #C8241A
Text Example
Text Example
White with #C8241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8241A; }
p { color: rgb(200,36,26); }
H1.HeaderClassName
{
color: #C8241A;
}
.AnyTagClassName
{
color: #C8241A;
}
</style>
background-color css
<style>
a { background-color: #C8241A; }
a { background-color: rgb(200,36,26); }
div.DivClassName
{
background-color: #C8241A;
}
.BgClassName
{
background-color: #C8241A;
}
</style>
border-color css
<style>
span { border-color: #C8241A; }
span { border-color: rgb(200,36,26); }
td.TdClassName
{
border-color: #C8241A;
}
.TagClassName
{
border-color: #C8241A;
}
</style>