Html Css Color HEX #EB333D Alizarin

📋 copy color: '#EB333D'

red 235 ◦ green 51 ◦ blue 61

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

Shades of Alizarin #EB333D

Tints of Alizarin #EB333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 67.72%
G = 14.7%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB333D (or 0xEB333D) is known color: Alizarin. HEX triplet: EB, 33 and 3D. RGB value is (235,51,61). Sum of RGB (Red+Green+Blue) = 235+51+61=347 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.72% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 235 - color contains mainly: red. Hex color #EB333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB333D is #14CCC2. Grayscale: #6B6B6B. Windows color (decimal): -1363139 or 4010987. OLE color: 4010987.

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

Color convert

RGB 235 51 61 -
CMYK 0 0.78 0.74 0.08
HSL 356.74º 0.82% 0.56% -
HSV(B) 356.74º 0.78% 0.92% -
XYZ 36.29 20.37 6.43 -
YUV 107.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 235 51 61 0 0.78 0.74 0.08 356.74 0.82 0.56
Hex EB 33 3D 0 4E 4A 8 165 52 38
Octal 353 63 75 0 116 112 10 545 122 70
Binary 11101011 110011 111101 0 1001110 1001010 1000 101100101 1010010 111000

Color Harmonies of #EB333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB333D

Black with #EB333D

Text Example


Text Example

White with #EB333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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