Html Css Color HEX #E20432 Crimson

📋 copy color: '#E20432'

red 226 ◦ green 4 ◦ blue 50

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

Shades of Crimson #E20432

Tints of Crimson #E20432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 80.71%
G = 1.43%
B = 17.86%

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

#E20432 (or 0xE20432) is known color: Crimson. HEX triplet: E2, 04 and 32. RGB value is (226,4,50). Sum of RGB (Red+Green+Blue) = 226+4+50=280 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.71% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 226 - color contains mainly: red. Hex color #E20432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20432 is #1DFBCD. Grayscale: #4B4B4B. Windows color (decimal): -1965006 or 3278050. OLE color: 3278050.

HSL color Cylindrical-coordinate representation of color #E20432: hue angle of 347.57º degrees, saturation: 0.97, 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 #E20432 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 4 50 -
CMYK 0 0.98 0.78 0.11
HSL 347.57º 0.97% 0.45% -
HSV(B) 347.57º 0.98% 0.89% -
XYZ 31.98 16.49 4.51 -
YUV 75.62 113.55 235.26 -
System Red Green Blue C M Y K H S L
Decimal 226 4 50 0 0.98 0.78 0.11 347.57 0.97 0.45
Hex E2 4 32 0 62 4E B 15C 61 2D
Octal 342 4 62 0 142 116 13 534 141 55
Binary 11100010 100 110010 0 1100010 1001110 1011 101011100 1100001 101101

Color Harmonies of #E20432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20432

Black with #E20432

Text Example


Text Example

White with #E20432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20432; }

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

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

background-color css

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

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

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

border-color css

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

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

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