Html Css Color HEX #C23713 Harley Davidson Orange
📋 copy color: '#C23713'red 194 ◦ green 55 ◦ blue 19
Shades of Harley Davidson Orange #C23713
Tints of Harley Davidson Orange #C23713
RGB
CMYK
RGB Variations
Color information
#C23713 (or 0xC23713) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 13. RGB value is (194,55,19). Sum of RGB (Red+Green+Blue) = 194+55+19=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C23713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23713 is #3DC8EC. Grayscale: #5C5C5C. Windows color (decimal): -4049133 or 1259458. OLE color: 1259458.
HSL color Cylindrical-coordinate representation of color #C23713: hue angle of 12.34º 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 #C23713 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 19 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.24 |
| HSL | 12.34º | 0.82% | 0.42% | - |
| HSV(B) | 12.34º | 0.9% | 0.76% | - |
| XYZ | 23.73 | 14.25 | 2.12 | - |
| YUV | 92.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 19 | 0 | 0.72 | 0.90 | 0.24 | 12.34 | 0.82 | 0.42 |
| Hex | C2 | 37 | 13 | 0 | 48 | 5A | 18 | C | 52 | 2A |
| Octal | 302 | 67 | 23 | 0 | 110 | 132 | 30 | 14 | 122 | 52 |
| Binary | 11000010 | 110111 | 10011 | 0 | 1001000 | 1011010 | 11000 | 1100 | 1010010 | 101010 |
Color Harmonies of #C23713
Complementary color
Monochromatic Colors of #C23713
Black with #C23713
Text Example
Text Example
White with #C23713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23713; }
p { color: rgb(194,55,19); }
H1.HeaderClassName
{
color: #C23713;
}
.AnyTagClassName
{
color: #C23713;
}
</style>
background-color css
<style>
a { background-color: #C23713; }
a { background-color: rgb(194,55,19); }
div.DivClassName
{
background-color: #C23713;
}
.BgClassName
{
background-color: #C23713;
}
</style>
border-color css
<style>
span { border-color: #C23713; }
span { border-color: rgb(194,55,19); }
td.TdClassName
{
border-color: #C23713;
}
.TagClassName
{
border-color: #C23713;
}
</style>