Html Css Color HEX #C31D03 Harley Davidson Orange
📋 copy color: '#C31D03'red 195 ◦ green 29 ◦ blue 3
Shades of Harley Davidson Orange #C31D03
Tints of Harley Davidson Orange #C31D03
RGB
CMYK
RGB Variations
Color information
#C31D03 (or 0xC31D03) is known color: Harley Davidson Orange. HEX triplet: C3, 1D and 03. RGB value is (195,29,3). Sum of RGB (Red+Green+Blue) = 195+29+3=227 (30% of max value = 765). Red value is 195 (76.56% from 255 or 85.90% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 3 (1.56% from 255 or 1.32% from 227); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31D03 is #3CE2FC. Grayscale: #4B4B4B. Windows color (decimal): -3990269 or 204227. OLE color: 204227.
HSL color Cylindrical-coordinate representation of color #C31D03: hue angle of 8.12º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C31D03 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.24 |
| HSL | 8.13º | 0.97% | 0.39% | - |
| HSV(B) | 8.13º | 0.98% | 0.76% | - |
| XYZ | 22.96 | 12.49 | 1.29 | - |
| YUV | 75.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 3 | 0 | 0.85 | 0.98 | 0.24 | 8.13 | 0.97 | 0.39 |
| Hex | C3 | 1D | 3 | 0 | 55 | 62 | 18 | 8 | 61 | 27 |
| Octal | 303 | 35 | 3 | 0 | 125 | 142 | 30 | 10 | 141 | 47 |
| Binary | 11000011 | 11101 | 11 | 0 | 1010101 | 1100010 | 11000 | 1000 | 1100001 | 100111 |
Color Harmonies of #C31D03
Complementary color
Monochromatic Colors of #C31D03
Black with #C31D03
Text Example
Text Example
White with #C31D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D03; }
p { color: rgb(195,29,3); }
H1.HeaderClassName
{
color: #C31D03;
}
.AnyTagClassName
{
color: #C31D03;
}
</style>
background-color css
<style>
a { background-color: #C31D03; }
a { background-color: rgb(195,29,3); }
div.DivClassName
{
background-color: #C31D03;
}
.BgClassName
{
background-color: #C31D03;
}
</style>
border-color css
<style>
span { border-color: #C31D03; }
span { border-color: rgb(195,29,3); }
td.TdClassName
{
border-color: #C31D03;
}
.TagClassName
{
border-color: #C31D03;
}
</style>