Html Css Color HEX #E6373A Alizarin

📋 copy color: '#E6373A'

red 230 ◦ green 55 ◦ blue 58

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

Shades of Alizarin #E6373A

Tints of Alizarin #E6373A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.03%

 BLUE value IS 58 (23.05% from 255) = 16.91%

R = 67.06%
G = 16.03%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.10

RGB Variations

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

Color information

#E6373A (or 0xE6373A) is known color: Alizarin. HEX triplet: E6, 37 and 3A. RGB value is (230,55,58). Sum of RGB (Red+Green+Blue) = 230+55+58=343 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.06% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 230 - color contains mainly: red. Hex color #E6373A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6373A is #19C8C5. Grayscale: #6B6B6B. Windows color (decimal): -1689798 or 3815398. OLE color: 3815398.

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

Color convert

RGB 230 55 58 -
CMYK 0 0.76 0.75 0.10
HSL 358.97º 0.78% 0.56% -
HSV(B) 358.97º 0.76% 0.9% -
XYZ 34.76 19.86 6 -
YUV 107.67 99.98 215.26 -
System Red Green Blue C M Y K H S L
Decimal 230 55 58 0 0.76 0.75 0.10 358.97 0.78 0.56
Hex E6 37 3A 0 4C 4B A 167 4E 38
Octal 346 67 72 0 114 113 12 547 116 70
Binary 11100110 110111 111010 0 1001100 1001011 1010 101100111 1001110 111000

Color Harmonies of #E6373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6373A

Black with #E6373A

Text Example


Text Example

White with #E6373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6373A; }

 p { color: rgb(230,55,58); }

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

background-color css

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

 a { background-color: rgb(230,55,58); }

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

border-color css

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

 span { border-color: rgb(230,55,58); }

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