Html Css Color HEX #C13721 Harley Davidson Orange
📋 copy color: '#C13721'red 193 ◦ green 55 ◦ blue 33
Shades of Harley Davidson Orange #C13721
Tints of Harley Davidson Orange #C13721
RGB
CMYK
RGB Variations
Color information
#C13721 (or 0xC13721) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 21. RGB value is (193,55,33). Sum of RGB (Red+Green+Blue) = 193+55+33=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C13721 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13721 is #3EC8DE. Grayscale: #5D5D5D. Windows color (decimal): -4114655 or 2176961. OLE color: 2176961.
HSL color Cylindrical-coordinate representation of color #C13721: hue angle of 8.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C13721 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 33 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.24 |
| HSL | 8.25º | 0.71% | 0.44% | - |
| HSV(B) | 8.25º | 0.83% | 0.76% | - |
| XYZ | 23.63 | 14.18 | 2.93 | - |
| YUV | 93.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 33 | 0 | 0.72 | 0.83 | 0.24 | 8.25 | 0.71 | 0.44 |
| Hex | C1 | 37 | 21 | 0 | 48 | 53 | 18 | 8 | 47 | 2C |
| Octal | 301 | 67 | 41 | 0 | 110 | 123 | 30 | 10 | 107 | 54 |
| Binary | 11000001 | 110111 | 100001 | 0 | 1001000 | 1010011 | 11000 | 1000 | 1000111 | 101100 |
Color Harmonies of #C13721
Complementary color
Monochromatic Colors of #C13721
Black with #C13721
Text Example
Text Example
White with #C13721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13721; }
p { color: rgb(193,55,33); }
H1.HeaderClassName
{
color: #C13721;
}
.AnyTagClassName
{
color: #C13721;
}
</style>
background-color css
<style>
a { background-color: #C13721; }
a { background-color: rgb(193,55,33); }
div.DivClassName
{
background-color: #C13721;
}
.BgClassName
{
background-color: #C13721;
}
</style>
border-color css
<style>
span { border-color: #C13721; }
span { border-color: rgb(193,55,33); }
td.TdClassName
{
border-color: #C13721;
}
.TagClassName
{
border-color: #C13721;
}
</style>