Html Css Color HEX #E2013B Crimson

📋 copy color: '#E2013B'

red 226 ◦ green 1 ◦ blue 59

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

Shades of Crimson #E2013B

Tints of Crimson #E2013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 79.02%
G = 0.35%
B = 20.63%

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

#E2013B (or 0xE2013B) is known color: Crimson. HEX triplet: E2, 01 and 3B. RGB value is (226,1,59). Sum of RGB (Red+Green+Blue) = 226+1+59=286 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.02% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 226 - color contains mainly: red. Hex color #E2013B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2013B is #1DFEC4. Grayscale: #4A4A4A. Windows color (decimal): -1965765 or 3867106. OLE color: 3867106.

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

Color convert

RGB 226 1 59 -
CMYK 0 1.00 0.74 0.11
HSL 344.53º 0.99% 0.45% -
HSV(B) 344.53º 1% 0.89% -
XYZ 32.16 16.51 5.63 -
YUV 74.89 119.04 235.78 -
System Red Green Blue C M Y K H S L
Decimal 226 1 59 0 1.00 0.74 0.11 344.53 0.99 0.45
Hex E2 1 3B 0 64 4A B 159 63 2D
Octal 342 1 73 0 144 112 13 531 143 55
Binary 11100010 1 111011 0 1100100 1001010 1011 101011001 1100011 101101

Color Harmonies of #E2013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2013B

Black with #E2013B

Text Example


Text Example

White with #E2013B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2013B; }

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

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

background-color css

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

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

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

border-color css

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

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

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