#dc2c27

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

Shades of Persian Red #DC2C27

Tints of Persian Red #DC2C27

Color information

#DC2C27 (or 0xDC2C27) is unknown color: approx Persian Red. HEX triplet: DC, 2C and 27. RGB value is (220,44,39). Sum of RGB (Red+Green+Blue) = 220+44+39=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 39 (15.62% from 255 or 12.87% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C27 is #23D3D8. Grayscale: #606060. Windows color (decimal): -2347993 or 2567388. OLE color: 2567388.

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

Color convert

RGB2204439-
CMYK00.80.820.14
HSL1.66º72.11%50.78%-
HSV(B)1.66º82.27%86.27%-
XYZ30.7817.163.61-
YUV96.0595.81216.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 72.61%
GREEN value IS 44 (17.58% from 255) = 14.52%
BLUE value IS 39 (15.62% from 255) = 12.87%
R=72.61%
G=14.52%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220443900.80.820.141.6672.1150.78
HexDC2C2705052E24833
Octal3345447012012216211063
Binary110111001011001001110101000010100101110101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc2c27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc2c27; }

 p { color: rgb(220,44,39); }

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

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

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

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

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

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

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