Html Css Color HEX #E20532 Crimson

📋 copy color: '#E20532'

red 226 ◦ green 5 ◦ blue 50

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

Shades of Crimson #E20532

Tints of Crimson #E20532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.78%

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 80.43%
G = 1.78%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E20532 (or 0xE20532) is known color: Crimson. HEX triplet: E2, 05 and 32. RGB value is (226,5,50). Sum of RGB (Red+Green+Blue) = 226+5+50=281 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.43% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 226 - color contains mainly: red. Hex color #E20532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20532 is #1DFACD. Grayscale: #4C4C4C. Windows color (decimal): -1964750 or 3278306. OLE color: 3278306.

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

Color convert

RGB 226 5 50 -
CMYK 0 0.98 0.78 0.11
HSL 347.78º 0.96% 0.45% -
HSV(B) 347.78º 0.98% 0.89% -
XYZ 31.99 16.51 4.52 -
YUV 76.21 113.22 234.84 -
System Red Green Blue C M Y K H S L
Decimal 226 5 50 0 0.98 0.78 0.11 347.78 0.96 0.45
Hex E2 5 32 0 62 4E B 15C 60 2D
Octal 342 5 62 0 142 116 13 534 140 55
Binary 11100010 101 110010 0 1100010 1001110 1011 101011100 1100000 101101

Color Harmonies of #E20532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20532

Black with #E20532

Text Example


Text Example

White with #E20532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20532; }

 p { color: rgb(226,5,50); }

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

background-color css

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

 a { background-color: rgb(226,5,50); }

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

border-color css

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

 span { border-color: rgb(226,5,50); }

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