Html Css Color HEX #EF2328 Alizarin

📋 copy color: '#EF2328'

red 239 ◦ green 35 ◦ blue 40

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

Shades of Alizarin #EF2328

Tints of Alizarin #EF2328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 76.11%
G = 11.15%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF2328 (or 0xEF2328) is known color: Alizarin. HEX triplet: EF, 23 and 28. RGB value is (239,35,40). Sum of RGB (Red+Green+Blue) = 239+35+40=314 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.11% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2328 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2328 is #10DCD7. Grayscale: #606060. Windows color (decimal): -1105112 or 2630639. OLE color: 2630639.

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

Color convert

RGB 239 35 40 -
CMYK 0 0.85 0.83 0.06
HSL 358.53º 0.86% 0.54% -
HSV(B) 358.53º 0.85% 0.94% -
XYZ 36.58 19.71 3.88 -
YUV 96.57 96.09 229.59 -
System Red Green Blue C M Y K H S L
Decimal 239 35 40 0 0.85 0.83 0.06 358.53 0.86 0.54
Hex EF 23 28 0 55 53 6 167 56 36
Octal 357 43 50 0 125 123 6 547 126 66
Binary 11101111 100011 101000 0 1010101 1010011 110 101100111 1010110 110110

Color Harmonies of #EF2328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2328

Black with #EF2328

Text Example


Text Example

White with #EF2328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2328; }

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

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

background-color css

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

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

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

border-color css

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

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

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