Html Css Color HEX #E2012B Crimson

📋 copy color: '#E2012B'

red 226 ◦ green 1 ◦ blue 43

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

Shades of Crimson #E2012B

Tints of Crimson #E2012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 83.7%
G = 0.37%
B = 15.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2012B (or 0xE2012B) is known color: Crimson. HEX triplet: E2, 01 and 2B. RGB value is (226,1,43). Sum of RGB (Red+Green+Blue) = 226+1+43=270 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.70% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 226 - color contains mainly: red. Hex color #E2012B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2012B is #1DFED4. Grayscale: #494949. Windows color (decimal): -1965781 or 2818530. OLE color: 2818530.

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

Color convert

RGB 226 1 43 -
CMYK 0 1.00 0.81 0.11
HSL 348.8º 0.99% 0.45% -
HSV(B) 348.8º 1% 0.89% -
XYZ 31.81 16.36 3.77 -
YUV 73.06 111.04 237.08 -
System Red Green Blue C M Y K H S L
Decimal 226 1 43 0 1.00 0.81 0.11 348.8 0.99 0.45
Hex E2 1 2B 0 64 51 B 15D 63 2D
Octal 342 1 53 0 144 121 13 535 143 55
Binary 11100010 1 101011 0 1100100 1010001 1011 101011101 1100011 101101

Color Harmonies of #E2012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2012B

Black with #E2012B

Text Example


Text Example

White with #E2012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2012B; }

 p { color: rgb(226,1,43); }

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

background-color css

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

 a { background-color: rgb(226,1,43); }

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

border-color css

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

 span { border-color: rgb(226,1,43); }

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