Html Css Color HEX #EA263D Alizarin

📋 copy color: '#EA263D'

red 234 ◦ green 38 ◦ blue 61

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

Shades of Alizarin #EA263D

Tints of Alizarin #EA263D

RGB

 RED value IS 234 (91.8% from 255) = 70.27%

 GREEN value IS 38 (15.23% from 255) = 11.41%

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

R = 70.27%
G = 11.41%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA263D (or 0xEA263D) is known color: Alizarin. HEX triplet: EA, 26 and 3D. RGB value is (234,38,61). Sum of RGB (Red+Green+Blue) = 234+38+61=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA263D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA263D is #15D9C2. Grayscale: #636363. Windows color (decimal): -1432003 or 4007658. OLE color: 4007658.

HSL color Cylindrical-coordinate representation of color #EA263D: hue angle of 352.96º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA263D is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 38 61 -
CMYK 0 0.84 0.74 0.08
HSL 352.96º 0.82% 0.53% -
HSV(B) 352.96º 0.84% 0.92% -
XYZ 35.47 19.22 6.25 -
YUV 99.23 106.43 224.13 -
System Red Green Blue C M Y K H S L
Decimal 234 38 61 0 0.84 0.74 0.08 352.96 0.82 0.53
Hex EA 26 3D 0 54 4A 8 161 52 35
Octal 352 46 75 0 124 112 10 541 122 65
Binary 11101010 100110 111101 0 1010100 1001010 1000 101100001 1010010 110101

Color Harmonies of #EA263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA263D

Black with #EA263D

Text Example


Text Example

White with #EA263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA263D; }

 p { color: rgb(234,38,61); }

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

background-color css

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

 a { background-color: rgb(234,38,61); }

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

border-color css

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

 span { border-color: rgb(234,38,61); }

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