Html Css Color HEX #C5451C Harley Davidson Orange
📋 copy color: '#C5451C'red 197 ◦ green 69 ◦ blue 28
Shades of Harley Davidson Orange #C5451C
Tints of Harley Davidson Orange #C5451C
RGB
CMYK
RGB Variations
Color information
#C5451C (or 0xC5451C) is known color: Harley Davidson Orange. HEX triplet: C5, 45 and 1C. RGB value is (197,69,28). Sum of RGB (Red+Green+Blue) = 197+69+28=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5451C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5451C is #3ABAE3. Grayscale: #666666. Windows color (decimal): -3848932 or 1852869. OLE color: 1852869.
HSL color Cylindrical-coordinate representation of color #C5451C: hue angle of 14.56º 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 #C5451C is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 28 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.23 |
| HSL | 14.56º | 0.75% | 0.44% | - |
| HSV(B) | 14.56º | 0.86% | 0.77% | - |
| XYZ | 25.36 | 16.21 | 2.89 | - |
| YUV | 102.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 28 | 0 | 0.65 | 0.86 | 0.23 | 14.56 | 0.75 | 0.44 |
| Hex | C5 | 45 | 1C | 0 | 41 | 56 | 17 | F | 4B | 2C |
| Octal | 305 | 105 | 34 | 0 | 101 | 126 | 27 | 17 | 113 | 54 |
| Binary | 11000101 | 1000101 | 11100 | 0 | 1000001 | 1010110 | 10111 | 1111 | 1001011 | 101100 |
Color Harmonies of #C5451C
Complementary color
Monochromatic Colors of #C5451C
Black with #C5451C
Text Example
Text Example
White with #C5451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5451C; }
p { color: rgb(197,69,28); }
H1.HeaderClassName
{
color: #C5451C;
}
.AnyTagClassName
{
color: #C5451C;
}
</style>
background-color css
<style>
a { background-color: #C5451C; }
a { background-color: rgb(197,69,28); }
div.DivClassName
{
background-color: #C5451C;
}
.BgClassName
{
background-color: #C5451C;
}
</style>
border-color css
<style>
span { border-color: #C5451C; }
span { border-color: rgb(197,69,28); }
td.TdClassName
{
border-color: #C5451C;
}
.TagClassName
{
border-color: #C5451C;
}
</style>