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