Html Css Color HEX #C13022 Harley Davidson Orange
📋 copy color: '#C13022'red 193 ◦ green 48 ◦ blue 34
Shades of Harley Davidson Orange #C13022
Tints of Harley Davidson Orange #C13022
RGB
CMYK
RGB Variations
Color information
#C13022 (or 0xC13022) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 22. RGB value is (193,48,34). Sum of RGB (Red+Green+Blue) = 193+48+34=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C13022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13022 is #3ECFDD. Grayscale: #595959. Windows color (decimal): -4116446 or 2240705. OLE color: 2240705.
HSL color Cylindrical-coordinate representation of color #C13022: hue angle of 5.28º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C13022 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 34 | - |
| CMYK | 0 | 0.75 | 0.82 | 0.24 |
| HSL | 5.28º | 0.7% | 0.45% | - |
| HSV(B) | 5.28º | 0.82% | 0.76% | - |
| XYZ | 23.34 | 13.57 | 2.9 | - |
| YUV | 89.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 34 | 0 | 0.75 | 0.82 | 0.24 | 5.28 | 0.7 | 0.45 |
| Hex | C1 | 30 | 22 | 0 | 4B | 52 | 18 | 5 | 46 | 2D |
| Octal | 301 | 60 | 42 | 0 | 113 | 122 | 30 | 5 | 106 | 55 |
| Binary | 11000001 | 110000 | 100010 | 0 | 1001011 | 1010010 | 11000 | 101 | 1000110 | 101101 |
Color Harmonies of #C13022
Complementary color
Monochromatic Colors of #C13022
Black with #C13022
Text Example
Text Example
White with #C13022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13022; }
p { color: rgb(193,48,34); }
H1.HeaderClassName
{
color: #C13022;
}
.AnyTagClassName
{
color: #C13022;
}
</style>
background-color css
<style>
a { background-color: #C13022; }
a { background-color: rgb(193,48,34); }
div.DivClassName
{
background-color: #C13022;
}
.BgClassName
{
background-color: #C13022;
}
</style>
border-color css
<style>
span { border-color: #C13022; }
span { border-color: rgb(193,48,34); }
td.TdClassName
{
border-color: #C13022;
}
.TagClassName
{
border-color: #C13022;
}
</style>