Html Css Color HEX #EF203D Alizarin

📋 copy color: '#EF203D'

red 239 ◦ green 32 ◦ blue 61

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

Shades of Alizarin #EF203D

Tints of Alizarin #EF203D

RGB

 RED value IS 239 (93.75% from 255) = 71.99%

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

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

R = 71.99%
G = 9.64%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF203D (or 0xEF203D) is known color: Alizarin. HEX triplet: EF, 20 and 3D. RGB value is (239,32,61). Sum of RGB (Red+Green+Blue) = 239+32+61=332 (43% of max value = 765). Red value is 239 (93.75% from 255 or 71.99% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 239 - color contains mainly: red. Hex color #EF203D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF203D is #10DFC2. Grayscale: #616161. Windows color (decimal): -1105859 or 4006127. OLE color: 4006127.

HSL color Cylindrical-coordinate representation of color #EF203D: hue angle of 351.59º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF203D is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 32 61 -
CMYK 0 0.87 0.74 0.06
HSL 351.59º 0.87% 0.53% -
HSV(B) 351.59º 0.87% 0.94% -
XYZ 36.96 19.72 6.27 -
YUV 97.2 107.58 229.14 -
System Red Green Blue C M Y K H S L
Decimal 239 32 61 0 0.87 0.74 0.06 351.59 0.87 0.53
Hex EF 20 3D 0 57 4A 6 160 57 35
Octal 357 40 75 0 127 112 6 540 127 65
Binary 11101111 100000 111101 0 1010111 1001010 110 101100000 1010111 110101

Color Harmonies of #EF203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF203D

Black with #EF203D

Text Example


Text Example

White with #EF203D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF203D; }

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

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

background-color css

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

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

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

border-color css

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

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

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