Html Css Color HEX #C13D23 Harley Davidson Orange
📋 copy color: '#C13D23'red 193 ◦ green 61 ◦ blue 35
Shades of Harley Davidson Orange #C13D23
Tints of Harley Davidson Orange #C13D23
RGB
CMYK
RGB Variations
Color information
#C13D23 (or 0xC13D23) is known color: Harley Davidson Orange. HEX triplet: C1, 3D and 23. RGB value is (193,61,35). Sum of RGB (Red+Green+Blue) = 193+61+35=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D23 is #3EC2DC. Grayscale: #616161. Windows color (decimal): -4113117 or 2309569. OLE color: 2309569.
HSL color Cylindrical-coordinate representation of color #C13D23: hue angle of 9.87º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C13D23 is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 35 | - |
| CMYK | 0 | 0.68 | 0.82 | 0.24 |
| HSL | 9.87º | 0.69% | 0.45% | - |
| HSV(B) | 9.87º | 0.82% | 0.76% | - |
| XYZ | 23.96 | 14.8 | 3.18 | - |
| YUV | 97.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 35 | 0 | 0.68 | 0.82 | 0.24 | 9.87 | 0.69 | 0.45 |
| Hex | C1 | 3D | 23 | 0 | 44 | 52 | 18 | A | 45 | 2D |
| Octal | 301 | 75 | 43 | 0 | 104 | 122 | 30 | 12 | 105 | 55 |
| Binary | 11000001 | 111101 | 100011 | 0 | 1000100 | 1010010 | 11000 | 1010 | 1000101 | 101101 |
Color Harmonies of #C13D23
Complementary color
Monochromatic Colors of #C13D23
Black with #C13D23
Text Example
Text Example
White with #C13D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D23; }
p { color: rgb(193,61,35); }
H1.HeaderClassName
{
color: #C13D23;
}
.AnyTagClassName
{
color: #C13D23;
}
</style>
background-color css
<style>
a { background-color: #C13D23; }
a { background-color: rgb(193,61,35); }
div.DivClassName
{
background-color: #C13D23;
}
.BgClassName
{
background-color: #C13D23;
}
</style>
border-color css
<style>
span { border-color: #C13D23; }
span { border-color: rgb(193,61,35); }
td.TdClassName
{
border-color: #C13D23;
}
.TagClassName
{
border-color: #C13D23;
}
</style>