Html Css Color HEX #E6293D Alizarin

📋 copy color: '#E6293D'

red 230 ◦ green 41 ◦ blue 61

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

Shades of Alizarin #E6293D

Tints of Alizarin #E6293D

RGB

 RED value IS 230 (90.23% from 255) = 69.28%

 GREEN value IS 41 (16.41% from 255) = 12.35%

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

R = 69.28%
G = 12.35%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6293D (or 0xE6293D) is known color: Alizarin. HEX triplet: E6, 29 and 3D. RGB value is (230,41,61). Sum of RGB (Red+Green+Blue) = 230+41+61=332 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.28% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 230 - color contains mainly: red. Hex color #E6293D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6293D is #19D6C2. Grayscale: #636363. Windows color (decimal): -1693379 or 4008422. OLE color: 4008422.

HSL color Cylindrical-coordinate representation of color #E6293D: hue angle of 353.65º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6293D is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 41 61 -
CMYK 0 0.82 0.73 0.10
HSL 353.65º 0.79% 0.53% -
HSV(B) 353.65º 0.82% 0.9% -
XYZ 34.27 18.75 6.23 -
YUV 99.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 230 41 61 0 0.82 0.73 0.10 353.65 0.79 0.53
Hex E6 29 3D 0 52 49 A 162 4F 35
Octal 346 51 75 0 122 111 12 542 117 65
Binary 11100110 101001 111101 0 1010010 1001001 1010 101100010 1001111 110101

Color Harmonies of #E6293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6293D

Black with #E6293D

Text Example


Text Example

White with #E6293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6293D; }

 p { color: rgb(230,41,61); }

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

background-color css

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

 a { background-color: rgb(230,41,61); }

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

border-color css

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

 span { border-color: rgb(230,41,61); }

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