#DC2F2B

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

Shades of Persian Red #DC2F2B

Tints of Persian Red #DC2F2B

Color information

#DC2F2B (or 0xDC2F2B) is unknown color: approx Persian Red. HEX triplet: DC, 2F and 2B. RGB value is (220,47,43). Sum of RGB (Red+Green+Blue) = 220+47+43=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2F2B is #23D0D4. Grayscale: #626262. Windows color (decimal): -2347221 or 2830300. OLE color: 2830300.

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

Color convert

RGB2204743-
CMYK00.790.800.14
HSL1.36º71.66%51.57%-
HSV(B)1.36º80.45%86.27%-
XYZ30.9717.424.02-
YUV98.2796.81214.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 70.97%
GREEN value IS 47 (18.75% from 255) = 15.16%
BLUE value IS 43 (17.19% from 255) = 13.87%
R=70.97%
G=15.16%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220474300.790.800.141.3671.6651.57
HexDC2F2B04F50E14834
Octal3345753011712016111064
Binary11011100101111101011010011111010000111011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2F2B; }

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

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

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

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

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

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

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

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