Html Css Color HEX #C53F22 Harley Davidson Orange
📋 copy color: '#C53F22'red 197 ◦ green 63 ◦ blue 34
Shades of Harley Davidson Orange #C53F22
Tints of Harley Davidson Orange #C53F22
RGB
CMYK
RGB Variations
Color information
#C53F22 (or 0xC53F22) is known color: Harley Davidson Orange. HEX triplet: C5, 3F and 22. RGB value is (197,63,34). Sum of RGB (Red+Green+Blue) = 197+63+34=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F22 is #3AC0DD. Grayscale: #646464. Windows color (decimal): -3850462 or 2244549. OLE color: 2244549.
HSL color Cylindrical-coordinate representation of color #C53F22: hue angle of 10.67º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C53F22 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 34 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.23 |
| HSL | 10.67º | 0.71% | 0.45% | - |
| HSV(B) | 10.67º | 0.83% | 0.77% | - |
| XYZ | 25.09 | 15.54 | 3.19 | - |
| YUV | 99.76 | 90.89 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 34 | 0 | 0.68 | 0.83 | 0.23 | 10.67 | 0.71 | 0.45 |
| Hex | C5 | 3F | 22 | 0 | 44 | 53 | 17 | B | 47 | 2D |
| Octal | 305 | 77 | 42 | 0 | 104 | 123 | 27 | 13 | 107 | 55 |
| Binary | 11000101 | 111111 | 100010 | 0 | 1000100 | 1010011 | 10111 | 1011 | 1000111 | 101101 |
Color Harmonies of #C53F22
Complementary color
Monochromatic Colors of #C53F22
Black with #C53F22
Text Example
Text Example
White with #C53F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F22; }
p { color: rgb(197,63,34); }
H1.HeaderClassName
{
color: #C53F22;
}
.AnyTagClassName
{
color: #C53F22;
}
</style>
background-color css
<style>
a { background-color: #C53F22; }
a { background-color: rgb(197,63,34); }
div.DivClassName
{
background-color: #C53F22;
}
.BgClassName
{
background-color: #C53F22;
}
</style>
border-color css
<style>
span { border-color: #C53F22; }
span { border-color: rgb(197,63,34); }
td.TdClassName
{
border-color: #C53F22;
}
.TagClassName
{
border-color: #C53F22;
}
</style>