Html Css Color HEX #EB232F Alizarin

📋 copy color: '#EB232F'

red 235 ◦ green 35 ◦ blue 47

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

Shades of Alizarin #EB232F

Tints of Alizarin #EB232F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.04%

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

R = 74.13%
G = 11.04%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB232F (or 0xEB232F) is known color: Alizarin. HEX triplet: EB, 23 and 2F. RGB value is (235,35,47). Sum of RGB (Red+Green+Blue) = 235+35+47=317 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.13% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 235 - color contains mainly: red. Hex color #EB232F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB232F is #14DCD0. Grayscale: #606060. Windows color (decimal): -1367249 or 3089387. OLE color: 3089387.

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

Color convert

RGB 235 35 47 -
CMYK 0 0.85 0.8 0.08
HSL 356.4º 0.83% 0.53% -
HSV(B) 356.4º 0.85% 0.92% -
XYZ 35.38 19.07 4.51 -
YUV 96.17 100.26 227.02 -
System Red Green Blue C M Y K H S L
Decimal 235 35 47 0 0.85 0.8 0.08 356.4 0.83 0.53
Hex EB 23 2F 0 55 50 8 164 53 35
Octal 353 43 57 0 125 120 10 544 123 65
Binary 11101011 100011 101111 0 1010101 1010000 1000 101100100 1010011 110101

Color Harmonies of #EB232F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB232F

Black with #EB232F

Text Example


Text Example

White with #EB232F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB232F; }

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

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

background-color css

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

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

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

border-color css

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

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

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