Html Css Color HEX #EF2335 Alizarin

📋 copy color: '#EF2335'

red 239 ◦ green 35 ◦ blue 53

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

Shades of Alizarin #EF2335

Tints of Alizarin #EF2335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 73.09%
G = 10.7%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF2335 (or 0xEF2335) is known color: Alizarin. HEX triplet: EF, 23 and 35. RGB value is (239,35,53). Sum of RGB (Red+Green+Blue) = 239+35+53=327 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.09% from 327); Green value is 35 (14.06% from 255 or 10.70% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2335 is #10DCCA. Grayscale: #626262. Windows color (decimal): -1105099 or 3482607. OLE color: 3482607.

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

Color convert

RGB 239 35 53 -
CMYK 0 0.85 0.78 0.06
HSL 354.71º 0.86% 0.54% -
HSV(B) 354.71º 0.85% 0.94% -
XYZ 36.84 19.81 5.25 -
YUV 98.05 102.59 228.54 -
System Red Green Blue C M Y K H S L
Decimal 239 35 53 0 0.85 0.78 0.06 354.71 0.86 0.54
Hex EF 23 35 0 55 4E 6 163 56 36
Octal 357 43 65 0 125 116 6 543 126 66
Binary 11101111 100011 110101 0 1010101 1001110 110 101100011 1010110 110110

Color Harmonies of #EF2335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2335

Black with #EF2335

Text Example


Text Example

White with #EF2335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2335; }

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

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

background-color css

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

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

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

border-color css

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

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

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