Html Css Color HEX #C03213 Harley Davidson Orange
📋 copy color: '#C03213'red 192 ◦ green 50 ◦ blue 19
Shades of Harley Davidson Orange #C03213
Tints of Harley Davidson Orange #C03213
RGB
CMYK
RGB Variations
Color information
#C03213 (or 0xC03213) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 13. RGB value is (192,50,19). Sum of RGB (Red+Green+Blue) = 192+50+19=261 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.56% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 192 - color contains mainly: red. Hex color #C03213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03213 is #3FCDEC. Grayscale: #595959. Windows color (decimal): -4181485 or 1258176. OLE color: 1258176.
HSL color Cylindrical-coordinate representation of color #C03213: hue angle of 10.75º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03213 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.25 |
| HSL | 10.75º | 0.82% | 0.41% | - |
| HSV(B) | 10.75º | 0.9% | 0.75% | - |
| XYZ | 23 | 13.53 | 2.02 | - |
| YUV | 88.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 19 | 0 | 0.74 | 0.90 | 0.25 | 10.75 | 0.82 | 0.41 |
| Hex | C0 | 32 | 13 | 0 | 4A | 5A | 19 | B | 52 | 29 |
| Octal | 300 | 62 | 23 | 0 | 112 | 132 | 31 | 13 | 122 | 51 |
| Binary | 11000000 | 110010 | 10011 | 0 | 1001010 | 1011010 | 11001 | 1011 | 1010010 | 101001 |
Color Harmonies of #C03213
Complementary color
Monochromatic Colors of #C03213
Black with #C03213
Text Example
Text Example
White with #C03213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03213; }
p { color: rgb(192,50,19); }
H1.HeaderClassName
{
color: #C03213;
}
.AnyTagClassName
{
color: #C03213;
}
</style>
background-color css
<style>
a { background-color: #C03213; }
a { background-color: rgb(192,50,19); }
div.DivClassName
{
background-color: #C03213;
}
.BgClassName
{
background-color: #C03213;
}
</style>
border-color css
<style>
span { border-color: #C03213; }
span { border-color: rgb(192,50,19); }
td.TdClassName
{
border-color: #C03213;
}
.TagClassName
{
border-color: #C03213;
}
</style>