Html Css Color HEX #E2013A Crimson

📋 copy color: '#E2013A'

red 226 ◦ green 1 ◦ blue 58

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

Shades of Crimson #E2013A

Tints of Crimson #E2013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 79.3%
G = 0.35%
B = 20.35%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2013A (or 0xE2013A) is known color: Crimson. HEX triplet: E2, 01 and 3A. RGB value is (226,1,58). Sum of RGB (Red+Green+Blue) = 226+1+58=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E2013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2013A is #1DFEC5. Grayscale: #4A4A4A. Windows color (decimal): -1965766 or 3801570. OLE color: 3801570.

HSL color Cylindrical-coordinate representation of color #E2013A: hue angle of 344.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 #E2013A is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 58 -
CMYK 0 1.00 0.74 0.11
HSL 344.8º 0.99% 0.45% -
HSV(B) 344.8º 1% 0.89% -
XYZ 32.14 16.5 5.49 -
YUV 74.77 118.54 235.87 -
System Red Green Blue C M Y K H S L
Decimal 226 1 58 0 1.00 0.74 0.11 344.8 0.99 0.45
Hex E2 1 3A 0 64 4A B 159 63 2D
Octal 342 1 72 0 144 112 13 531 143 55
Binary 11100010 1 111010 0 1100100 1001010 1011 101011001 1100011 101101

Color Harmonies of #E2013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2013A

Black with #E2013A

Text Example


Text Example

White with #E2013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2013A; }

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

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

background-color css

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

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

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

border-color css

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

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

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