Html Css Color HEX #C52305 Harley Davidson Orange
📋 copy color: '#C52305'red 197 ◦ green 35 ◦ blue 5
Shades of Harley Davidson Orange #C52305
Tints of Harley Davidson Orange #C52305
RGB
CMYK
RGB Variations
Color information
#C52305 (or 0xC52305) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 05. RGB value is (197,35,5). Sum of RGB (Red+Green+Blue) = 197+35+5=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C52305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52305 is #3ADCFA. Grayscale: #505050. Windows color (decimal): -3857659 or 336837. OLE color: 336837.
HSL color Cylindrical-coordinate representation of color #C52305: hue angle of 9.38º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C52305 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.23 |
| HSL | 9.38º | 0.95% | 0.4% | - |
| HSV(B) | 9.38º | 0.97% | 0.77% | - |
| XYZ | 23.65 | 13.08 | 1.42 | - |
| YUV | 80.02 | 85.67 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 5 | 0 | 0.82 | 0.97 | 0.23 | 9.38 | 0.95 | 0.4 |
| Hex | C5 | 23 | 5 | 0 | 52 | 61 | 17 | 9 | 5F | 28 |
| Octal | 305 | 43 | 5 | 0 | 122 | 141 | 27 | 11 | 137 | 50 |
| Binary | 11000101 | 100011 | 101 | 0 | 1010010 | 1100001 | 10111 | 1001 | 1011111 | 101000 |
Color Harmonies of #C52305
Complementary color
Monochromatic Colors of #C52305
Black with #C52305
Text Example
Text Example
White with #C52305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52305; }
p { color: rgb(197,35,5); }
H1.HeaderClassName
{
color: #C52305;
}
.AnyTagClassName
{
color: #C52305;
}
</style>
background-color css
<style>
a { background-color: #C52305; }
a { background-color: rgb(197,35,5); }
div.DivClassName
{
background-color: #C52305;
}
.BgClassName
{
background-color: #C52305;
}
</style>
border-color css
<style>
span { border-color: #C52305; }
span { border-color: rgb(197,35,5); }
td.TdClassName
{
border-color: #C52305;
}
.TagClassName
{
border-color: #C52305;
}
</style>