Html Css Color HEX #C3291B Harley Davidson Orange
📋 copy color: '#C3291B'red 195 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #C3291B
Tints of Harley Davidson Orange #C3291B
RGB
CMYK
RGB Variations
Color information
#C3291B (or 0xC3291B) is known color: Harley Davidson Orange. HEX triplet: C3, 29 and 1B. RGB value is (195,41,27). Sum of RGB (Red+Green+Blue) = 195+41+27=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C3291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3291B is #3CD6E4. Grayscale: #555555. Windows color (decimal): -3987173 or 1780163. OLE color: 1780163.
HSL color Cylindrical-coordinate representation of color #C3291B: hue angle of 5º degrees, saturation: 0.76, 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 #C3291B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 41 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.24 |
| HSL | 5º | 0.76% | 0.44% | - |
| HSV(B) | 5º | 0.86% | 0.76% | - |
| XYZ | 23.5 | 13.27 | 2.36 | - |
| YUV | 85.45 | 95.02 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 41 | 27 | 0 | 0.79 | 0.86 | 0.24 | 5 | 0.76 | 0.44 |
| Hex | C3 | 29 | 1B | 0 | 4F | 56 | 18 | 5 | 4C | 2C |
| Octal | 303 | 51 | 33 | 0 | 117 | 126 | 30 | 5 | 114 | 54 |
| Binary | 11000011 | 101001 | 11011 | 0 | 1001111 | 1010110 | 11000 | 101 | 1001100 | 101100 |
Color Harmonies of #C3291B
Complementary color
Monochromatic Colors of #C3291B
Black with #C3291B
Text Example
Text Example
White with #C3291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3291B; }
p { color: rgb(195,41,27); }
H1.HeaderClassName
{
color: #C3291B;
}
.AnyTagClassName
{
color: #C3291B;
}
</style>
background-color css
<style>
a { background-color: #C3291B; }
a { background-color: rgb(195,41,27); }
div.DivClassName
{
background-color: #C3291B;
}
.BgClassName
{
background-color: #C3291B;
}
</style>
border-color css
<style>
span { border-color: #C3291B; }
span { border-color: rgb(195,41,27); }
td.TdClassName
{
border-color: #C3291B;
}
.TagClassName
{
border-color: #C3291B;
}
</style>