Html Css Color HEX #E62230 Alizarin

📋 copy color: '#E62230'

red 230 ◦ green 34 ◦ blue 48

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

Shades of Alizarin #E62230

Tints of Alizarin #E62230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 73.72%
G = 10.9%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E62230 (or 0xE62230) is known color: Alizarin. HEX triplet: E6, 22 and 30. RGB value is (230,34,48). Sum of RGB (Red+Green+Blue) = 230+34+48=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E62230 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62230 is #19DDCF. Grayscale: #5E5E5E. Windows color (decimal): -1695184 or 3154662. OLE color: 3154662.

HSL color Cylindrical-coordinate representation of color #E62230: hue angle of 355.71º 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 #E62230 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 48 -
CMYK 0 0.85 0.79 0.10
HSL 355.71º 0.8% 0.52% -
HSV(B) 355.71º 0.85% 0.9% -
XYZ 33.74 18.18 4.53 -
YUV 94.2 101.93 224.86 -
System Red Green Blue C M Y K H S L
Decimal 230 34 48 0 0.85 0.79 0.10 355.71 0.8 0.52
Hex E6 22 30 0 55 4F A 164 50 34
Octal 346 42 60 0 125 117 12 544 120 64
Binary 11100110 100010 110000 0 1010101 1001111 1010 101100100 1010000 110100

Color Harmonies of #E62230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62230

Black with #E62230

Text Example


Text Example

White with #E62230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62230; }

 p { color: rgb(230,34,48); }

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

background-color css

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

 a { background-color: rgb(230,34,48); }

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

border-color css

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

 span { border-color: rgb(230,34,48); }

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