Html Css Color HEX #E1383C Alizarin

📋 copy color: '#E1383C'

red 225 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #E1383C

Tints of Alizarin #E1383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 65.98%
G = 16.42%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E1383C (or 0xE1383C) is known color: Alizarin. HEX triplet: E1, 38 and 3C. RGB value is (225,56,60). Sum of RGB (Red+Green+Blue) = 225+56+60=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1383C is #1EC7C3. Grayscale: #6B6B6B. Windows color (decimal): -2017220 or 3946721. OLE color: 3946721.

HSL color Cylindrical-coordinate representation of color #E1383C: hue angle of 358.58º 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 #E1383C is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 56 60 -
CMYK 0 0.75 0.73 0.12
HSL 358.58º 0.74% 0.55% -
HSV(B) 358.58º 0.75% 0.88% -
XYZ 33.28 19.16 6.22 -
YUV 106.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 225 56 60 0 0.75 0.73 0.12 358.58 0.74 0.55
Hex E1 38 3C 0 4B 49 C 167 4A 37
Octal 341 70 74 0 113 111 14 547 112 67
Binary 11100001 111000 111100 0 1001011 1001001 1100 101100111 1001010 110111

Color Harmonies of #E1383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1383C

Black with #E1383C

Text Example


Text Example

White with #E1383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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