Html Css Color HEX #EF1D35 Alizarin

📋 copy color: '#EF1D35'

red 239 ◦ green 29 ◦ blue 53

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

Shades of Alizarin #EF1D35

Tints of Alizarin #EF1D35

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

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

R = 74.45%
G = 9.03%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF1D35 (or 0xEF1D35) is known color: Alizarin. HEX triplet: EF, 1D and 35. RGB value is (239,29,53). Sum of RGB (Red+Green+Blue) = 239+29+53=321 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.45% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1D35 is #10E2CA. Grayscale: #5E5E5E. Windows color (decimal): -1106635 or 3481071. OLE color: 3481071.

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

Color convert

RGB 239 29 53 -
CMYK 0 0.88 0.78 0.06
HSL 353.14º 0.87% 0.53% -
HSV(B) 353.14º 0.88% 0.94% -
XYZ 36.68 19.49 5.2 -
YUV 94.53 104.57 231.05 -
System Red Green Blue C M Y K H S L
Decimal 239 29 53 0 0.88 0.78 0.06 353.14 0.87 0.53
Hex EF 1D 35 0 58 4E 6 161 57 35
Octal 357 35 65 0 130 116 6 541 127 65
Binary 11101111 11101 110101 0 1011000 1001110 110 101100001 1010111 110101

Color Harmonies of #EF1D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1D35

Black with #EF1D35

Text Example


Text Example

White with #EF1D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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