Html Css Color HEX #E21531 Crimson

📋 copy color: '#E21531'

red 226 ◦ green 21 ◦ blue 49

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

Shades of Crimson #E21531

Tints of Crimson #E21531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 76.35%
G = 7.09%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E21531 (or 0xE21531) is known color: Crimson. HEX triplet: E2, 15 and 31. RGB value is (226,21,49). Sum of RGB (Red+Green+Blue) = 226+21+49=296 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.35% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 226 - color contains mainly: red. Hex color #E21531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E21531 is #1DEACE. Grayscale: #555555. Windows color (decimal): -1960655 or 3216866. OLE color: 3216866.

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

Color convert

RGB 226 21 49 -
CMYK 0 0.91 0.78 0.11
HSL 351.8º 0.83% 0.48% -
HSV(B) 351.8º 0.91% 0.89% -
XYZ 32.19 16.93 4.48 -
YUV 85.49 107.42 228.22 -
System Red Green Blue C M Y K H S L
Decimal 226 21 49 0 0.91 0.78 0.11 351.8 0.83 0.48
Hex E2 15 31 0 5B 4E B 160 53 30
Octal 342 25 61 0 133 116 13 540 123 60
Binary 11100010 10101 110001 0 1011011 1001110 1011 101100000 1010011 110000

Color Harmonies of #E21531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21531

Black with #E21531

Text Example


Text Example

White with #E21531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21531; }

 p { color: rgb(226,21,49); }

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

background-color css

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

 a { background-color: rgb(226,21,49); }

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

border-color css

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

 span { border-color: rgb(226,21,49); }

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