Html Css Color HEX #E61C2F Alizarin

📋 copy color: '#E61C2F'

red 230 ◦ green 28 ◦ blue 47

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

Shades of Alizarin #E61C2F

Tints of Alizarin #E61C2F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.18%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 75.41%
G = 9.18%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E61C2F (or 0xE61C2F) is known color: Alizarin. HEX triplet: E6, 1C and 2F. RGB value is (230,28,47). Sum of RGB (Red+Green+Blue) = 230+28+47=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C2F is #19E3D0. Grayscale: #5A5A5A. Windows color (decimal): -1696721 or 3087590. OLE color: 3087590.

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

Color convert

RGB 230 28 47 -
CMYK 0 0.88 0.80 0.10
HSL 354.36º 0.8% 0.51% -
HSV(B) 354.36º 0.88% 0.9% -
XYZ 33.56 17.86 4.37 -
YUV 90.56 103.42 227.46 -
System Red Green Blue C M Y K H S L
Decimal 230 28 47 0 0.88 0.80 0.10 354.36 0.8 0.51
Hex E6 1C 2F 0 58 50 A 162 50 33
Octal 346 34 57 0 130 120 12 542 120 63
Binary 11100110 11100 101111 0 1011000 1010000 1010 101100010 1010000 110011

Color Harmonies of #E61C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C2F

Black with #E61C2F

Text Example


Text Example

White with #E61C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C2F; }

 p { color: rgb(230,28,47); }

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

background-color css

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

 a { background-color: rgb(230,28,47); }

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

border-color css

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

 span { border-color: rgb(230,28,47); }

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