Html Css Color HEX #C31C06 Harley Davidson Orange
📋 copy color: '#C31C06'red 195 ◦ green 28 ◦ blue 6
Shades of Harley Davidson Orange #C31C06
Tints of Harley Davidson Orange #C31C06
RGB
CMYK
RGB Variations
Color information
#C31C06 (or 0xC31C06) is known color: Harley Davidson Orange. HEX triplet: C3, 1C and 06. RGB value is (195,28,6). Sum of RGB (Red+Green+Blue) = 195+28+6=229 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.15% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C06 is #3CE3F9. Grayscale: #4B4B4B. Windows color (decimal): -3990522 or 400579. OLE color: 400579.
HSL color Cylindrical-coordinate representation of color #C31C06: hue angle of 6.98º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C31C06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.24 |
| HSL | 6.98º | 0.94% | 0.39% | - |
| HSV(B) | 6.98º | 0.97% | 0.76% | - |
| XYZ | 22.95 | 12.45 | 1.36 | - |
| YUV | 75.43 | 88.83 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 6 | 0 | 0.86 | 0.97 | 0.24 | 6.98 | 0.94 | 0.39 |
| Hex | C3 | 1C | 6 | 0 | 56 | 61 | 18 | 7 | 5E | 27 |
| Octal | 303 | 34 | 6 | 0 | 126 | 141 | 30 | 7 | 136 | 47 |
| Binary | 11000011 | 11100 | 110 | 0 | 1010110 | 1100001 | 11000 | 111 | 1011110 | 100111 |
Color Harmonies of #C31C06
Complementary color
Monochromatic Colors of #C31C06
Black with #C31C06
Text Example
Text Example
White with #C31C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C06; }
p { color: rgb(195,28,6); }
H1.HeaderClassName
{
color: #C31C06;
}
.AnyTagClassName
{
color: #C31C06;
}
</style>
background-color css
<style>
a { background-color: #C31C06; }
a { background-color: rgb(195,28,6); }
div.DivClassName
{
background-color: #C31C06;
}
.BgClassName
{
background-color: #C31C06;
}
</style>
border-color css
<style>
span { border-color: #C31C06; }
span { border-color: rgb(195,28,6); }
td.TdClassName
{
border-color: #C31C06;
}
.TagClassName
{
border-color: #C31C06;
}
</style>