Html Css Color HEX #C5441D Harley Davidson Orange
📋 copy color: '#C5441D'red 197 ◦ green 68 ◦ blue 29
Shades of Harley Davidson Orange #C5441D
Tints of Harley Davidson Orange #C5441D
RGB
CMYK
RGB Variations
Color information
#C5441D (or 0xC5441D) is known color: Harley Davidson Orange. HEX triplet: C5, 44 and 1D. RGB value is (197,68,29). Sum of RGB (Red+Green+Blue) = 197+68+29=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5441D is #3ABBE2. Grayscale: #666666. Windows color (decimal): -3849187 or 1918149. OLE color: 1918149.
HSL color Cylindrical-coordinate representation of color #C5441D: hue angle of 13.93º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5441D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 29 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.23 |
| HSL | 13.93º | 0.74% | 0.44% | - |
| HSV(B) | 13.93º | 0.85% | 0.77% | - |
| XYZ | 25.31 | 16.09 | 2.93 | - |
| YUV | 102.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 29 | 0 | 0.65 | 0.85 | 0.23 | 13.93 | 0.74 | 0.44 |
| Hex | C5 | 44 | 1D | 0 | 41 | 55 | 17 | E | 4A | 2C |
| Octal | 305 | 104 | 35 | 0 | 101 | 125 | 27 | 16 | 112 | 54 |
| Binary | 11000101 | 1000100 | 11101 | 0 | 1000001 | 1010101 | 10111 | 1110 | 1001010 | 101100 |
Color Harmonies of #C5441D
Complementary color
Monochromatic Colors of #C5441D
Black with #C5441D
Text Example
Text Example
White with #C5441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5441D; }
p { color: rgb(197,68,29); }
H1.HeaderClassName
{
color: #C5441D;
}
.AnyTagClassName
{
color: #C5441D;
}
</style>
background-color css
<style>
a { background-color: #C5441D; }
a { background-color: rgb(197,68,29); }
div.DivClassName
{
background-color: #C5441D;
}
.BgClassName
{
background-color: #C5441D;
}
</style>
border-color css
<style>
span { border-color: #C5441D; }
span { border-color: rgb(197,68,29); }
td.TdClassName
{
border-color: #C5441D;
}
.TagClassName
{
border-color: #C5441D;
}
</style>