Html Css Color HEX #C23216 Harley Davidson Orange
📋 copy color: '#C23216'red 194 ◦ green 50 ◦ blue 22
Shades of Harley Davidson Orange #C23216
Tints of Harley Davidson Orange #C23216
RGB
CMYK
RGB Variations
Color information
#C23216 (or 0xC23216) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 16. RGB value is (194,50,22). Sum of RGB (Red+Green+Blue) = 194+50+22=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23216 is #3DCDE9. Grayscale: #5A5A5A. Windows color (decimal): -4050410 or 1454786. OLE color: 1454786.
HSL color Cylindrical-coordinate representation of color #C23216: hue angle of 9.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C23216 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.24 |
| HSL | 9.77º | 0.8% | 0.42% | - |
| HSV(B) | 9.77º | 0.89% | 0.76% | - |
| XYZ | 23.53 | 13.81 | 2.18 | - |
| YUV | 89.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 22 | 0 | 0.74 | 0.89 | 0.24 | 9.77 | 0.8 | 0.42 |
| Hex | C2 | 32 | 16 | 0 | 4A | 59 | 18 | A | 50 | 2A |
| Octal | 302 | 62 | 26 | 0 | 112 | 131 | 30 | 12 | 120 | 52 |
| Binary | 11000010 | 110010 | 10110 | 0 | 1001010 | 1011001 | 11000 | 1010 | 1010000 | 101010 |
Color Harmonies of #C23216
Complementary color
Monochromatic Colors of #C23216
Black with #C23216
Text Example
Text Example
White with #C23216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23216; }
p { color: rgb(194,50,22); }
H1.HeaderClassName
{
color: #C23216;
}
.AnyTagClassName
{
color: #C23216;
}
</style>
background-color css
<style>
a { background-color: #C23216; }
a { background-color: rgb(194,50,22); }
div.DivClassName
{
background-color: #C23216;
}
.BgClassName
{
background-color: #C23216;
}
</style>
border-color css
<style>
span { border-color: #C23216; }
span { border-color: rgb(194,50,22); }
td.TdClassName
{
border-color: #C23216;
}
.TagClassName
{
border-color: #C23216;
}
</style>