Html Css Color HEX #C2291C Harley Davidson Orange
📋 copy color: '#C2291C'red 194 ◦ green 41 ◦ blue 28
Shades of Harley Davidson Orange #C2291C
Tints of Harley Davidson Orange #C2291C
RGB
CMYK
RGB Variations
Color information
#C2291C (or 0xC2291C) is known color: Harley Davidson Orange. HEX triplet: C2, 29 and 1C. RGB value is (194,41,28). Sum of RGB (Red+Green+Blue) = 194+41+28=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C2291C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2291C is #3DD6E3. Grayscale: #555555. Windows color (decimal): -4052708 or 1845698. OLE color: 1845698.
HSL color Cylindrical-coordinate representation of color #C2291C: hue angle of 4.7º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2291C is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 28 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.24 |
| HSL | 4.7º | 0.75% | 0.44% | - |
| HSV(B) | 4.7º | 0.86% | 0.76% | - |
| XYZ | 23.25 | 13.14 | 2.41 | - |
| YUV | 85.27 | 95.69 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 28 | 0 | 0.79 | 0.86 | 0.24 | 4.7 | 0.75 | 0.44 |
| Hex | C2 | 29 | 1C | 0 | 4F | 56 | 18 | 5 | 4B | 2C |
| Octal | 302 | 51 | 34 | 0 | 117 | 126 | 30 | 5 | 113 | 54 |
| Binary | 11000010 | 101001 | 11100 | 0 | 1001111 | 1010110 | 11000 | 101 | 1001011 | 101100 |
Color Harmonies of #C2291C
Complementary color
Monochromatic Colors of #C2291C
Black with #C2291C
Text Example
Text Example
White with #C2291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2291C; }
p { color: rgb(194,41,28); }
H1.HeaderClassName
{
color: #C2291C;
}
.AnyTagClassName
{
color: #C2291C;
}
</style>
background-color css
<style>
a { background-color: #C2291C; }
a { background-color: rgb(194,41,28); }
div.DivClassName
{
background-color: #C2291C;
}
.BgClassName
{
background-color: #C2291C;
}
</style>
border-color css
<style>
span { border-color: #C2291C; }
span { border-color: rgb(194,41,28); }
td.TdClassName
{
border-color: #C2291C;
}
.TagClassName
{
border-color: #C2291C;
}
</style>