Html Css Color HEX #EF3542 Alizarin

📋 copy color: '#EF3542'

red 239 ◦ green 53 ◦ blue 66

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

Shades of Alizarin #EF3542

Tints of Alizarin #EF3542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 66.76%
G = 14.8%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#EF3542 (or 0xEF3542) is known color: Alizarin. HEX triplet: EF, 35 and 42. RGB value is (239,53,66). Sum of RGB (Red+Green+Blue) = 239+53+66=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3542 is #10CABD. Grayscale: #6E6E6E. Windows color (decimal): -1100478 or 4339183. OLE color: 4339183.

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

Color convert

RGB 239 53 66 -
CMYK 0 0.78 0.72 0.06
HSL 355.81º 0.85% 0.57% -
HSV(B) 355.81º 0.78% 0.94% -
XYZ 37.85 21.29 7.27 -
YUV 110.1 103.12 219.94 -
System Red Green Blue C M Y K H S L
Decimal 239 53 66 0 0.78 0.72 0.06 355.81 0.85 0.57
Hex EF 35 42 0 4E 48 6 164 55 39
Octal 357 65 102 0 116 110 6 544 125 71
Binary 11101111 110101 1000010 0 1001110 1001000 110 101100100 1010101 111001

Color Harmonies of #EF3542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3542

Black with #EF3542

Text Example


Text Example

White with #EF3542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3542; }

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

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

background-color css

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

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

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

border-color css

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

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

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