Html Css Color HEX #E3262D Alizarin

📋 copy color: '#E3262D'

red 227 ◦ green 38 ◦ blue 45

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

Shades of Alizarin #E3262D

Tints of Alizarin #E3262D

RGB

 RED value IS 227 (89.06% from 255) = 73.23%

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

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

R = 73.23%
G = 12.26%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E3262D (or 0xE3262D) is known color: Alizarin. HEX triplet: E3, 26 and 2D. RGB value is (227,38,45). Sum of RGB (Red+Green+Blue) = 227+38+45=310 (41% of max value = 765). Red value is 227 (89.06% from 255 or 73.23% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 227 - color contains mainly: red. Hex color #E3262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3262D is #1CD9D2. Grayscale: #5F5F5F. Windows color (decimal): -1890771 or 2959075. OLE color: 2959075.

HSL color Cylindrical-coordinate representation of color #E3262D: hue angle of 357.78º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3262D is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 38 45 -
CMYK 0 0.83 0.80 0.11
HSL 357.78º 0.77% 0.52% -
HSV(B) 357.78º 0.83% 0.89% -
XYZ 32.85 17.91 4.21 -
YUV 95.31 99.62 221.93 -
System Red Green Blue C M Y K H S L
Decimal 227 38 45 0 0.83 0.80 0.11 357.78 0.77 0.52
Hex E3 26 2D 0 53 50 B 166 4D 34
Octal 343 46 55 0 123 120 13 546 115 64
Binary 11100011 100110 101101 0 1010011 1010000 1011 101100110 1001101 110100

Color Harmonies of #E3262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3262D

Black with #E3262D

Text Example


Text Example

White with #E3262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3262D; }

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

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

background-color css

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

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

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

border-color css

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

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

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