Html Css Color HEX #EB3A40 Alizarin

📋 copy color: '#EB3A40'

red 235 ◦ green 58 ◦ blue 64

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

Shades of Alizarin #EB3A40

Tints of Alizarin #EB3A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.25%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 65.83%
G = 16.25%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB3A40 (or 0xEB3A40) is known color: Alizarin. HEX triplet: EB, 3A and 40. RGB value is (235,58,64). Sum of RGB (Red+Green+Blue) = 235+58+64=357 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.83% from 357); Green value is 58 (23.05% from 255 or 16.25% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A40 is #14C5BF. Grayscale: #6F6F6F. Windows color (decimal): -1361344 or 4209387. OLE color: 4209387.

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

Color convert

RGB 235 58 64 -
CMYK 0 0.75 0.73 0.08
HSL 357.97º 0.82% 0.57% -
HSV(B) 357.97º 0.75% 0.92% -
XYZ 36.7 21.06 6.98 -
YUV 111.61 101.14 216.01 -
System Red Green Blue C M Y K H S L
Decimal 235 58 64 0 0.75 0.73 0.08 357.97 0.82 0.57
Hex EB 3A 40 0 4B 49 8 166 52 39
Octal 353 72 100 0 113 111 10 546 122 71
Binary 11101011 111010 1000000 0 1001011 1001001 1000 101100110 1010010 111001

Color Harmonies of #EB3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A40

Black with #EB3A40

Text Example


Text Example

White with #EB3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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