Html Css Color HEX #DE5E59 Roman

📋 copy color: '#DE5E59'

red 222 ◦ green 94 ◦ blue 89

#DE5E59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #DE5E59

Tints of Roman #DE5E59

RGB

 RED value IS 222 (87.11% from 255) = 54.81%

 GREEN value IS 94 (37.11% from 255) = 23.21%

 BLUE value IS 89 (35.16% from 255) = 21.98%

R = 54.81%
G = 23.21%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE5E59 (or 0xDE5E59) is known color: Roman. HEX triplet: DE, 5E and 59. RGB value is (222,94,89). Sum of RGB (Red+Green+Blue) = 222+94+89=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E59 is #21A1A6. Grayscale: #838383. Windows color (decimal): -2204071 or 5856990. OLE color: 5856990.

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

Color convert

RGB 222 94 89 -
CMYK 0 0.58 0.60 0.13
HSL 2.26º 0.67% 0.61% -
HSV(B) 2.26º 0.6% 0.87% -
XYZ 35.93 24.26 12.24 -
YUV 131.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 222 94 89 0 0.58 0.60 0.13 2.26 0.67 0.61
Hex DE 5E 59 0 3A 3C D 2 43 3D
Octal 336 136 131 0 72 74 15 2 103 75
Binary 11011110 1011110 1011001 0 111010 111100 1101 10 1000011 111101

Color Harmonies of #DE5E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E59

Black with #DE5E59

Text Example


Text Example

White with #DE5E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E59; }

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

 H1.HeaderClassName
 {
   color: #DE5E59;
 }
 .AnyTagClassName
 {
   color: #DE5E59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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