Html Css Color HEX #C2381F Harley Davidson Orange
📋 copy color: '#C2381F'red 194 ◦ green 56 ◦ blue 31
Shades of Harley Davidson Orange #C2381F
Tints of Harley Davidson Orange #C2381F
RGB
CMYK
RGB Variations
Color information
#C2381F (or 0xC2381F) is known color: Harley Davidson Orange. HEX triplet: C2, 38 and 1F. RGB value is (194,56,31). Sum of RGB (Red+Green+Blue) = 194+56+31=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C2381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2381F is #3DC7E0. Grayscale: #5E5E5E. Windows color (decimal): -4048865 or 2046146. OLE color: 2046146.
HSL color Cylindrical-coordinate representation of color #C2381F: hue angle of 9.2º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2381F is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 31 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.24 |
| HSL | 9.2º | 0.72% | 0.44% | - |
| HSV(B) | 9.2º | 0.84% | 0.76% | - |
| XYZ | 23.91 | 14.4 | 2.81 | - |
| YUV | 94.41 | 92.22 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 31 | 0 | 0.71 | 0.84 | 0.24 | 9.2 | 0.72 | 0.44 |
| Hex | C2 | 38 | 1F | 0 | 47 | 54 | 18 | 9 | 48 | 2C |
| Octal | 302 | 70 | 37 | 0 | 107 | 124 | 30 | 11 | 110 | 54 |
| Binary | 11000010 | 111000 | 11111 | 0 | 1000111 | 1010100 | 11000 | 1001 | 1001000 | 101100 |
Color Harmonies of #C2381F
Complementary color
Monochromatic Colors of #C2381F
Black with #C2381F
Text Example
Text Example
White with #C2381F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2381F; }
p { color: rgb(194,56,31); }
H1.HeaderClassName
{
color: #C2381F;
}
.AnyTagClassName
{
color: #C2381F;
}
</style>
background-color css
<style>
a { background-color: #C2381F; }
a { background-color: rgb(194,56,31); }
div.DivClassName
{
background-color: #C2381F;
}
.BgClassName
{
background-color: #C2381F;
}
</style>
border-color css
<style>
span { border-color: #C2381F; }
span { border-color: rgb(194,56,31); }
td.TdClassName
{
border-color: #C2381F;
}
.TagClassName
{
border-color: #C2381F;
}
</style>