Html Css Color HEX #E6313D Alizarin

📋 copy color: '#E6313D'

red 230 ◦ green 49 ◦ blue 61

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

Shades of Alizarin #E6313D

Tints of Alizarin #E6313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 67.65%
G = 14.41%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6313D (or 0xE6313D) is known color: Alizarin. HEX triplet: E6, 31 and 3D. RGB value is (230,49,61). Sum of RGB (Red+Green+Blue) = 230+49+61=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6313D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6313D is #19CEC2. Grayscale: #686868. Windows color (decimal): -1691331 or 4010470. OLE color: 4010470.

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

Color convert

RGB 230 49 61 -
CMYK 0 0.79 0.73 0.10
HSL 356.02º 0.78% 0.55% -
HSV(B) 356.02º 0.79% 0.9% -
XYZ 34.57 19.36 6.33 -
YUV 104.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 230 49 61 0 0.79 0.73 0.10 356.02 0.78 0.55
Hex E6 31 3D 0 4F 49 A 164 4E 37
Octal 346 61 75 0 117 111 12 544 116 67
Binary 11100110 110001 111101 0 1001111 1001001 1010 101100100 1001110 110111

Color Harmonies of #E6313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6313D

Black with #E6313D

Text Example


Text Example

White with #E6313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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