Shades of Persian Red #DC261F
Tints of Persian Red #DC261F
RGB
CMYK
RGB Variations
Color information
#DC261F (or 0xDC261F) is known color: Persian Red. HEX triplet: DC, 26 and 1F. RGB value is (220,38,31). Sum of RGB (Red+Green+Blue) = 220+38+31=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC261F is #23D9E0. Grayscale: #5B5B5B. Windows color (decimal): -2349537 or 2041564. OLE color: 2041564.
HSL color Cylindrical-coordinate representation of color #DC261F: hue angle of 2.22º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC261F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 31 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.14 |
| HSL | 2.22º | 0.75% | 0.49% | - |
| HSV(B) | 2.22º | 0.86% | 0.86% | - |
| XYZ | 30.46 | 16.7 | 2.91 | - |
| YUV | 91.62 | 93.8 | 219.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 31 | 0 | 0.83 | 0.86 | 0.14 | 2.22 | 0.75 | 0.49 |
| Hex | DC | 26 | 1F | 0 | 53 | 56 | E | 2 | 4B | 31 |
| Octal | 334 | 46 | 37 | 0 | 123 | 126 | 16 | 2 | 113 | 61 |
| Binary | 11011100 | 100110 | 11111 | 0 | 1010011 | 1010110 | 1110 | 10 | 1001011 | 110001 |
Color Harmonies of #DC261F
Complementary color
Monochromatic Colors of #DC261F
Black with #DC261F
Text Example
Text Example
White with #DC261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC261F; }
p { color: rgb(220,38,31); }
H1.HeaderClassName
{
color: #DC261F;
}
.AnyTagClassName
{
color: #DC261F;
}
</style>
background-color css
<style>
a { background-color: #DC261F; }
a { background-color: rgb(220,38,31); }
div.DivClassName
{
background-color: #DC261F;
}
.BgClassName
{
background-color: #DC261F;
}
</style>
border-color css
<style>
span { border-color: #DC261F; }
span { border-color: rgb(220,38,31); }
td.TdClassName
{
border-color: #DC261F;
}
.TagClassName
{
border-color: #DC261F;
}
</style>