Html Css Color HEX #C23813 Harley Davidson Orange
📋 copy color: '#C23813'red 194 ◦ green 56 ◦ blue 19
Shades of Harley Davidson Orange #C23813
Tints of Harley Davidson Orange #C23813
RGB
CMYK
RGB Variations
Color information
#C23813 (or 0xC23813) is known color: Harley Davidson Orange. HEX triplet: C2, 38 and 13. RGB value is (194,56,19). Sum of RGB (Red+Green+Blue) = 194+56+19=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C23813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23813 is #3DC7EC. Grayscale: #5D5D5D. Windows color (decimal): -4048877 or 1259714. OLE color: 1259714.
HSL color Cylindrical-coordinate representation of color #C23813: hue angle of 12.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 #C23813 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.24 |
| HSL | 12.69º | 0.82% | 0.42% | - |
| HSV(B) | 12.69º | 0.9% | 0.76% | - |
| XYZ | 23.78 | 14.34 | 2.13 | - |
| YUV | 93.04 | 86.22 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 19 | 0 | 0.71 | 0.90 | 0.24 | 12.69 | 0.82 | 0.42 |
| Hex | C2 | 38 | 13 | 0 | 47 | 5A | 18 | D | 52 | 2A |
| Octal | 302 | 70 | 23 | 0 | 107 | 132 | 30 | 15 | 122 | 52 |
| Binary | 11000010 | 111000 | 10011 | 0 | 1000111 | 1011010 | 11000 | 1101 | 1010010 | 101010 |
Color Harmonies of #C23813
Complementary color
Monochromatic Colors of #C23813
Black with #C23813
Text Example
Text Example
White with #C23813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23813; }
p { color: rgb(194,56,19); }
H1.HeaderClassName
{
color: #C23813;
}
.AnyTagClassName
{
color: #C23813;
}
</style>
background-color css
<style>
a { background-color: #C23813; }
a { background-color: rgb(194,56,19); }
div.DivClassName
{
background-color: #C23813;
}
.BgClassName
{
background-color: #C23813;
}
</style>
border-color css
<style>
span { border-color: #C23813; }
span { border-color: rgb(194,56,19); }
td.TdClassName
{
border-color: #C23813;
}
.TagClassName
{
border-color: #C23813;
}
</style>