Html Css Color HEX #C8241C Harley Davidson Orange
📋 copy color: '#C8241C'red 200 ◦ green 36 ◦ blue 28
Shades of Harley Davidson Orange #C8241C
Tints of Harley Davidson Orange #C8241C
RGB
CMYK
RGB Variations
Color information
#C8241C (or 0xC8241C) is known color: Harley Davidson Orange. HEX triplet: C8, 24 and 1C. RGB value is (200,36,28). Sum of RGB (Red+Green+Blue) = 200+36+28=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8241C is #37DBE3. Grayscale: #545454. Windows color (decimal): -3660772 or 1844424. OLE color: 1844424.
HSL color Cylindrical-coordinate representation of color #C8241C: hue angle of 2.79º 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 #C8241C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 36 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.22 |
| HSL | 2.79º | 0.75% | 0.45% | - |
| HSV(B) | 2.79º | 0.86% | 0.78% | - |
| XYZ | 24.66 | 13.62 | 2.43 | - |
| YUV | 84.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 36 | 28 | 0 | 0.82 | 0.86 | 0.22 | 2.79 | 0.75 | 0.45 |
| Hex | C8 | 24 | 1C | 0 | 52 | 56 | 16 | 3 | 4B | 2D |
| Octal | 310 | 44 | 34 | 0 | 122 | 126 | 26 | 3 | 113 | 55 |
| Binary | 11001000 | 100100 | 11100 | 0 | 1010010 | 1010110 | 10110 | 11 | 1001011 | 101101 |
Color Harmonies of #C8241C
Complementary color
Monochromatic Colors of #C8241C
Black with #C8241C
Text Example
Text Example
White with #C8241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8241C; }
p { color: rgb(200,36,28); }
H1.HeaderClassName
{
color: #C8241C;
}
.AnyTagClassName
{
color: #C8241C;
}
</style>
background-color css
<style>
a { background-color: #C8241C; }
a { background-color: rgb(200,36,28); }
div.DivClassName
{
background-color: #C8241C;
}
.BgClassName
{
background-color: #C8241C;
}
</style>
border-color css
<style>
span { border-color: #C8241C; }
span { border-color: rgb(200,36,28); }
td.TdClassName
{
border-color: #C8241C;
}
.TagClassName
{
border-color: #C8241C;
}
</style>