Html Css Color HEX #E61F2B Alizarin

📋 copy color: '#E61F2B'

red 230 ◦ green 31 ◦ blue 43

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

Shades of Alizarin #E61F2B

Tints of Alizarin #E61F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 75.66%
G = 10.2%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E61F2B (or 0xE61F2B) is known color: Alizarin. HEX triplet: E6, 1F and 2B. RGB value is (230,31,43). Sum of RGB (Red+Green+Blue) = 230+31+43=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61F2B is #19E0D4. Grayscale: #5C5C5C. Windows color (decimal): -1695957 or 2826214. OLE color: 2826214.

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

Color convert

RGB 230 31 43 -
CMYK 0 0.87 0.81 0.10
HSL 356.38º 0.8% 0.51% -
HSV(B) 356.38º 0.87% 0.9% -
XYZ 33.56 17.98 3.99 -
YUV 91.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 230 31 43 0 0.87 0.81 0.10 356.38 0.8 0.51
Hex E6 1F 2B 0 57 51 A 164 50 33
Octal 346 37 53 0 127 121 12 544 120 63
Binary 11100110 11111 101011 0 1010111 1010001 1010 101100100 1010000 110011

Color Harmonies of #E61F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F2B

Black with #E61F2B

Text Example


Text Example

White with #E61F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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