Html Css Color HEX #EF2327 Alizarin

📋 copy color: '#EF2327'

red 239 ◦ green 35 ◦ blue 39

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

Shades of Alizarin #EF2327

Tints of Alizarin #EF2327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 39 (15.63% from 255) = 12.46%

R = 76.36%
G = 11.18%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#EF2327 (or 0xEF2327) is known color: Alizarin. HEX triplet: EF, 23 and 27. RGB value is (239,35,39). Sum of RGB (Red+Green+Blue) = 239+35+39=313 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.36% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2327 is #10DCD8. Grayscale: #606060. Windows color (decimal): -1105113 or 2565103. OLE color: 2565103.

HSL color Cylindrical-coordinate representation of color #EF2327: hue angle of 358.82º 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 #EF2327 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 35 39 -
CMYK 0 0.85 0.84 0.06
HSL 358.82º 0.86% 0.54% -
HSV(B) 358.82º 0.85% 0.94% -
XYZ 36.56 19.7 3.79 -
YUV 96.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 239 35 39 0 0.85 0.84 0.06 358.82 0.86 0.54
Hex EF 23 27 0 55 54 6 167 56 36
Octal 357 43 47 0 125 124 6 547 126 66
Binary 11101111 100011 100111 0 1010101 1010100 110 101100111 1010110 110110

Color Harmonies of #EF2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2327

Black with #EF2327

Text Example


Text Example

White with #EF2327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2327; }

 p { color: rgb(239,35,39); }

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

background-color css

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

 a { background-color: rgb(239,35,39); }

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

border-color css

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

 span { border-color: rgb(239,35,39); }

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