Html Css Color HEX #C2291B Harley Davidson Orange
📋 copy color: '#C2291B'red 194 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #C2291B
Tints of Harley Davidson Orange #C2291B
RGB
CMYK
RGB Variations
Color information
#C2291B (or 0xC2291B) is known color: Harley Davidson Orange. HEX triplet: C2, 29 and 1B. RGB value is (194,41,27). Sum of RGB (Red+Green+Blue) = 194+41+27=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C2291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2291B is #3DD6E4. Grayscale: #555555. Windows color (decimal): -4052709 or 1780162. OLE color: 1780162.
HSL color Cylindrical-coordinate representation of color #C2291B: hue angle of 5.03º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2291B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.24 |
| HSL | 5.03º | 0.76% | 0.43% | - |
| HSV(B) | 5.03º | 0.86% | 0.76% | - |
| XYZ | 23.24 | 13.13 | 2.35 | - |
| YUV | 85.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 27 | 0 | 0.79 | 0.86 | 0.24 | 5.03 | 0.76 | 0.43 |
| Hex | C2 | 29 | 1B | 0 | 4F | 56 | 18 | 5 | 4C | 2B |
| Octal | 302 | 51 | 33 | 0 | 117 | 126 | 30 | 5 | 114 | 53 |
| Binary | 11000010 | 101001 | 11011 | 0 | 1001111 | 1010110 | 11000 | 101 | 1001100 | 101011 |
Color Harmonies of #C2291B
Complementary color
Monochromatic Colors of #C2291B
Black with #C2291B
Text Example
Text Example
White with #C2291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2291B; }
p { color: rgb(194,41,27); }
H1.HeaderClassName
{
color: #C2291B;
}
.AnyTagClassName
{
color: #C2291B;
}
</style>
background-color css
<style>
a { background-color: #C2291B; }
a { background-color: rgb(194,41,27); }
div.DivClassName
{
background-color: #C2291B;
}
.BgClassName
{
background-color: #C2291B;
}
</style>
border-color css
<style>
span { border-color: #C2291B; }
span { border-color: rgb(194,41,27); }
td.TdClassName
{
border-color: #C2291B;
}
.TagClassName
{
border-color: #C2291B;
}
</style>