Html Css Color HEX #EB2F34 Alizarin

📋 copy color: '#EB2F34'

red 235 ◦ green 47 ◦ blue 52

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

Shades of Alizarin #EB2F34

Tints of Alizarin #EB2F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.07%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 70.36%
G = 14.07%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB2F34 (or 0xEB2F34) is known color: Alizarin. HEX triplet: EB, 2F and 34. RGB value is (235,47,52). Sum of RGB (Red+Green+Blue) = 235+47+52=334 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.36% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2F34 is #14D0CB. Grayscale: #676767. Windows color (decimal): -1364172 or 3420139. OLE color: 3420139.

HSL color Cylindrical-coordinate representation of color #EB2F34: hue angle of 358.4º degrees, saturation: 0.82, 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 #EB2F34 is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 47 52 -
CMYK 0 0.8 0.78 0.08
HSL 358.4º 0.82% 0.55% -
HSV(B) 358.4º 0.8% 0.92% -
XYZ 35.9 19.94 5.21 -
YUV 103.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 235 47 52 0 0.8 0.78 0.08 358.4 0.82 0.55
Hex EB 2F 34 0 50 4E 8 166 52 37
Octal 353 57 64 0 120 116 10 546 122 67
Binary 11101011 101111 110100 0 1010000 1001110 1000 101100110 1010010 110111

Color Harmonies of #EB2F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2F34

Black with #EB2F34

Text Example


Text Example

White with #EB2F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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