Html Css Color HEX #E2184B Crimson

📋 copy color: '#E2184B'

red 226 ◦ green 24 ◦ blue 75

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

Shades of Crimson #E2184B

Tints of Crimson #E2184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

 BLUE value IS 75 (29.69% from 255) = 23.08%

R = 69.54%
G = 7.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2184B (or 0xE2184B) is known color: Crimson. HEX triplet: E2, 18 and 4B. RGB value is (226,24,75). Sum of RGB (Red+Green+Blue) = 226+24+75=325 (43% of max value = 765). Red value is 226 (88.67% from 255 or 69.54% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 226 - color contains mainly: red. Hex color #E2184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2184B is #1DE7B4. Grayscale: #5A5A5A. Windows color (decimal): -1959861 or 4921570. OLE color: 4921570.

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

Color convert

RGB 226 24 75 -
CMYK 0 0.89 0.67 0.11
HSL 344.85º 0.81% 0.49% -
HSV(B) 344.85º 0.89% 0.89% -
XYZ 32.96 17.33 8.26 -
YUV 90.21 119.42 224.85 -
System Red Green Blue C M Y K H S L
Decimal 226 24 75 0 0.89 0.67 0.11 344.85 0.81 0.49
Hex E2 18 4B 0 59 43 B 159 51 31
Octal 342 30 113 0 131 103 13 531 121 61
Binary 11100010 11000 1001011 0 1011001 1000011 1011 101011001 1010001 110001

Color Harmonies of #E2184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2184B

Black with #E2184B

Text Example


Text Example

White with #E2184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2184B; }

 p { color: rgb(226,24,75); }

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

background-color css

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

 a { background-color: rgb(226,24,75); }

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

border-color css

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

 span { border-color: rgb(226,24,75); }

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