Html Css Color HEX #EB253D Alizarin

📋 copy color: '#EB253D'

red 235 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #EB253D

Tints of Alizarin #EB253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.11%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 70.57%
G = 11.11%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB253D (or 0xEB253D) is known color: Alizarin. HEX triplet: EB, 25 and 3D. RGB value is (235,37,61). Sum of RGB (Red+Green+Blue) = 235+37+61=333 (44% of max value = 765). Red value is 235 (92.19% from 255 or 70.57% from 333); Green value is 37 (14.84% from 255 or 11.11% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 235 - color contains mainly: red. Hex color #EB253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB253D is #14DAC2. Grayscale: #636363. Windows color (decimal): -1366723 or 4007403. OLE color: 4007403.

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

Color convert

RGB 235 37 61 -
CMYK 0 0.84 0.74 0.08
HSL 352.73º 0.83% 0.53% -
HSV(B) 352.73º 0.84% 0.92% -
XYZ 35.76 19.32 6.26 -
YUV 98.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 235 37 61 0 0.84 0.74 0.08 352.73 0.83 0.53
Hex EB 25 3D 0 54 4A 8 161 53 35
Octal 353 45 75 0 124 112 10 541 123 65
Binary 11101011 100101 111101 0 1010100 1001010 1000 101100001 1010011 110101

Color Harmonies of #EB253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB253D

Black with #EB253D

Text Example


Text Example

White with #EB253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB253D; }

 p { color: rgb(235,37,61); }

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

background-color css

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

 a { background-color: rgb(235,37,61); }

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

border-color css

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

 span { border-color: rgb(235,37,61); }

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