Html Css Color HEX #EF2A2B Alizarin

📋 copy color: '#EF2A2B'

red 239 ◦ green 42 ◦ blue 43

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

Shades of Alizarin #EF2A2B

Tints of Alizarin #EF2A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.96%

 BLUE value IS 43 (17.19% from 255) = 13.27%

R = 73.77%
G = 12.96%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF2A2B (or 0xEF2A2B) is known color: Alizarin. HEX triplet: EF, 2A and 2B. RGB value is (239,42,43). Sum of RGB (Red+Green+Blue) = 239+42+43=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 43 (17.19% from 255 or 13.27% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2A2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2A2B is #10D5D4. Grayscale: #656565. Windows color (decimal): -1103317 or 2829039. OLE color: 2829039.

HSL color Cylindrical-coordinate representation of color #EF2A2B: hue angle of 359.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EF2A2B is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 42 43 -
CMYK 0 0.82 0.82 0.06
HSL 359.7º 0.86% 0.55% -
HSV(B) 359.7º 0.82% 0.94% -
XYZ 36.86 20.18 4.24 -
YUV 101.02 95.27 226.42 -
System Red Green Blue C M Y K H S L
Decimal 239 42 43 0 0.82 0.82 0.06 359.7 0.86 0.55
Hex EF 2A 2B 0 52 52 6 168 56 37
Octal 357 52 53 0 122 122 6 550 126 67
Binary 11101111 101010 101011 0 1010010 1010010 110 101101000 1010110 110111

Color Harmonies of #EF2A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2A2B

Black with #EF2A2B

Text Example


Text Example

White with #EF2A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2A2B; }

 p { color: rgb(239,42,43); }

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

background-color css

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

 a { background-color: rgb(239,42,43); }

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

border-color css

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

 span { border-color: rgb(239,42,43); }

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