Html Css Color HEX #C8241B Harley Davidson Orange
📋 copy color: '#C8241B'red 200 ◦ green 36 ◦ blue 27
Shades of Harley Davidson Orange #C8241B
Tints of Harley Davidson Orange #C8241B
RGB
CMYK
RGB Variations
Color information
#C8241B (or 0xC8241B) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 1B. RGB value is (200,36,27). Sum of RGB (Red+Green+Blue) = 200+36+27=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8241B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8241B is #37DBE4. Grayscale: #545454. Windows color (decimal): -3660773 or 1778888. OLE color: 1778888.
HSL color Cylindrical-coordinate representation of color #C8241B: hue angle of 3.12º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8241B is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 27 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.22 |
| HSL | 3.12º | 0.76% | 0.45% | - |
| HSV(B) | 3.12º | 0.87% | 0.78% | - |
| XYZ | 24.65 | 13.62 | 2.37 | - |
| YUV | 84.01 | 95.83 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 27 | 0 | 0.82 | 0.86 | 0.22 | 3.12 | 0.76 | 0.45 |
| Hex | C8 | 24 | 1B | 0 | 52 | 56 | 16 | 3 | 4C | 2D |
| Octal | 310 | 44 | 33 | 0 | 122 | 126 | 26 | 3 | 114 | 55 |
| Binary | 11001000 | 100100 | 11011 | 0 | 1010010 | 1010110 | 10110 | 11 | 1001100 | 101101 |
Color Harmonies of #C8241B
Complementary color
Monochromatic Colors of #C8241B
Black with #C8241B
Text Example
Text Example
White with #C8241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8241B; }
p { color: rgb(200,36,27); }
H1.HeaderClassName
{
color: #C8241B;
}
.AnyTagClassName
{
color: #C8241B;
}
</style>
background-color css
<style>
a { background-color: #C8241B; }
a { background-color: rgb(200,36,27); }
div.DivClassName
{
background-color: #C8241B;
}
.BgClassName
{
background-color: #C8241B;
}
</style>
border-color css
<style>
span { border-color: #C8241B; }
span { border-color: rgb(200,36,27); }
td.TdClassName
{
border-color: #C8241B;
}
.TagClassName
{
border-color: #C8241B;
}
</style>