Html Css Color HEX #EB3441 Alizarin

📋 copy color: '#EB3441'

red 235 ◦ green 52 ◦ blue 65

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

Shades of Alizarin #EB3441

Tints of Alizarin #EB3441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.77%

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

R = 66.76%
G = 14.77%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB3441 (or 0xEB3441) is known color: Alizarin. HEX triplet: EB, 34 and 41. RGB value is (235,52,65). Sum of RGB (Red+Green+Blue) = 235+52+65=352 (46% of max value = 765). Red value is 235 (92.19% from 255 or 66.76% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3441 is #14CBBE. Grayscale: #6C6C6C. Windows color (decimal): -1362879 or 4273387. OLE color: 4273387.

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

Color convert

RGB 235 52 65 -
CMYK 0 0.78 0.72 0.08
HSL 355.74º 0.82% 0.56% -
HSV(B) 355.74º 0.78% 0.92% -
XYZ 36.44 20.5 7.04 -
YUV 108.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 235 52 65 0 0.78 0.72 0.08 355.74 0.82 0.56
Hex EB 34 41 0 4E 48 8 164 52 38
Octal 353 64 101 0 116 110 10 544 122 70
Binary 11101011 110100 1000001 0 1001110 1001000 1000 101100100 1010010 111000

Color Harmonies of #EB3441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3441

Black with #EB3441

Text Example


Text Example

White with #EB3441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3441; }

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

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

background-color css

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

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

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

border-color css

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

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

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