Html Css Color HEX #C5441C Harley Davidson Orange
📋 copy color: '#C5441C'red 197 ◦ green 68 ◦ blue 28
Shades of Harley Davidson Orange #C5441C
Tints of Harley Davidson Orange #C5441C
RGB
CMYK
RGB Variations
Color information
#C5441C (or 0xC5441C) is known color: Harley Davidson Orange. HEX triplet: C5, 44 and 1C. RGB value is (197,68,28). Sum of RGB (Red+Green+Blue) = 197+68+28=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5441C is #3ABBE3. Grayscale: #666666. Windows color (decimal): -3849188 or 1852613. OLE color: 1852613.
HSL color Cylindrical-coordinate representation of color #C5441C: hue angle of 14.2º 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 #C5441C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 28 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.23 |
| HSL | 14.2º | 0.75% | 0.44% | - |
| HSV(B) | 14.2º | 0.86% | 0.77% | - |
| XYZ | 25.3 | 16.09 | 2.87 | - |
| YUV | 102.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 28 | 0 | 0.65 | 0.86 | 0.23 | 14.2 | 0.75 | 0.44 |
| Hex | C5 | 44 | 1C | 0 | 41 | 56 | 17 | E | 4B | 2C |
| Octal | 305 | 104 | 34 | 0 | 101 | 126 | 27 | 16 | 113 | 54 |
| Binary | 11000101 | 1000100 | 11100 | 0 | 1000001 | 1010110 | 10111 | 1110 | 1001011 | 101100 |
Color Harmonies of #C5441C
Complementary color
Monochromatic Colors of #C5441C
Black with #C5441C
Text Example
Text Example
White with #C5441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5441C; }
p { color: rgb(197,68,28); }
H1.HeaderClassName
{
color: #C5441C;
}
.AnyTagClassName
{
color: #C5441C;
}
</style>
background-color css
<style>
a { background-color: #C5441C; }
a { background-color: rgb(197,68,28); }
div.DivClassName
{
background-color: #C5441C;
}
.BgClassName
{
background-color: #C5441C;
}
</style>
border-color css
<style>
span { border-color: #C5441C; }
span { border-color: rgb(197,68,28); }
td.TdClassName
{
border-color: #C5441C;
}
.TagClassName
{
border-color: #C5441C;
}
</style>