Html Css Color HEX #EA262D Alizarin

📋 copy color: '#EA262D'

red 234 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #EA262D

Tints of Alizarin #EA262D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 73.82%
G = 11.99%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EA262D (or 0xEA262D) is known color: Alizarin. HEX triplet: EA, 26 and 2D. RGB value is (234,38,45). Sum of RGB (Red+Green+Blue) = 234+38+45=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA262D is #15D9D2. Grayscale: #616161. Windows color (decimal): -1432019 or 2959082. OLE color: 2959082.

HSL color Cylindrical-coordinate representation of color #EA262D: hue angle of 357.86º 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 #EA262D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 38 45 -
CMYK 0 0.84 0.81 0.08
HSL 357.86º 0.82% 0.53% -
HSV(B) 357.86º 0.84% 0.92% -
XYZ 35.1 19.07 4.31 -
YUV 97.4 98.43 225.43 -
System Red Green Blue C M Y K H S L
Decimal 234 38 45 0 0.84 0.81 0.08 357.86 0.82 0.53
Hex EA 26 2D 0 54 51 8 166 52 35
Octal 352 46 55 0 124 121 10 546 122 65
Binary 11101010 100110 101101 0 1010100 1010001 1000 101100110 1010010 110101

Color Harmonies of #EA262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA262D

Black with #EA262D

Text Example


Text Example

White with #EA262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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