Html Css Color HEX #C5331C Harley Davidson Orange
📋 copy color: '#C5331C'red 197 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #C5331C
Tints of Harley Davidson Orange #C5331C
RGB
CMYK
RGB Variations
Color information
#C5331C (or 0xC5331C) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 1C. RGB value is (197,51,28). Sum of RGB (Red+Green+Blue) = 197+51+28=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5331C is #3ACCE3. Grayscale: #5C5C5C. Windows color (decimal): -3853540 or 1848261. OLE color: 1848261.
HSL color Cylindrical-coordinate representation of color #C5331C: hue angle of 8.17º 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 #C5331C is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 28 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.23 |
| HSL | 8.17º | 0.75% | 0.44% | - |
| HSV(B) | 8.17º | 0.86% | 0.77% | - |
| XYZ | 24.42 | 14.32 | 2.58 | - |
| YUV | 92.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 28 | 0 | 0.74 | 0.86 | 0.23 | 8.17 | 0.75 | 0.44 |
| Hex | C5 | 33 | 1C | 0 | 4A | 56 | 17 | 8 | 4B | 2C |
| Octal | 305 | 63 | 34 | 0 | 112 | 126 | 27 | 10 | 113 | 54 |
| Binary | 11000101 | 110011 | 11100 | 0 | 1001010 | 1010110 | 10111 | 1000 | 1001011 | 101100 |
Color Harmonies of #C5331C
Complementary color
Monochromatic Colors of #C5331C
Black with #C5331C
Text Example
Text Example
White with #C5331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5331C; }
p { color: rgb(197,51,28); }
H1.HeaderClassName
{
color: #C5331C;
}
.AnyTagClassName
{
color: #C5331C;
}
</style>
background-color css
<style>
a { background-color: #C5331C; }
a { background-color: rgb(197,51,28); }
div.DivClassName
{
background-color: #C5331C;
}
.BgClassName
{
background-color: #C5331C;
}
</style>
border-color css
<style>
span { border-color: #C5331C; }
span { border-color: rgb(197,51,28); }
td.TdClassName
{
border-color: #C5331C;
}
.TagClassName
{
border-color: #C5331C;
}
</style>