Html Css Color HEX #E6233D Alizarin

📋 copy color: '#E6233D'

red 230 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #E6233D

Tints of Alizarin #E6233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 70.55%
G = 10.74%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E6233D (or 0xE6233D) is known color: Alizarin. HEX triplet: E6, 23 and 3D. RGB value is (230,35,61). Sum of RGB (Red+Green+Blue) = 230+35+61=326 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.55% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 230 - color contains mainly: red. Hex color #E6233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6233D is #19DCC2. Grayscale: #606060. Windows color (decimal): -1694915 or 4006886. OLE color: 4006886.

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

Color convert

RGB 230 35 61 -
CMYK 0 0.85 0.73 0.10
HSL 352º 0.8% 0.52% -
HSV(B) 352º 0.85% 0.9% -
XYZ 34.08 18.36 6.16 -
YUV 96.27 108.1 223.39 -
System Red Green Blue C M Y K H S L
Decimal 230 35 61 0 0.85 0.73 0.10 352 0.8 0.52
Hex E6 23 3D 0 55 49 A 160 50 34
Octal 346 43 75 0 125 111 12 540 120 64
Binary 11100110 100011 111101 0 1010101 1001001 1010 101100000 1010000 110100

Color Harmonies of #E6233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6233D

Black with #E6233D

Text Example


Text Example

White with #E6233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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