Html Css Color HEX #C53401 Harley Davidson Orange
📋 copy color: '#C53401'red 197 ◦ green 52 ◦ blue 1
Shades of Harley Davidson Orange #C53401
Tints of Harley Davidson Orange #C53401
RGB
CMYK
RGB Variations
Color information
#C53401 (or 0xC53401) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 01. RGB value is (197,52,1). Sum of RGB (Red+Green+Blue) = 197+52+1=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C53401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53401 is #3ACBFE. Grayscale: #595959. Windows color (decimal): -3853311 or 79045. OLE color: 79045.
HSL color Cylindrical-coordinate representation of color #C53401: hue angle of 15.61º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C53401 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.23 |
| HSL | 15.61º | 0.99% | 0.39% | - |
| HSV(B) | 15.61º | 0.99% | 0.77% | - |
| XYZ | 24.26 | 14.33 | 1.52 | - |
| YUV | 89.54 | 78.04 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 1 | 0 | 0.74 | 0.99 | 0.23 | 15.61 | 0.99 | 0.39 |
| Hex | C5 | 34 | 1 | 0 | 4A | 63 | 17 | 10 | 63 | 27 |
| Octal | 305 | 64 | 1 | 0 | 112 | 143 | 27 | 20 | 143 | 47 |
| Binary | 11000101 | 110100 | 1 | 0 | 1001010 | 1100011 | 10111 | 10000 | 1100011 | 100111 |
Color Harmonies of #C53401
Complementary color
Monochromatic Colors of #C53401
Black with #C53401
Text Example
Text Example
White with #C53401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53401; }
p { color: rgb(197,52,1); }
H1.HeaderClassName
{
color: #C53401;
}
.AnyTagClassName
{
color: #C53401;
}
</style>
background-color css
<style>
a { background-color: #C53401; }
a { background-color: rgb(197,52,1); }
div.DivClassName
{
background-color: #C53401;
}
.BgClassName
{
background-color: #C53401;
}
</style>
border-color css
<style>
span { border-color: #C53401; }
span { border-color: rgb(197,52,1); }
td.TdClassName
{
border-color: #C53401;
}
.TagClassName
{
border-color: #C53401;
}
</style>