Html Css Color HEX #EB3841 Alizarin

📋 copy color: '#EB3841'

red 235 ◦ green 56 ◦ blue 65

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

Shades of Alizarin #EB3841

Tints of Alizarin #EB3841

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

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

R = 66.01%
G = 15.73%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB3841 (or 0xEB3841) is known color: Alizarin. HEX triplet: EB, 38 and 41. RGB value is (235,56,65). Sum of RGB (Red+Green+Blue) = 235+56+65=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3841 is #14C7BE. Grayscale: #6E6E6E. Windows color (decimal): -1361855 or 4274411. OLE color: 4274411.

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

Color convert

RGB 235 56 65 -
CMYK 0 0.76 0.72 0.08
HSL 356.98º 0.82% 0.57% -
HSV(B) 356.98º 0.76% 0.92% -
XYZ 36.63 20.87 7.1 -
YUV 110.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 235 56 65 0 0.76 0.72 0.08 356.98 0.82 0.57
Hex EB 38 41 0 4C 48 8 165 52 39
Octal 353 70 101 0 114 110 10 545 122 71
Binary 11101011 111000 1000001 0 1001100 1001000 1000 101100101 1010010 111001

Color Harmonies of #EB3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3841

Black with #EB3841

Text Example


Text Example

White with #EB3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3841; }

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

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

background-color css

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

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

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

border-color css

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

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

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