Html Css Color HEX #C53402 Harley Davidson Orange
📋 copy color: '#C53402'red 197 ◦ green 52 ◦ blue 2
Shades of Harley Davidson Orange #C53402
Tints of Harley Davidson Orange #C53402
RGB
CMYK
RGB Variations
Color information
#C53402 (or 0xC53402) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 02. RGB value is (197,52,2). Sum of RGB (Red+Green+Blue) = 197+52+2=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C53402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53402 is #3ACBFD. Grayscale: #5A5A5A. Windows color (decimal): -3853310 or 144581. OLE color: 144581.
HSL color Cylindrical-coordinate representation of color #C53402: hue angle of 15.38º degrees, saturation: 0.98, 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 #C53402 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.23 |
| HSL | 15.38º | 0.98% | 0.39% | - |
| HSV(B) | 15.38º | 0.99% | 0.77% | - |
| XYZ | 24.26 | 14.33 | 1.54 | - |
| YUV | 89.66 | 78.54 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 2 | 0 | 0.74 | 0.99 | 0.23 | 15.38 | 0.98 | 0.39 |
| Hex | C5 | 34 | 2 | 0 | 4A | 63 | 17 | F | 62 | 27 |
| Octal | 305 | 64 | 2 | 0 | 112 | 143 | 27 | 17 | 142 | 47 |
| Binary | 11000101 | 110100 | 10 | 0 | 1001010 | 1100011 | 10111 | 1111 | 1100010 | 100111 |
Color Harmonies of #C53402
Complementary color
Monochromatic Colors of #C53402
Black with #C53402
Text Example
Text Example
White with #C53402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53402; }
p { color: rgb(197,52,2); }
H1.HeaderClassName
{
color: #C53402;
}
.AnyTagClassName
{
color: #C53402;
}
</style>
background-color css
<style>
a { background-color: #C53402; }
a { background-color: rgb(197,52,2); }
div.DivClassName
{
background-color: #C53402;
}
.BgClassName
{
background-color: #C53402;
}
</style>
border-color css
<style>
span { border-color: #C53402; }
span { border-color: rgb(197,52,2); }
td.TdClassName
{
border-color: #C53402;
}
.TagClassName
{
border-color: #C53402;
}
</style>