Html Css Color HEX #C5240C Harley Davidson Orange
📋 copy color: '#C5240C'red 197 ◦ green 36 ◦ blue 12
Shades of Harley Davidson Orange #C5240C
Tints of Harley Davidson Orange #C5240C
RGB
CMYK
RGB Variations
Color information
#C5240C (or 0xC5240C) is known color: Harley Davidson Orange. HEX triplet: C5, 24 and 0C. RGB value is (197,36,12). Sum of RGB (Red+Green+Blue) = 197+36+12=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5240C is #3ADBF3. Grayscale: #515151. Windows color (decimal): -3857396 or 795845. OLE color: 795845.
HSL color Cylindrical-coordinate representation of color #C5240C: hue angle of 7.78º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5240C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 12 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.23 |
| HSL | 7.78º | 0.89% | 0.41% | - |
| HSV(B) | 7.78º | 0.94% | 0.77% | - |
| XYZ | 23.72 | 13.16 | 1.64 | - |
| YUV | 81.4 | 88.84 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 12 | 0 | 0.82 | 0.94 | 0.23 | 7.78 | 0.89 | 0.41 |
| Hex | C5 | 24 | C | 0 | 52 | 5E | 17 | 8 | 59 | 29 |
| Octal | 305 | 44 | 14 | 0 | 122 | 136 | 27 | 10 | 131 | 51 |
| Binary | 11000101 | 100100 | 1100 | 0 | 1010010 | 1011110 | 10111 | 1000 | 1011001 | 101001 |
Color Harmonies of #C5240C
Complementary color
Monochromatic Colors of #C5240C
Black with #C5240C
Text Example
Text Example
White with #C5240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5240C; }
p { color: rgb(197,36,12); }
H1.HeaderClassName
{
color: #C5240C;
}
.AnyTagClassName
{
color: #C5240C;
}
</style>
background-color css
<style>
a { background-color: #C5240C; }
a { background-color: rgb(197,36,12); }
div.DivClassName
{
background-color: #C5240C;
}
.BgClassName
{
background-color: #C5240C;
}
</style>
border-color css
<style>
span { border-color: #C5240C; }
span { border-color: rgb(197,36,12); }
td.TdClassName
{
border-color: #C5240C;
}
.TagClassName
{
border-color: #C5240C;
}
</style>