Html Css Color HEX #C53207 Harley Davidson Orange
📋 copy color: '#C53207'red 197 ◦ green 50 ◦ blue 7
Shades of Harley Davidson Orange #C53207
Tints of Harley Davidson Orange #C53207
RGB
CMYK
RGB Variations
Color information
#C53207 (or 0xC53207) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 07. RGB value is (197,50,7). Sum of RGB (Red+Green+Blue) = 197+50+7=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53207 is #3ACDF8. Grayscale: #595959. Windows color (decimal): -3853817 or 471749. OLE color: 471749.
HSL color Cylindrical-coordinate representation of color #C53207: hue angle of 13.58º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C53207 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 7 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.23 |
| HSL | 13.58º | 0.93% | 0.4% | - |
| HSV(B) | 13.58º | 0.96% | 0.77% | - |
| XYZ | 24.2 | 14.17 | 1.66 | - |
| YUV | 89.05 | 81.7 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 7 | 0 | 0.75 | 0.96 | 0.23 | 13.58 | 0.93 | 0.4 |
| Hex | C5 | 32 | 7 | 0 | 4B | 60 | 17 | E | 5D | 28 |
| Octal | 305 | 62 | 7 | 0 | 113 | 140 | 27 | 16 | 135 | 50 |
| Binary | 11000101 | 110010 | 111 | 0 | 1001011 | 1100000 | 10111 | 1110 | 1011101 | 101000 |
Color Harmonies of #C53207
Complementary color
Monochromatic Colors of #C53207
Black with #C53207
Text Example
Text Example
White with #C53207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53207; }
p { color: rgb(197,50,7); }
H1.HeaderClassName
{
color: #C53207;
}
.AnyTagClassName
{
color: #C53207;
}
</style>
background-color css
<style>
a { background-color: #C53207; }
a { background-color: rgb(197,50,7); }
div.DivClassName
{
background-color: #C53207;
}
.BgClassName
{
background-color: #C53207;
}
</style>
border-color css
<style>
span { border-color: #C53207; }
span { border-color: rgb(197,50,7); }
td.TdClassName
{
border-color: #C53207;
}
.TagClassName
{
border-color: #C53207;
}
</style>