#DE5E5A

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

Shades of Roman #DE5E5A

Tints of Roman #DE5E5A

Color information

#DE5E5A (or 0xDE5E5A) is unknown color: approx Roman. HEX triplet: DE, 5E and 5A. RGB value is (222,94,90). Sum of RGB (Red+Green+Blue) = 222+94+90=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E5A is #21A1A5. Grayscale: #838383. Windows color (decimal): -2204070 or 5922526. OLE color: 5922526.

HSL color Cylindrical-coordinate representation of color #DE5E5A: hue angle of 1.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5E5A is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2229490-
CMYK00.580.590.13
HSL1.82º66.67%61.18%-
HSV(B)1.82º59.46%87.06%-
XYZ35.9724.2712.46-
YUV131.82104.41192.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.68%
GREEN value IS 94 (37.11% from 255) = 23.15%
BLUE value IS 90 (35.55% from 255) = 22.17%
R=54.68%
G=23.15%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222949000.580.590.131.8266.6761.18
HexDE5E5A03A3BD2433d
Octal3361361320727315210375
Binary110111101011110101101001110101110111101101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5E5A; }

 p { color: rgb(222,94,90); }

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

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

 a { background-color: rgb(222,94,90); }

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

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

 span { border-color: rgb(222,94,90); }

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