Html Css Color HEX #E20533 Crimson

📋 copy color: '#E20533'

red 226 ◦ green 5 ◦ blue 51

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

Shades of Crimson #E20533

Tints of Crimson #E20533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.09%

R = 80.14%
G = 1.77%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E20533 (or 0xE20533) is known color: Crimson. HEX triplet: E2, 05 and 33. RGB value is (226,5,51). Sum of RGB (Red+Green+Blue) = 226+5+51=282 (37% of max value = 765). Red value is 226 (88.67% from 255 or 80.14% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 226 - color contains mainly: red. Hex color #E20533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20533 is #1DFACC. Grayscale: #4C4C4C. Windows color (decimal): -1964749 or 3343842. OLE color: 3343842.

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

Color convert

RGB 226 5 51 -
CMYK 0 0.98 0.77 0.11
HSL 347.51º 0.96% 0.45% -
HSV(B) 347.51º 0.98% 0.89% -
XYZ 32.02 16.52 4.63 -
YUV 76.32 113.72 234.76 -
System Red Green Blue C M Y K H S L
Decimal 226 5 51 0 0.98 0.77 0.11 347.51 0.96 0.45
Hex E2 5 33 0 62 4D B 15C 60 2D
Octal 342 5 63 0 142 115 13 534 140 55
Binary 11100010 101 110011 0 1100010 1001101 1011 101011100 1100000 101101

Color Harmonies of #E20533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20533

Black with #E20533

Text Example


Text Example

White with #E20533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20533; }

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

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

background-color css

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

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

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

border-color css

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

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

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