Html Css Color HEX #C1331F Harley Davidson Orange
📋 copy color: '#C1331F'red 193 ◦ green 51 ◦ blue 31
Shades of Harley Davidson Orange #C1331F
Tints of Harley Davidson Orange #C1331F
RGB
CMYK
RGB Variations
Color information
#C1331F (or 0xC1331F) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 1F. RGB value is (193,51,31). Sum of RGB (Red+Green+Blue) = 193+51+31=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1331F is #3ECCE0. Grayscale: #5B5B5B. Windows color (decimal): -4115681 or 2044865. OLE color: 2044865.
HSL color Cylindrical-coordinate representation of color #C1331F: hue angle of 7.41º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1331F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 31 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.24 |
| HSL | 7.41º | 0.72% | 0.44% | - |
| HSV(B) | 7.41º | 0.84% | 0.76% | - |
| XYZ | 23.42 | 13.8 | 2.73 | - |
| YUV | 91.18 | 94.04 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 31 | 0 | 0.74 | 0.84 | 0.24 | 7.41 | 0.72 | 0.44 |
| Hex | C1 | 33 | 1F | 0 | 4A | 54 | 18 | 7 | 48 | 2C |
| Octal | 301 | 63 | 37 | 0 | 112 | 124 | 30 | 7 | 110 | 54 |
| Binary | 11000001 | 110011 | 11111 | 0 | 1001010 | 1010100 | 11000 | 111 | 1001000 | 101100 |
Color Harmonies of #C1331F
Complementary color
Monochromatic Colors of #C1331F
Black with #C1331F
Text Example
Text Example
White with #C1331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1331F; }
p { color: rgb(193,51,31); }
H1.HeaderClassName
{
color: #C1331F;
}
.AnyTagClassName
{
color: #C1331F;
}
</style>
background-color css
<style>
a { background-color: #C1331F; }
a { background-color: rgb(193,51,31); }
div.DivClassName
{
background-color: #C1331F;
}
.BgClassName
{
background-color: #C1331F;
}
</style>
border-color css
<style>
span { border-color: #C1331F; }
span { border-color: rgb(193,51,31); }
td.TdClassName
{
border-color: #C1331F;
}
.TagClassName
{
border-color: #C1331F;
}
</style>