Html Css Color HEX #C3391D Harley Davidson Orange
📋 copy color: '#C3391D'red 195 ◦ green 57 ◦ blue 29
Shades of Harley Davidson Orange #C3391D
Tints of Harley Davidson Orange #C3391D
RGB
CMYK
RGB Variations
Color information
#C3391D (or 0xC3391D) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 1D. RGB value is (195,57,29). Sum of RGB (Red+Green+Blue) = 195+57+29=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C3391D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3391D is #3CC6E2. Grayscale: #5F5F5F. Windows color (decimal): -3983075 or 1915331. OLE color: 1915331.
HSL color Cylindrical-coordinate representation of color #C3391D: hue angle of 10.12º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3391D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 29 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.24 |
| HSL | 10.12º | 0.74% | 0.44% | - |
| HSV(B) | 10.12º | 0.85% | 0.76% | - |
| XYZ | 24.19 | 14.62 | 2.71 | - |
| YUV | 95.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 29 | 0 | 0.71 | 0.85 | 0.24 | 10.12 | 0.74 | 0.44 |
| Hex | C3 | 39 | 1D | 0 | 47 | 55 | 18 | A | 4A | 2C |
| Octal | 303 | 71 | 35 | 0 | 107 | 125 | 30 | 12 | 112 | 54 |
| Binary | 11000011 | 111001 | 11101 | 0 | 1000111 | 1010101 | 11000 | 1010 | 1001010 | 101100 |
Color Harmonies of #C3391D
Complementary color
Monochromatic Colors of #C3391D
Black with #C3391D
Text Example
Text Example
White with #C3391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3391D; }
p { color: rgb(195,57,29); }
H1.HeaderClassName
{
color: #C3391D;
}
.AnyTagClassName
{
color: #C3391D;
}
</style>
background-color css
<style>
a { background-color: #C3391D; }
a { background-color: rgb(195,57,29); }
div.DivClassName
{
background-color: #C3391D;
}
.BgClassName
{
background-color: #C3391D;
}
</style>
border-color css
<style>
span { border-color: #C3391D; }
span { border-color: rgb(195,57,29); }
td.TdClassName
{
border-color: #C3391D;
}
.TagClassName
{
border-color: #C3391D;
}
</style>