#DC2F2F

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

Shades of Persian Red #DC2F2F

Tints of Persian Red #DC2F2F

Color information

#DC2F2F (or 0xDC2F2F) is unknown color: approx Persian Red. HEX triplet: DC, 2F and 2F. RGB value is (220,47,47). Sum of RGB (Red+Green+Blue) = 220+47+47=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F2F is #23D0D0. Grayscale: #626262. Windows color (decimal): -2347217 or 3092444. OLE color: 3092444.

HSL color Cylindrical-coordinate representation of color #DC2F2F: hue angle of 0º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DC2F2F is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB2204747-
CMYK00.790.790.14
HSL71.19%52.35%-
HSV(B)78.64%86.27%-
XYZ31.0417.454.42-
YUV98.7398.81214.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.06%
GREEN value IS 47 (18.75% from 255) = 14.97%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=70.06%
G=14.97%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220474700.790.790.14071.1952.35
HexDC2F2F04F4FE04734
Octal3345757011711716010764
Binary11011100101111101111010011111001111111001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2F2F; }

 p { color: rgb(220,47,47); }

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

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

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

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

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

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

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