Html Css Color HEX #E1383A Alizarin

📋 copy color: '#E1383A'

red 225 ◦ green 56 ◦ blue 58

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

Shades of Alizarin #E1383A

Tints of Alizarin #E1383A

RGB

 RED value IS 225 (88.28% from 255) = 66.37%

 GREEN value IS 56 (22.27% from 255) = 16.52%

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

R = 66.37%
G = 16.52%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E1383A (or 0xE1383A) is known color: Alizarin. HEX triplet: E1, 38 and 3A. RGB value is (225,56,58). Sum of RGB (Red+Green+Blue) = 225+56+58=339 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.37% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 225 - color contains mainly: red. Hex color #E1383A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1383A is #1EC7C5. Grayscale: #6A6A6A. Windows color (decimal): -2017222 or 3815649. OLE color: 3815649.

HSL color Cylindrical-coordinate representation of color #E1383A: hue angle of 359.29º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E1383A is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 56 58 -
CMYK 0 0.75 0.74 0.12
HSL 359.29º 0.74% 0.55% -
HSV(B) 359.29º 0.75% 0.88% -
XYZ 33.23 19.14 5.95 -
YUV 106.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 225 56 58 0 0.75 0.74 0.12 359.29 0.74 0.55
Hex E1 38 3A 0 4B 4A C 167 4A 37
Octal 341 70 72 0 113 112 14 547 112 67
Binary 11100001 111000 111010 0 1001011 1001010 1100 101100111 1001010 110111

Color Harmonies of #E1383A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1383A

Black with #E1383A

Text Example


Text Example

White with #E1383A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1383A; }

 p { color: rgb(225,56,58); }

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

background-color css

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

 a { background-color: rgb(225,56,58); }

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

border-color css

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

 span { border-color: rgb(225,56,58); }

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