Html Css Color HEX #EB3A41 Alizarin

📋 copy color: '#EB3A41'

red 235 ◦ green 58 ◦ blue 65

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

Shades of Alizarin #EB3A41

Tints of Alizarin #EB3A41

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.2%

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

R = 65.64%
G = 16.2%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EB3A41 (or 0xEB3A41) is known color: Alizarin. HEX triplet: EB, 3A and 41. RGB value is (235,58,65). Sum of RGB (Red+Green+Blue) = 235+58+65=358 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.64% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 65 (25.78% from 255 or 18.16% from 358); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3A41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB3A41 is #14C5BE. Grayscale: #6F6F6F. Windows color (decimal): -1361343 or 4274923. OLE color: 4274923.

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

Color convert

RGB 235 58 65 -
CMYK 0 0.75 0.72 0.08
HSL 357.63º 0.82% 0.57% -
HSV(B) 357.63º 0.75% 0.92% -
XYZ 36.73 21.07 7.13 -
YUV 111.72 101.64 215.93 -
System Red Green Blue C M Y K H S L
Decimal 235 58 65 0 0.75 0.72 0.08 357.63 0.82 0.57
Hex EB 3A 41 0 4B 48 8 166 52 39
Octal 353 72 101 0 113 110 10 546 122 71
Binary 11101011 111010 1000001 0 1001011 1001000 1000 101100110 1010010 111001

Color Harmonies of #EB3A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB3A41

Black with #EB3A41

Text Example


Text Example

White with #EB3A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB3A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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