Html Css Color HEX #E20538 Crimson

📋 copy color: '#E20538'

red 226 ◦ green 5 ◦ blue 56

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

Shades of Crimson #E20538

Tints of Crimson #E20538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.51%

R = 78.75%
G = 1.74%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E20538 (or 0xE20538) is known color: Crimson. HEX triplet: E2, 05 and 38. RGB value is (226,5,56). Sum of RGB (Red+Green+Blue) = 226+5+56=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E20538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20538 is #1DFAC7. Grayscale: #4C4C4C. Windows color (decimal): -1964744 or 3671522. OLE color: 3671522.

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

Color convert

RGB 226 5 56 -
CMYK 0 0.98 0.75 0.11
HSL 346.15º 0.96% 0.45% -
HSV(B) 346.15º 0.98% 0.89% -
XYZ 32.13 16.56 5.24 -
YUV 76.89 116.22 234.35 -
System Red Green Blue C M Y K H S L
Decimal 226 5 56 0 0.98 0.75 0.11 346.15 0.96 0.45
Hex E2 5 38 0 62 4B B 15A 60 2D
Octal 342 5 70 0 142 113 13 532 140 55
Binary 11100010 101 111000 0 1100010 1001011 1011 101011010 1100000 101101

Color Harmonies of #E20538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20538

Black with #E20538

Text Example


Text Example

White with #E20538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20538; }

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

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

background-color css

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

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

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

border-color css

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

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

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