Html Css Color HEX #C3381D Harley Davidson Orange
📋 copy color: '#C3381D'red 195 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #C3381D
Tints of Harley Davidson Orange #C3381D
RGB
CMYK
RGB Variations
Color information
#C3381D (or 0xC3381D) is known color: Harley Davidson Orange. HEX triplet: C3, 38 and 1D. RGB value is (195,56,29). Sum of RGB (Red+Green+Blue) = 195+56+29=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C3381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3381D is #3CC7E2. Grayscale: #5E5E5E. Windows color (decimal): -3983331 or 1915075. OLE color: 1915075.
HSL color Cylindrical-coordinate representation of color #C3381D: hue angle of 9.76º 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 #C3381D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 56 | 29 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.24 |
| HSL | 9.76º | 0.74% | 0.44% | - |
| HSV(B) | 9.76º | 0.85% | 0.76% | - |
| XYZ | 24.14 | 14.52 | 2.69 | - |
| YUV | 94.48 | 91.05 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 56 | 29 | 0 | 0.71 | 0.85 | 0.24 | 9.76 | 0.74 | 0.44 |
| Hex | C3 | 38 | 1D | 0 | 47 | 55 | 18 | A | 4A | 2C |
| Octal | 303 | 70 | 35 | 0 | 107 | 125 | 30 | 12 | 112 | 54 |
| Binary | 11000011 | 111000 | 11101 | 0 | 1000111 | 1010101 | 11000 | 1010 | 1001010 | 101100 |
Color Harmonies of #C3381D
Complementary color
Monochromatic Colors of #C3381D
Black with #C3381D
Text Example
Text Example
White with #C3381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3381D; }
p { color: rgb(195,56,29); }
H1.HeaderClassName
{
color: #C3381D;
}
.AnyTagClassName
{
color: #C3381D;
}
</style>
background-color css
<style>
a { background-color: #C3381D; }
a { background-color: rgb(195,56,29); }
div.DivClassName
{
background-color: #C3381D;
}
.BgClassName
{
background-color: #C3381D;
}
</style>
border-color css
<style>
span { border-color: #C3381D; }
span { border-color: rgb(195,56,29); }
td.TdClassName
{
border-color: #C3381D;
}
.TagClassName
{
border-color: #C3381D;
}
</style>