Html Css Color HEX #EB2A41 Alizarin

📋 copy color: '#EB2A41'

red 235 ◦ green 42 ◦ blue 65

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

Shades of Alizarin #EB2A41

Tints of Alizarin #EB2A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.28%

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

R = 68.71%
G = 12.28%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB2A41 (or 0xEB2A41) is known color: Alizarin. HEX triplet: EB, 2A and 41. RGB value is (235,42,65). Sum of RGB (Red+Green+Blue) = 235+42+65=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A41 is #14D5BE. Grayscale: #666666. Windows color (decimal): -1365439 or 4270827. OLE color: 4270827.

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

Color convert

RGB 235 42 65 -
CMYK 0 0.82 0.72 0.08
HSL 352.85º 0.83% 0.54% -
HSV(B) 352.85º 0.82% 0.92% -
XYZ 36.04 19.7 6.9 -
YUV 102.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 235 42 65 0 0.82 0.72 0.08 352.85 0.83 0.54
Hex EB 2A 41 0 52 48 8 161 53 36
Octal 353 52 101 0 122 110 10 541 123 66
Binary 11101011 101010 1000001 0 1010010 1001000 1000 101100001 1010011 110110

Color Harmonies of #EB2A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2A41

Black with #EB2A41

Text Example


Text Example

White with #EB2A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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