#DC211F

Color #DC211F Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #DC211F

Tints of Persian Red #DC211F

Color information

#DC211F (or 0xDC211F) is unknown color: approx Persian Red. HEX triplet: DC, 21 and 1F. RGB value is (220,33,31). Sum of RGB (Red+Green+Blue) = 220+33+31=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC211F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC211F is #23DEE0. Grayscale: #585858. Windows color (decimal): -2350817 or 2040284. OLE color: 2040284.

HSL color Cylindrical-coordinate representation of color #DC211F: hue angle of 0.63º 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 #DC211F is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB2203331-
CMYK00.850.860.14
HSL0.63º75.3%49.22%-
HSV(B)0.63º85.91%86.27%-
XYZ30.3116.42.86-
YUV88.6895.45221.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 77.46%
GREEN value IS 33 (13.28% from 255) = 11.62%
BLUE value IS 31 (12.5% from 255) = 10.92%
R=77.46%
G=11.62%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220333100.850.860.140.6375.349.22
HexDC211F05556E14b31
Octal3344137012512616111361
Binary1101110010000111111010101011010110111011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC211F; }

 p { color: rgb(220,33,31); }

 H1.HeaderClassName
 {
   color: #DC211F;
 }
 .AnyTagClassName
 {
   color: #DC211F;
 }
</style>
background-color css

<style>
 a { background-color: #DC211F; }

 a { background-color: rgb(220,33,31); }

 div.DivClassName
 {
   background-color: #DC211F;
 }
 .BgClassName
 {
   background-color: #DC211F;
 }
</style>
border-color css

<style>
 span { border-color: #DC211F; }

 span { border-color: rgb(220,33,31); }

 td.TdClassName
 {
   border-color: #DC211F;
 }
 .TagClassName
 {
   border-color: #DC211F;
 }
</style>