Html Css Color HEX #E2133B Crimson

📋 copy color: '#E2133B'

red 226 ◦ green 19 ◦ blue 59

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

Shades of Crimson #E2133B

Tints of Crimson #E2133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.25%

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

R = 74.34%
G = 6.25%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E2133B (or 0xE2133B) is known color: Crimson. HEX triplet: E2, 13 and 3B. RGB value is (226,19,59). Sum of RGB (Red+Green+Blue) = 226+19+59=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2133B is #1DECC4. Grayscale: #555555. Windows color (decimal): -1961157 or 3871714. OLE color: 3871714.

HSL color Cylindrical-coordinate representation of color #E2133B: hue angle of 348.41º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2133B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 19 59 -
CMYK 0 0.92 0.74 0.11
HSL 348.41º 0.84% 0.48% -
HSV(B) 348.41º 0.92% 0.89% -
XYZ 32.39 16.95 5.7 -
YUV 85.45 113.08 228.25 -
System Red Green Blue C M Y K H S L
Decimal 226 19 59 0 0.92 0.74 0.11 348.41 0.84 0.48
Hex E2 13 3B 0 5C 4A B 15C 54 30
Octal 342 23 73 0 134 112 13 534 124 60
Binary 11100010 10011 111011 0 1011100 1001010 1011 101011100 1010100 110000

Color Harmonies of #E2133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2133B

Black with #E2133B

Text Example


Text Example

White with #E2133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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