Html Css Color HEX #E20243 Crimson

📋 copy color: '#E20243'

red 226 ◦ green 2 ◦ blue 67

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

Shades of Crimson #E20243

Tints of Crimson #E20243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 76.61%
G = 0.68%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E20243 (or 0xE20243) is known color: Crimson. HEX triplet: E2, 02 and 43. RGB value is (226,2,67). Sum of RGB (Red+Green+Blue) = 226+2+67=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E20243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E20243 is #1DFDBC. Grayscale: #4C4C4C. Windows color (decimal): -1965501 or 4391650. OLE color: 4391650.

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

Color convert

RGB 226 2 67 -
CMYK 0 0.99 0.70 0.11
HSL 342.59º 0.98% 0.45% -
HSV(B) 342.59º 0.99% 0.89% -
XYZ 32.4 16.62 6.81 -
YUV 76.39 122.71 234.71 -
System Red Green Blue C M Y K H S L
Decimal 226 2 67 0 0.99 0.70 0.11 342.59 0.98 0.45
Hex E2 2 43 0 63 46 B 157 62 2D
Octal 342 2 103 0 143 106 13 527 142 55
Binary 11100010 10 1000011 0 1100011 1000110 1011 101010111 1100010 101101

Color Harmonies of #E20243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20243

Black with #E20243

Text Example


Text Example

White with #E20243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20243; }

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

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

background-color css

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

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

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

border-color css

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

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

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