Html Css Color HEX #DE5E58 Roman

📋 copy color: '#DE5E58'

red 222 ◦ green 94 ◦ blue 88

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

Shades of Roman #DE5E58

Tints of Roman #DE5E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.78%

R = 54.95%
G = 23.27%
B = 21.78%

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

#DE5E58 (or 0xDE5E58) is known color: Roman. HEX triplet: DE, 5E and 58. RGB value is (222,94,88). Sum of RGB (Red+Green+Blue) = 222+94+88=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E58 is #21A1A7. Grayscale: #838383. Windows color (decimal): -2204072 or 5791454. OLE color: 5791454.

HSL color Cylindrical-coordinate representation of color #DE5E58: hue angle of 2.69º 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 #DE5E58 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 88 -
CMYK 0 0.58 0.60 0.13
HSL 2.69º 0.67% 0.61% -
HSV(B) 2.69º 0.6% 0.87% -
XYZ 35.89 24.24 12.02 -
YUV 131.59 103.41 192.49 -
System Red Green Blue C M Y K H S L
Decimal 222 94 88 0 0.58 0.60 0.13 2.69 0.67 0.61
Hex DE 5E 58 0 3A 3C D 3 43 3D
Octal 336 136 130 0 72 74 15 3 103 75
Binary 11011110 1011110 1011000 0 111010 111100 1101 11 1000011 111101

Color Harmonies of #DE5E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E58

Black with #DE5E58

Text Example


Text Example

White with #DE5E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E58; }

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

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

background-color css

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

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

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

border-color css

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

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

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