Html Css Color HEX #EB232A Alizarin

📋 copy color: '#EB232A'

red 235 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #EB232A

Tints of Alizarin #EB232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.46%

R = 75.32%
G = 11.22%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB232A (or 0xEB232A) is known color: Alizarin. HEX triplet: EB, 23 and 2A. RGB value is (235,35,42). Sum of RGB (Red+Green+Blue) = 235+35+42=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB232A is #14DCD5. Grayscale: #5F5F5F. Windows color (decimal): -1367254 or 2761707. OLE color: 2761707.

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

Color convert

RGB 235 35 42 -
CMYK 0 0.85 0.82 0.08
HSL 357.9º 0.83% 0.53% -
HSV(B) 357.9º 0.85% 0.92% -
XYZ 35.28 19.03 4 -
YUV 95.6 97.76 227.43 -
System Red Green Blue C M Y K H S L
Decimal 235 35 42 0 0.85 0.82 0.08 357.9 0.83 0.53
Hex EB 23 2A 0 55 52 8 166 53 35
Octal 353 43 52 0 125 122 10 546 123 65
Binary 11101011 100011 101010 0 1010101 1010010 1000 101100110 1010011 110101

Color Harmonies of #EB232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB232A

Black with #EB232A

Text Example


Text Example

White with #EB232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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