Html Css Color HEX #EB3741 Alizarin

📋 copy color: '#EB3741'

red 235 ◦ green 55 ◦ blue 65

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

Shades of Alizarin #EB3741

Tints of Alizarin #EB3741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.49%

 BLUE value IS 65 (25.78% from 255) = 18.31%

R = 66.2%
G = 15.49%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB3741 (or 0xEB3741) is known color: Alizarin. HEX triplet: EB, 37 and 41. RGB value is (235,55,65). Sum of RGB (Red+Green+Blue) = 235+55+65=355 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.20% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3741 is #14C8BE. Grayscale: #6E6E6E. Windows color (decimal): -1362111 or 4274155. OLE color: 4274155.

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

Color convert

RGB 235 55 65 -
CMYK 0 0.77 0.72 0.08
HSL 356.67º 0.82% 0.57% -
HSV(B) 356.67º 0.77% 0.92% -
XYZ 36.58 20.78 7.08 -
YUV 109.96 102.63 217.19 -
System Red Green Blue C M Y K H S L
Decimal 235 55 65 0 0.77 0.72 0.08 356.67 0.82 0.57
Hex EB 37 41 0 4D 48 8 165 52 39
Octal 353 67 101 0 115 110 10 545 122 71
Binary 11101011 110111 1000001 0 1001101 1001000 1000 101100101 1010010 111001

Color Harmonies of #EB3741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3741

Black with #EB3741

Text Example


Text Example

White with #EB3741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3741; }

 p { color: rgb(235,55,65); }

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

background-color css

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

 a { background-color: rgb(235,55,65); }

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

border-color css

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

 span { border-color: rgb(235,55,65); }

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