Html Css Color HEX #EB3334 Alizarin

📋 copy color: '#EB3334'

red 235 ◦ green 51 ◦ blue 52

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

Shades of Alizarin #EB3334

Tints of Alizarin #EB3334

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.09%

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

R = 69.53%
G = 15.09%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB3334 (or 0xEB3334) is known color: Alizarin. HEX triplet: EB, 33 and 34. RGB value is (235,51,52). Sum of RGB (Red+Green+Blue) = 235+51+52=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3334 is #14CCCB. Grayscale: #6A6A6A. Windows color (decimal): -1363148 or 3421163. OLE color: 3421163.

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

Color convert

RGB 235 51 52 -
CMYK 0 0.78 0.78 0.08
HSL 359.67º 0.82% 0.56% -
HSV(B) 359.67º 0.78% 0.92% -
XYZ 36.06 20.28 5.26 -
YUV 106.13 97.46 219.92 -
System Red Green Blue C M Y K H S L
Decimal 235 51 52 0 0.78 0.78 0.08 359.67 0.82 0.56
Hex EB 33 34 0 4E 4E 8 168 52 38
Octal 353 63 64 0 116 116 10 550 122 70
Binary 11101011 110011 110100 0 1001110 1001110 1000 101101000 1010010 111000

Color Harmonies of #EB3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3334

Black with #EB3334

Text Example


Text Example

White with #EB3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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