Html Css Color HEX #C13213 Harley Davidson Orange
📋 copy color: '#C13213'red 193 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #C13213
Tints of Harley Davidson Orange #C13213
RGB
CMYK
RGB Variations
Color information
#C13213 (or 0xC13213) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 13. RGB value is (193,50,19). Sum of RGB (Red+Green+Blue) = 193+50+19=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C13213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13213 is #3ECDEC. Grayscale: #595959. Windows color (decimal): -4115949 or 1258177. OLE color: 1258177.
HSL color Cylindrical-coordinate representation of color #C13213: hue angle of 10.69º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C13213 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.24 |
| HSL | 10.69º | 0.82% | 0.42% | - |
| HSV(B) | 10.69º | 0.9% | 0.76% | - |
| XYZ | 23.25 | 13.67 | 2.03 | - |
| YUV | 89.22 | 88.38 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 19 | 0 | 0.74 | 0.90 | 0.24 | 10.69 | 0.82 | 0.42 |
| Hex | C1 | 32 | 13 | 0 | 4A | 5A | 18 | B | 52 | 2A |
| Octal | 301 | 62 | 23 | 0 | 112 | 132 | 30 | 13 | 122 | 52 |
| Binary | 11000001 | 110010 | 10011 | 0 | 1001010 | 1011010 | 11000 | 1011 | 1010010 | 101010 |
Color Harmonies of #C13213
Complementary color
Monochromatic Colors of #C13213
Black with #C13213
Text Example
Text Example
White with #C13213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13213; }
p { color: rgb(193,50,19); }
H1.HeaderClassName
{
color: #C13213;
}
.AnyTagClassName
{
color: #C13213;
}
</style>
background-color css
<style>
a { background-color: #C13213; }
a { background-color: rgb(193,50,19); }
div.DivClassName
{
background-color: #C13213;
}
.BgClassName
{
background-color: #C13213;
}
</style>
border-color css
<style>
span { border-color: #C13213; }
span { border-color: rgb(193,50,19); }
td.TdClassName
{
border-color: #C13213;
}
.TagClassName
{
border-color: #C13213;
}
</style>