Html Css Color HEX #C23314 Harley Davidson Orange
📋 copy color: '#C23314'red 194 ◦ green 51 ◦ blue 20
Shades of Harley Davidson Orange #C23314
Tints of Harley Davidson Orange #C23314
RGB
CMYK
RGB Variations
Color information
#C23314 (or 0xC23314) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 14. RGB value is (194,51,20). Sum of RGB (Red+Green+Blue) = 194+51+20=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C23314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23314 is #3DCCEB. Grayscale: #5A5A5A. Windows color (decimal): -4050156 or 1323970. OLE color: 1323970.
HSL color Cylindrical-coordinate representation of color #C23314: hue angle of 10.69º degrees, saturation: 0.81, 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 #C23314 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.24 |
| HSL | 10.69º | 0.81% | 0.42% | - |
| HSV(B) | 10.69º | 0.9% | 0.76% | - |
| XYZ | 23.56 | 13.89 | 2.1 | - |
| YUV | 90.22 | 88.38 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 20 | 0 | 0.74 | 0.90 | 0.24 | 10.69 | 0.81 | 0.42 |
| Hex | C2 | 33 | 14 | 0 | 4A | 5A | 18 | B | 51 | 2A |
| Octal | 302 | 63 | 24 | 0 | 112 | 132 | 30 | 13 | 121 | 52 |
| Binary | 11000010 | 110011 | 10100 | 0 | 1001010 | 1011010 | 11000 | 1011 | 1010001 | 101010 |
Color Harmonies of #C23314
Complementary color
Monochromatic Colors of #C23314
Black with #C23314
Text Example
Text Example
White with #C23314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23314; }
p { color: rgb(194,51,20); }
H1.HeaderClassName
{
color: #C23314;
}
.AnyTagClassName
{
color: #C23314;
}
</style>
background-color css
<style>
a { background-color: #C23314; }
a { background-color: rgb(194,51,20); }
div.DivClassName
{
background-color: #C23314;
}
.BgClassName
{
background-color: #C23314;
}
</style>
border-color css
<style>
span { border-color: #C23314; }
span { border-color: rgb(194,51,20); }
td.TdClassName
{
border-color: #C23314;
}
.TagClassName
{
border-color: #C23314;
}
</style>