Html Css Color HEX #C31C07 Harley Davidson Orange
📋 copy color: '#C31C07'red 195 ◦ green 28 ◦ blue 7
Shades of Harley Davidson Orange #C31C07
Tints of Harley Davidson Orange #C31C07
RGB
CMYK
RGB Variations
Color information
#C31C07 (or 0xC31C07) is known color: Harley Davidson Orange. HEX triplet: C3, 1C and 07. RGB value is (195,28,7). Sum of RGB (Red+Green+Blue) = 195+28+7=230 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.78% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C07 is #3CE3F8. Grayscale: #4B4B4B. Windows color (decimal): -3990521 or 466115. OLE color: 466115.
HSL color Cylindrical-coordinate representation of color #C31C07: hue angle of 6.7º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C31C07 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 7 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.24 |
| HSL | 6.7º | 0.93% | 0.4% | - |
| HSV(B) | 6.7º | 0.96% | 0.76% | - |
| XYZ | 22.96 | 12.45 | 1.39 | - |
| YUV | 75.54 | 89.33 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 7 | 0 | 0.86 | 0.96 | 0.24 | 6.7 | 0.93 | 0.4 |
| Hex | C3 | 1C | 7 | 0 | 56 | 60 | 18 | 7 | 5D | 28 |
| Octal | 303 | 34 | 7 | 0 | 126 | 140 | 30 | 7 | 135 | 50 |
| Binary | 11000011 | 11100 | 111 | 0 | 1010110 | 1100000 | 11000 | 111 | 1011101 | 101000 |
Color Harmonies of #C31C07
Complementary color
Monochromatic Colors of #C31C07
Black with #C31C07
Text Example
Text Example
White with #C31C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C07; }
p { color: rgb(195,28,7); }
H1.HeaderClassName
{
color: #C31C07;
}
.AnyTagClassName
{
color: #C31C07;
}
</style>
background-color css
<style>
a { background-color: #C31C07; }
a { background-color: rgb(195,28,7); }
div.DivClassName
{
background-color: #C31C07;
}
.BgClassName
{
background-color: #C31C07;
}
</style>
border-color css
<style>
span { border-color: #C31C07; }
span { border-color: rgb(195,28,7); }
td.TdClassName
{
border-color: #C31C07;
}
.TagClassName
{
border-color: #C31C07;
}
</style>