Html Css Color HEX #C31B0C Harley Davidson Orange
📋 copy color: '#C31B0C'red 195 ◦ green 27 ◦ blue 12
Shades of Harley Davidson Orange #C31B0C
Tints of Harley Davidson Orange #C31B0C
RGB
CMYK
RGB Variations
Color information
#C31B0C (or 0xC31B0C) is known color: Harley Davidson Orange. HEX triplet: C3, 1B and 0C. RGB value is (195,27,12). Sum of RGB (Red+Green+Blue) = 195+27+12=234 (30% of max value = 765). Red value is 195 (76.56% from 255 or 83.33% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 195 - color contains mainly: red. Hex color #C31B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31B0C is #3CE4F3. Grayscale: #4B4B4B. Windows color (decimal): -3990772 or 793539. OLE color: 793539.
HSL color Cylindrical-coordinate representation of color #C31B0C: hue angle of 4.92º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C31B0C is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 27 | 12 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.24 |
| HSL | 4.92º | 0.88% | 0.41% | - |
| HSV(B) | 4.92º | 0.94% | 0.76% | - |
| XYZ | 22.96 | 12.41 | 1.53 | - |
| YUV | 75.52 | 92.16 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 27 | 12 | 0 | 0.86 | 0.94 | 0.24 | 4.92 | 0.88 | 0.41 |
| Hex | C3 | 1B | C | 0 | 56 | 5E | 18 | 5 | 58 | 29 |
| Octal | 303 | 33 | 14 | 0 | 126 | 136 | 30 | 5 | 130 | 51 |
| Binary | 11000011 | 11011 | 1100 | 0 | 1010110 | 1011110 | 11000 | 101 | 1011000 | 101001 |
Color Harmonies of #C31B0C
Complementary color
Monochromatic Colors of #C31B0C
Black with #C31B0C
Text Example
Text Example
White with #C31B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31B0C; }
p { color: rgb(195,27,12); }
H1.HeaderClassName
{
color: #C31B0C;
}
.AnyTagClassName
{
color: #C31B0C;
}
</style>
background-color css
<style>
a { background-color: #C31B0C; }
a { background-color: rgb(195,27,12); }
div.DivClassName
{
background-color: #C31B0C;
}
.BgClassName
{
background-color: #C31B0C;
}
</style>
border-color css
<style>
span { border-color: #C31B0C; }
span { border-color: rgb(195,27,12); }
td.TdClassName
{
border-color: #C31B0C;
}
.TagClassName
{
border-color: #C31B0C;
}
</style>