Html Css Color HEX #C13D1C Harley Davidson Orange
📋 copy color: '#C13D1C'red 193 ◦ green 61 ◦ blue 28
Shades of Harley Davidson Orange #C13D1C
Tints of Harley Davidson Orange #C13D1C
RGB
CMYK
RGB Variations
Color information
#C13D1C (or 0xC13D1C) is known color: Harley Davidson Orange. HEX triplet: C1, 3D and 1C. RGB value is (193,61,28). Sum of RGB (Red+Green+Blue) = 193+61+28=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D1C is #3EC2E3. Grayscale: #606060. Windows color (decimal): -4113124 or 1850817. OLE color: 1850817.
HSL color Cylindrical-coordinate representation of color #C13D1C: hue angle of 12º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C13D1C is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 28 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.24 |
| HSL | 12º | 0.75% | 0.43% | - |
| HSV(B) | 12º | 0.85% | 0.76% | - |
| XYZ | 23.87 | 14.76 | 2.69 | - |
| YUV | 96.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 28 | 0 | 0.68 | 0.85 | 0.24 | 12 | 0.75 | 0.43 |
| Hex | C1 | 3D | 1C | 0 | 44 | 55 | 18 | C | 4B | 2B |
| Octal | 301 | 75 | 34 | 0 | 104 | 125 | 30 | 14 | 113 | 53 |
| Binary | 11000001 | 111101 | 11100 | 0 | 1000100 | 1010101 | 11000 | 1100 | 1001011 | 101011 |
Color Harmonies of #C13D1C
Complementary color
Monochromatic Colors of #C13D1C
Black with #C13D1C
Text Example
Text Example
White with #C13D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D1C; }
p { color: rgb(193,61,28); }
H1.HeaderClassName
{
color: #C13D1C;
}
.AnyTagClassName
{
color: #C13D1C;
}
</style>
background-color css
<style>
a { background-color: #C13D1C; }
a { background-color: rgb(193,61,28); }
div.DivClassName
{
background-color: #C13D1C;
}
.BgClassName
{
background-color: #C13D1C;
}
</style>
border-color css
<style>
span { border-color: #C13D1C; }
span { border-color: rgb(193,61,28); }
td.TdClassName
{
border-color: #C13D1C;
}
.TagClassName
{
border-color: #C13D1C;
}
</style>