Html Css Color HEX #E9262D Alizarin

📋 copy color: '#E9262D'

red 233 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #E9262D

Tints of Alizarin #E9262D

RGB

 RED value IS 233 (91.41% from 255) = 73.73%

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

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

R = 73.73%
G = 12.03%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E9262D (or 0xE9262D) is known color: Alizarin. HEX triplet: E9, 26 and 2D. RGB value is (233,38,45). Sum of RGB (Red+Green+Blue) = 233+38+45=316 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.73% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 233 - color contains mainly: red. Hex color #E9262D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9262D is #16D9D2. Grayscale: #616161. Windows color (decimal): -1497555 or 2959081. OLE color: 2959081.

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

Color convert

RGB 233 38 45 -
CMYK 0 0.84 0.81 0.09
HSL 357.85º 0.82% 0.53% -
HSV(B) 357.85º 0.84% 0.91% -
XYZ 34.77 18.9 4.3 -
YUV 97.1 98.6 224.93 -
System Red Green Blue C M Y K H S L
Decimal 233 38 45 0 0.84 0.81 0.09 357.85 0.82 0.53
Hex E9 26 2D 0 54 51 9 166 52 35
Octal 351 46 55 0 124 121 11 546 122 65
Binary 11101001 100110 101101 0 1010100 1010001 1001 101100110 1010010 110101

Color Harmonies of #E9262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9262D

Black with #E9262D

Text Example


Text Example

White with #E9262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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