Html Css Color HEX #E21C5D Ruby

📋 copy color: '#E21C5D'

red 226 ◦ green 28 ◦ blue 93

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

Shades of Ruby #E21C5D

Tints of Ruby #E21C5D

RGB

 RED value IS 226 (88.67% from 255) = 65.13%

 GREEN value IS 28 (11.33% from 255) = 8.07%

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 65.13%
G = 8.07%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.11

RGB Variations

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

Color information

#E21C5D (or 0xE21C5D) is known color: Ruby. HEX triplet: E2, 1C and 5D. RGB value is (226,28,93). Sum of RGB (Red+Green+Blue) = 226+28+93=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E21C5D is #1DE3A2. Grayscale: #5E5E5E. Windows color (decimal): -1958819 or 6102242. OLE color: 6102242.

HSL color Cylindrical-coordinate representation of color #E21C5D: hue angle of 340.3º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21C5D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 28 93 -
CMYK 0 0.88 0.59 0.11
HSL 340.3º 0.78% 0.5% -
HSV(B) 340.3º 0.88% 0.89% -
XYZ 33.76 17.79 12.01 -
YUV 94.61 127.1 221.71 -
System Red Green Blue C M Y K H S L
Decimal 226 28 93 0 0.88 0.59 0.11 340.3 0.78 0.5
Hex E2 1C 5D 0 58 3B B 154 4E 32
Octal 342 34 135 0 130 73 13 524 116 62
Binary 11100010 11100 1011101 0 1011000 111011 1011 101010100 1001110 110010

Color Harmonies of #E21C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C5D

Black with #E21C5D

Text Example


Text Example

White with #E21C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C5D; }

 p { color: rgb(226,28,93); }

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

background-color css

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

 a { background-color: rgb(226,28,93); }

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

border-color css

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

 span { border-color: rgb(226,28,93); }

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