Html Css Color HEX #EB2741 Alizarin

📋 copy color: '#EB2741'

red 235 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #EB2741

Tints of Alizarin #EB2741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

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

R = 69.32%
G = 11.5%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB2741 (or 0xEB2741) is known color: Alizarin. HEX triplet: EB, 27 and 41. RGB value is (235,39,65). Sum of RGB (Red+Green+Blue) = 235+39+65=339 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.32% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2741 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2741 is #14D8BE. Grayscale: #646464. Windows color (decimal): -1366207 or 4270059. OLE color: 4270059.

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

Color convert

RGB 235 39 65 -
CMYK 0 0.83 0.72 0.08
HSL 352.04º 0.83% 0.54% -
HSV(B) 352.04º 0.83% 0.92% -
XYZ 35.94 19.49 6.87 -
YUV 100.57 107.93 223.89 -
System Red Green Blue C M Y K H S L
Decimal 235 39 65 0 0.83 0.72 0.08 352.04 0.83 0.54
Hex EB 27 41 0 53 48 8 160 53 36
Octal 353 47 101 0 123 110 10 540 123 66
Binary 11101011 100111 1000001 0 1010011 1001000 1000 101100000 1010011 110110

Color Harmonies of #EB2741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2741

Black with #EB2741

Text Example


Text Example

White with #EB2741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2741; }

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

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

background-color css

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

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

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

border-color css

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

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

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