Html Css Color HEX #C53302 Harley Davidson Orange
📋 copy color: '#C53302'red 197 ◦ green 51 ◦ blue 2
Shades of Harley Davidson Orange #C53302
Tints of Harley Davidson Orange #C53302
RGB
CMYK
RGB Variations
Color information
#C53302 (or 0xC53302) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 02. RGB value is (197,51,2). Sum of RGB (Red+Green+Blue) = 197+51+2=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C53302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53302 is #3ACCFD. Grayscale: #595959. Windows color (decimal): -3853566 or 144325. OLE color: 144325.
HSL color Cylindrical-coordinate representation of color #C53302: hue angle of 15.08º 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 #C53302 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.23 |
| HSL | 15.08º | 0.98% | 0.39% | - |
| HSV(B) | 15.08º | 0.99% | 0.77% | - |
| XYZ | 24.22 | 14.24 | 1.53 | - |
| YUV | 89.07 | 78.87 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 2 | 0 | 0.74 | 0.99 | 0.23 | 15.08 | 0.98 | 0.39 |
| Hex | C5 | 33 | 2 | 0 | 4A | 63 | 17 | F | 62 | 27 |
| Octal | 305 | 63 | 2 | 0 | 112 | 143 | 27 | 17 | 142 | 47 |
| Binary | 11000101 | 110011 | 10 | 0 | 1001010 | 1100011 | 10111 | 1111 | 1100010 | 100111 |
Color Harmonies of #C53302
Complementary color
Monochromatic Colors of #C53302
Black with #C53302
Text Example
Text Example
White with #C53302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53302; }
p { color: rgb(197,51,2); }
H1.HeaderClassName
{
color: #C53302;
}
.AnyTagClassName
{
color: #C53302;
}
</style>
background-color css
<style>
a { background-color: #C53302; }
a { background-color: rgb(197,51,2); }
div.DivClassName
{
background-color: #C53302;
}
.BgClassName
{
background-color: #C53302;
}
</style>
border-color css
<style>
span { border-color: #C53302; }
span { border-color: rgb(197,51,2); }
td.TdClassName
{
border-color: #C53302;
}
.TagClassName
{
border-color: #C53302;
}
</style>