Html Css Color HEX #EF253D Alizarin

📋 copy color: '#EF253D'

red 239 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #EF253D

Tints of Alizarin #EF253D

RGB

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

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

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

R = 70.92%
G = 10.98%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF253D (or 0xEF253D) is known color: Alizarin. HEX triplet: EF, 25 and 3D. RGB value is (239,37,61). Sum of RGB (Red+Green+Blue) = 239+37+61=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF253D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF253D is #10DAC2. Grayscale: #646464. Windows color (decimal): -1104579 or 4007407. OLE color: 4007407.

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

Color convert

RGB 239 37 61 -
CMYK 0 0.85 0.74 0.06
HSL 352.87º 0.86% 0.54% -
HSV(B) 352.87º 0.85% 0.94% -
XYZ 37.1 20.01 6.32 -
YUV 100.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 239 37 61 0 0.85 0.74 0.06 352.87 0.86 0.54
Hex EF 25 3D 0 55 4A 6 161 56 36
Octal 357 45 75 0 125 112 6 541 126 66
Binary 11101111 100101 111101 0 1010101 1001010 110 101100001 1010110 110110

Color Harmonies of #EF253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF253D

Black with #EF253D

Text Example


Text Example

White with #EF253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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