Html Css Color HEX #C31D07 Harley Davidson Orange
📋 copy color: '#C31D07'red 195 ◦ green 29 ◦ blue 7
Shades of Harley Davidson Orange #C31D07
Tints of Harley Davidson Orange #C31D07
RGB
CMYK
RGB Variations
Color information
#C31D07 (or 0xC31D07) is known color: Harley Davidson Orange. HEX triplet: C3, 1D and 07. RGB value is (195,29,7). Sum of RGB (Red+Green+Blue) = 195+29+7=231 (30% of max value = 765). Red value is 195 (76.56% from 255 or 84.42% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31D07 is #3CE2F8. Grayscale: #4C4C4C. Windows color (decimal): -3990265 or 466371. OLE color: 466371.
HSL color Cylindrical-coordinate representation of color #C31D07: hue angle of 7.02º 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 #C31D07 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 7 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.24 |
| HSL | 7.02º | 0.93% | 0.4% | - |
| HSV(B) | 7.02º | 0.96% | 0.76% | - |
| XYZ | 22.98 | 12.5 | 1.4 | - |
| YUV | 76.13 | 89 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 7 | 0 | 0.85 | 0.96 | 0.24 | 7.02 | 0.93 | 0.4 |
| Hex | C3 | 1D | 7 | 0 | 55 | 60 | 18 | 7 | 5D | 28 |
| Octal | 303 | 35 | 7 | 0 | 125 | 140 | 30 | 7 | 135 | 50 |
| Binary | 11000011 | 11101 | 111 | 0 | 1010101 | 1100000 | 11000 | 111 | 1011101 | 101000 |
Color Harmonies of #C31D07
Complementary color
Monochromatic Colors of #C31D07
Black with #C31D07
Text Example
Text Example
White with #C31D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D07; }
p { color: rgb(195,29,7); }
H1.HeaderClassName
{
color: #C31D07;
}
.AnyTagClassName
{
color: #C31D07;
}
</style>
background-color css
<style>
a { background-color: #C31D07; }
a { background-color: rgb(195,29,7); }
div.DivClassName
{
background-color: #C31D07;
}
.BgClassName
{
background-color: #C31D07;
}
</style>
border-color css
<style>
span { border-color: #C31D07; }
span { border-color: rgb(195,29,7); }
td.TdClassName
{
border-color: #C31D07;
}
.TagClassName
{
border-color: #C31D07;
}
</style>