Html Css Color HEX #C5421C Harley Davidson Orange
📋 copy color: '#C5421C'red 197 ◦ green 66 ◦ blue 28
Shades of Harley Davidson Orange #C5421C
Tints of Harley Davidson Orange #C5421C
RGB
CMYK
RGB Variations
Color information
#C5421C (or 0xC5421C) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 1C. RGB value is (197,66,28). Sum of RGB (Red+Green+Blue) = 197+66+28=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C5421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5421C is #3ABDE3. Grayscale: #656565. Windows color (decimal): -3849700 or 1852101. OLE color: 1852101.
HSL color Cylindrical-coordinate representation of color #C5421C: hue angle of 13.49º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5421C is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 28 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.23 |
| HSL | 13.49º | 0.75% | 0.44% | - |
| HSV(B) | 13.49º | 0.86% | 0.77% | - |
| XYZ | 25.18 | 15.85 | 2.83 | - |
| YUV | 100.84 | 86.9 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 28 | 0 | 0.66 | 0.86 | 0.23 | 13.49 | 0.75 | 0.44 |
| Hex | C5 | 42 | 1C | 0 | 42 | 56 | 17 | D | 4B | 2C |
| Octal | 305 | 102 | 34 | 0 | 102 | 126 | 27 | 15 | 113 | 54 |
| Binary | 11000101 | 1000010 | 11100 | 0 | 1000010 | 1010110 | 10111 | 1101 | 1001011 | 101100 |
Color Harmonies of #C5421C
Complementary color
Monochromatic Colors of #C5421C
Black with #C5421C
Text Example
Text Example
White with #C5421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5421C; }
p { color: rgb(197,66,28); }
H1.HeaderClassName
{
color: #C5421C;
}
.AnyTagClassName
{
color: #C5421C;
}
</style>
background-color css
<style>
a { background-color: #C5421C; }
a { background-color: rgb(197,66,28); }
div.DivClassName
{
background-color: #C5421C;
}
.BgClassName
{
background-color: #C5421C;
}
</style>
border-color css
<style>
span { border-color: #C5421C; }
span { border-color: rgb(197,66,28); }
td.TdClassName
{
border-color: #C5421C;
}
.TagClassName
{
border-color: #C5421C;
}
</style>