Shades of Persian Red #DC271F
Tints of Persian Red #DC271F
RGB
CMYK
RGB Variations
Color information
#DC271F (or 0xDC271F) is known color: Persian Red. HEX triplet: DC, 27 and 1F. RGB value is (220,39,31). Sum of RGB (Red+Green+Blue) = 220+39+31=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC271F is #23D8E0. Grayscale: #5C5C5C. Windows color (decimal): -2349281 or 2041820. OLE color: 2041820.
HSL color Cylindrical-coordinate representation of color #DC271F: hue angle of 2.54º 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 #DC271F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 31 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.14 |
| HSL | 2.54º | 0.75% | 0.49% | - |
| HSV(B) | 2.54º | 0.86% | 0.86% | - |
| XYZ | 30.49 | 16.77 | 2.93 | - |
| YUV | 92.21 | 93.47 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 31 | 0 | 0.82 | 0.86 | 0.14 | 2.54 | 0.75 | 0.49 |
| Hex | DC | 27 | 1F | 0 | 52 | 56 | E | 3 | 4B | 31 |
| Octal | 334 | 47 | 37 | 0 | 122 | 126 | 16 | 3 | 113 | 61 |
| Binary | 11011100 | 100111 | 11111 | 0 | 1010010 | 1010110 | 1110 | 11 | 1001011 | 110001 |
Color Harmonies of #DC271F
Complementary color
Monochromatic Colors of #DC271F
Black with #DC271F
Text Example
Text Example
White with #DC271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC271F; }
p { color: rgb(220,39,31); }
H1.HeaderClassName
{
color: #DC271F;
}
.AnyTagClassName
{
color: #DC271F;
}
</style>
background-color css
<style>
a { background-color: #DC271F; }
a { background-color: rgb(220,39,31); }
div.DivClassName
{
background-color: #DC271F;
}
.BgClassName
{
background-color: #DC271F;
}
</style>
border-color css
<style>
span { border-color: #DC271F; }
span { border-color: rgb(220,39,31); }
td.TdClassName
{
border-color: #DC271F;
}
.TagClassName
{
border-color: #DC271F;
}
</style>