#DE2C27

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

Shades of Persian Red #DE2C27

Tints of Persian Red #DE2C27

Color information

#DE2C27 (or 0xDE2C27) is unknown color: approx Persian Red. HEX triplet: DE, 2C and 27. RGB value is (222,44,39). Sum of RGB (Red+Green+Blue) = 222+44+39=305 (40% of max value = 765). Red value is 222 (87.11% from 255 or 72.79% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2C27 is #21D3D8. Grayscale: #606060. Windows color (decimal): -2216921 or 2567390. OLE color: 2567390.

HSL color Cylindrical-coordinate representation of color #DE2C27: hue angle of 1.64º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2C27 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB2224439-
CMYK00.800.820.13
HSL1.64º73.49%51.18%-
HSV(B)1.64º82.43%87.06%-
XYZ31.3917.483.64-
YUV96.6595.47217.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 72.79%
GREEN value IS 44 (17.58% from 255) = 14.43%
BLUE value IS 39 (15.62% from 255) = 12.79%
R=72.79%
G=14.43%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222443900.800.820.131.6473.4951.18
HexDE2C2705052D24933
Octal3365447012012215211163
Binary110111101011001001110101000010100101101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2C27; }

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

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

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

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

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

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

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

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