Html Css Color HEX #EB343A Alizarin

📋 copy color: '#EB343A'

red 235 ◦ green 52 ◦ blue 58

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

Shades of Alizarin #EB343A

Tints of Alizarin #EB343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 58 (23.05% from 255) = 16.81%

R = 68.12%
G = 15.07%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EB343A (or 0xEB343A) is known color: Alizarin. HEX triplet: EB, 34 and 3A. RGB value is (235,52,58). Sum of RGB (Red+Green+Blue) = 235+52+58=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB343A is #14CBC5. Grayscale: #6B6B6B. Windows color (decimal): -1362886 or 3814635. OLE color: 3814635.

HSL color Cylindrical-coordinate representation of color #EB343A: hue angle of 358.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EB343A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 52 58 -
CMYK 0 0.78 0.75 0.08
HSL 358.03º 0.82% 0.56% -
HSV(B) 358.03º 0.78% 0.92% -
XYZ 36.25 20.42 6.03 -
YUV 107.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 235 52 58 0 0.78 0.75 0.08 358.03 0.82 0.56
Hex EB 34 3A 0 4E 4B 8 166 52 38
Octal 353 64 72 0 116 113 10 546 122 70
Binary 11101011 110100 111010 0 1001110 1001011 1000 101100110 1010010 111000

Color Harmonies of #EB343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB343A

Black with #EB343A

Text Example


Text Example

White with #EB343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB343A; }

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

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

background-color css

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

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

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

border-color css

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

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

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