Html Css Color HEX #E9262F Alizarin

📋 copy color: '#E9262F'

red 233 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #E9262F

Tints of Alizarin #E9262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 73.27%
G = 11.95%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#E9262F (or 0xE9262F) is known color: Alizarin. HEX triplet: E9, 26 and 2F. RGB value is (233,38,47). Sum of RGB (Red+Green+Blue) = 233+38+47=318 (42% of max value = 765). Red value is 233 (91.41% from 255 or 73.27% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 233 - color contains mainly: red. Hex color #E9262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9262F is #16D9D0. Grayscale: #616161. Windows color (decimal): -1497553 or 3090153. OLE color: 3090153.

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

Color convert

RGB 233 38 47 -
CMYK 0 0.84 0.80 0.09
HSL 357.23º 0.82% 0.53% -
HSV(B) 357.23º 0.84% 0.91% -
XYZ 34.81 18.92 4.51 -
YUV 97.33 99.6 224.77 -
System Red Green Blue C M Y K H S L
Decimal 233 38 47 0 0.84 0.80 0.09 357.23 0.82 0.53
Hex E9 26 2F 0 54 50 9 165 52 35
Octal 351 46 57 0 124 120 11 545 122 65
Binary 11101001 100110 101111 0 1010100 1010000 1001 101100101 1010010 110101

Color Harmonies of #E9262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9262F

Black with #E9262F

Text Example


Text Example

White with #E9262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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