#DE5E5D

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

Shades of Roman #DE5E5D

Tints of Roman #DE5E5D

Color information

#DE5E5D (or 0xDE5E5D) is unknown color: approx Roman. HEX triplet: DE, 5E and 5D. RGB value is (222,94,93). Sum of RGB (Red+Green+Blue) = 222+94+93=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E5D is #21A1A2. Grayscale: #848484. Windows color (decimal): -2204067 or 6119134. OLE color: 6119134.

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

Color convert

RGB2229493-
CMYK00.580.580.13
HSL0.47º66.15%61.76%-
HSV(B)0.47º58.11%87.06%-
XYZ36.124.3313.15-
YUV132.16105.91192.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.28%
GREEN value IS 94 (37.11% from 255) = 22.98%
BLUE value IS 93 (36.72% from 255) = 22.74%
R=54.28%
G=22.98%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222949300.580.580.130.4766.1561.76
HexDE5E5D03A3AD0423e
Octal3361361350727215010276
Binary11011110101111010111010111010111010110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5E5D; }

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

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

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

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

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

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

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

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