Html Css Color HEX #E20232 Crimson

📋 copy color: '#E20232'

red 226 ◦ green 2 ◦ blue 50

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

Shades of Crimson #E20232

Tints of Crimson #E20232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 81.29%
G = 0.72%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E20232 (or 0xE20232) is known color: Crimson. HEX triplet: E2, 02 and 32. RGB value is (226,2,50). Sum of RGB (Red+Green+Blue) = 226+2+50=278 (36% of max value = 765). Red value is 226 (88.67% from 255 or 81.29% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 226 - color contains mainly: red. Hex color #E20232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20232 is #1DFDCD. Grayscale: #4A4A4A. Windows color (decimal): -1965518 or 3277538. OLE color: 3277538.

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

Color convert

RGB 226 2 50 -
CMYK 0 0.99 0.78 0.11
HSL 347.14º 0.98% 0.45% -
HSV(B) 347.14º 0.99% 0.89% -
XYZ 31.96 16.44 4.51 -
YUV 74.45 114.21 236.1 -
System Red Green Blue C M Y K H S L
Decimal 226 2 50 0 0.99 0.78 0.11 347.14 0.98 0.45
Hex E2 2 32 0 63 4E B 15B 62 2D
Octal 342 2 62 0 143 116 13 533 142 55
Binary 11100010 10 110010 0 1100011 1001110 1011 101011011 1100010 101101

Color Harmonies of #E20232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20232

Black with #E20232

Text Example


Text Example

White with #E20232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20232; }

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

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

background-color css

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

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

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

border-color css

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

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

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