Html Css Color HEX #E0303D Alizarin

📋 copy color: '#E0303D'

red 224 ◦ green 48 ◦ blue 61

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

Shades of Alizarin #E0303D

Tints of Alizarin #E0303D

RGB

 RED value IS 224 (87.89% from 255) = 67.27%

 GREEN value IS 48 (19.14% from 255) = 14.41%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 67.27%
G = 14.41%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0303D (or 0xE0303D) is known color: Alizarin. HEX triplet: E0, 30 and 3D. RGB value is (224,48,61). Sum of RGB (Red+Green+Blue) = 224+48+61=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E0303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0303D is #1FCFC2. Grayscale: #666666. Windows color (decimal): -2084803 or 4010208. OLE color: 4010208.

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

Color convert

RGB 224 48 61 -
CMYK 0 0.79 0.73 0.12
HSL 355.57º 0.74% 0.53% -
HSV(B) 355.57º 0.79% 0.88% -
XYZ 32.64 18.3 6.23 -
YUV 102.11 104.81 214.94 -
System Red Green Blue C M Y K H S L
Decimal 224 48 61 0 0.79 0.73 0.12 355.57 0.74 0.53
Hex E0 30 3D 0 4F 49 C 164 4A 35
Octal 340 60 75 0 117 111 14 544 112 65
Binary 11100000 110000 111101 0 1001111 1001001 1100 101100100 1001010 110101

Color Harmonies of #E0303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0303D

Black with #E0303D

Text Example


Text Example

White with #E0303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0303D; }

 p { color: rgb(224,48,61); }

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

background-color css

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

 a { background-color: rgb(224,48,61); }

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

border-color css

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

 span { border-color: rgb(224,48,61); }

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