Html Css Color HEX #E2032A Crimson

📋 copy color: '#E2032A'

red 226 ◦ green 3 ◦ blue 42

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

Shades of Crimson #E2032A

Tints of Crimson #E2032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 83.39%
G = 1.11%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E2032A (or 0xE2032A) is known color: Crimson. HEX triplet: E2, 03 and 2A. RGB value is (226,3,42). Sum of RGB (Red+Green+Blue) = 226+3+42=271 (35% of max value = 765). Red value is 226 (88.67% from 255 or 83.39% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 226 - color contains mainly: red. Hex color #E2032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2032A is #1DFCD5. Grayscale: #4A4A4A. Windows color (decimal): -1965270 or 2753506. OLE color: 2753506.

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

Color convert

RGB 226 3 42 -
CMYK 0 0.99 0.81 0.11
HSL 349.51º 0.97% 0.45% -
HSV(B) 349.51º 0.99% 0.89% -
XYZ 31.81 16.4 3.68 -
YUV 74.12 109.88 236.33 -
System Red Green Blue C M Y K H S L
Decimal 226 3 42 0 0.99 0.81 0.11 349.51 0.97 0.45
Hex E2 3 2A 0 63 51 B 15E 61 2D
Octal 342 3 52 0 143 121 13 536 141 55
Binary 11100010 11 101010 0 1100011 1010001 1011 101011110 1100001 101101

Color Harmonies of #E2032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2032A

Black with #E2032A

Text Example


Text Example

White with #E2032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2032A; }

 p { color: rgb(226,3,42); }

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

background-color css

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

 a { background-color: rgb(226,3,42); }

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

border-color css

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

 span { border-color: rgb(226,3,42); }

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