Html Css Color HEX #EB203D Alizarin

📋 copy color: '#EB203D'

red 235 ◦ green 32 ◦ blue 61

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

Shades of Alizarin #EB203D

Tints of Alizarin #EB203D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.76%

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

R = 71.65%
G = 9.76%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EB203D (or 0xEB203D) is known color: Alizarin. HEX triplet: EB, 20 and 3D. RGB value is (235,32,61). Sum of RGB (Red+Green+Blue) = 235+32+61=328 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.65% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 235 - color contains mainly: red. Hex color #EB203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB203D is #14DFC2. Grayscale: #606060. Windows color (decimal): -1368003 or 4006123. OLE color: 4006123.

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

Color convert

RGB 235 32 61 -
CMYK 0 0.86 0.74 0.08
HSL 351.43º 0.84% 0.52% -
HSV(B) 351.43º 0.86% 0.92% -
XYZ 35.62 19.03 6.21 -
YUV 96 108.25 227.14 -
System Red Green Blue C M Y K H S L
Decimal 235 32 61 0 0.86 0.74 0.08 351.43 0.84 0.52
Hex EB 20 3D 0 56 4A 8 15F 54 34
Octal 353 40 75 0 126 112 10 537 124 64
Binary 11101011 100000 111101 0 1010110 1001010 1000 101011111 1010100 110100

Color Harmonies of #EB203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB203D

Black with #EB203D

Text Example


Text Example

White with #EB203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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