Html Css Color HEX #E61F32 Alizarin

📋 copy color: '#E61F32'

red 230 ◦ green 31 ◦ blue 50

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

Shades of Alizarin #E61F32

Tints of Alizarin #E61F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.97%

 BLUE value IS 50 (19.92% from 255) = 16.08%

R = 73.95%
G = 9.97%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E61F32 (or 0xE61F32) is known color: Alizarin. HEX triplet: E6, 1F and 32. RGB value is (230,31,50). Sum of RGB (Red+Green+Blue) = 230+31+50=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61F32 is #19E0CD. Grayscale: #5C5C5C. Windows color (decimal): -1695950 or 3284966. OLE color: 3284966.

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

Color convert

RGB 230 31 50 -
CMYK 0 0.87 0.78 0.10
HSL 354.27º 0.8% 0.51% -
HSV(B) 354.27º 0.87% 0.9% -
XYZ 33.7 18.03 4.72 -
YUV 92.67 103.93 225.96 -
System Red Green Blue C M Y K H S L
Decimal 230 31 50 0 0.87 0.78 0.10 354.27 0.8 0.51
Hex E6 1F 32 0 57 4E A 162 50 33
Octal 346 37 62 0 127 116 12 542 120 63
Binary 11100110 11111 110010 0 1010111 1001110 1010 101100010 1010000 110011

Color Harmonies of #E61F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F32

Black with #E61F32

Text Example


Text Example

White with #E61F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F32; }

 p { color: rgb(230,31,50); }

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

background-color css

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

 a { background-color: rgb(230,31,50); }

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

border-color css

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

 span { border-color: rgb(230,31,50); }

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