Html Css Color HEX #C5331B Harley Davidson Orange
📋 copy color: '#C5331B'red 197 ◦ green 51 ◦ blue 27
Shades of Harley Davidson Orange #C5331B
Tints of Harley Davidson Orange #C5331B
RGB
CMYK
RGB Variations
Color information
#C5331B (or 0xC5331B) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 1B. RGB value is (197,51,27). Sum of RGB (Red+Green+Blue) = 197+51+27=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5331B is #3ACCE4. Grayscale: #5C5C5C. Windows color (decimal): -3853541 or 1782725. OLE color: 1782725.
HSL color Cylindrical-coordinate representation of color #C5331B: hue angle of 8.47º degrees, saturation: 0.76, 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 #C5331B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.23 |
| HSL | 8.47º | 0.76% | 0.44% | - |
| HSV(B) | 8.47º | 0.86% | 0.77% | - |
| XYZ | 24.41 | 14.32 | 2.51 | - |
| YUV | 91.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 27 | 0 | 0.74 | 0.86 | 0.23 | 8.47 | 0.76 | 0.44 |
| Hex | C5 | 33 | 1B | 0 | 4A | 56 | 17 | 8 | 4C | 2C |
| Octal | 305 | 63 | 33 | 0 | 112 | 126 | 27 | 10 | 114 | 54 |
| Binary | 11000101 | 110011 | 11011 | 0 | 1001010 | 1010110 | 10111 | 1000 | 1001100 | 101100 |
Color Harmonies of #C5331B
Complementary color
Monochromatic Colors of #C5331B
Black with #C5331B
Text Example
Text Example
White with #C5331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5331B; }
p { color: rgb(197,51,27); }
H1.HeaderClassName
{
color: #C5331B;
}
.AnyTagClassName
{
color: #C5331B;
}
</style>
background-color css
<style>
a { background-color: #C5331B; }
a { background-color: rgb(197,51,27); }
div.DivClassName
{
background-color: #C5331B;
}
.BgClassName
{
background-color: #C5331B;
}
</style>
border-color css
<style>
span { border-color: #C5331B; }
span { border-color: rgb(197,51,27); }
td.TdClassName
{
border-color: #C5331B;
}
.TagClassName
{
border-color: #C5331B;
}
</style>