Html Css Color HEX #EB2E2F Alizarin

📋 copy color: '#EB2E2F'

red 235 ◦ green 46 ◦ blue 47

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

Shades of Alizarin #EB2E2F

Tints of Alizarin #EB2E2F

RGB

 RED value IS 235 (92.19% from 255) = 71.65%

 GREEN value IS 46 (18.36% from 255) = 14.02%

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

R = 71.65%
G = 14.02%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB2E2F (or 0xEB2E2F) is known color: Alizarin. HEX triplet: EB, 2E and 2F. RGB value is (235,46,47). Sum of RGB (Red+Green+Blue) = 235+46+47=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2E2F is #14D1D0. Grayscale: #666666. Windows color (decimal): -1364433 or 3092203. OLE color: 3092203.

HSL color Cylindrical-coordinate representation of color #EB2E2F: hue angle of 359.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2E2F is Cyan = 0, Magento = 0.80, Yellow = 0.8 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 46 47 -
CMYK 0 0.80 0.8 0.08
HSL 359.68º 0.83% 0.55% -
HSV(B) 359.68º 0.8% 0.92% -
XYZ 35.75 19.82 4.63 -
YUV 102.63 96.62 222.42 -
System Red Green Blue C M Y K H S L
Decimal 235 46 47 0 0.80 0.8 0.08 359.68 0.83 0.55
Hex EB 2E 2F 0 50 50 8 168 53 37
Octal 353 56 57 0 120 120 10 550 123 67
Binary 11101011 101110 101111 0 1010000 1010000 1000 101101000 1010011 110111

Color Harmonies of #EB2E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2E2F

Black with #EB2E2F

Text Example


Text Example

White with #EB2E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2E2F; }

 p { color: rgb(235,46,47); }

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

background-color css

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

 a { background-color: rgb(235,46,47); }

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

border-color css

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

 span { border-color: rgb(235,46,47); }

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