Html Css Color HEX #EB3C3D Alizarin

📋 copy color: '#EB3C3D'

red 235 ◦ green 60 ◦ blue 61

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

Shades of Alizarin #EB3C3D

Tints of Alizarin #EB3C3D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.85%

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

R = 66.01%
G = 16.85%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB3C3D (or 0xEB3C3D) is known color: Alizarin. HEX triplet: EB, 3C and 3D. RGB value is (235,60,61). Sum of RGB (Red+Green+Blue) = 235+60+61=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3C3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3C3D is #14C3C2. Grayscale: #707070. Windows color (decimal): -1360835 or 4013291. OLE color: 4013291.

HSL color Cylindrical-coordinate representation of color #EB3C3D: hue angle of 359.66º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB3C3D is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 60 61 -
CMYK 0 0.74 0.74 0.08
HSL 359.66º 0.81% 0.58% -
HSV(B) 359.66º 0.74% 0.92% -
XYZ 36.72 21.23 6.58 -
YUV 112.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 235 60 61 0 0.74 0.74 0.08 359.66 0.81 0.58
Hex EB 3C 3D 0 4A 4A 8 168 51 3A
Octal 353 74 75 0 112 112 10 550 121 72
Binary 11101011 111100 111101 0 1001010 1001010 1000 101101000 1010001 111010

Color Harmonies of #EB3C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3C3D

Black with #EB3C3D

Text Example


Text Example

White with #EB3C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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