Html Css Color HEX #EF202F Alizarin

📋 copy color: '#EF202F'

red 239 ◦ green 32 ◦ blue 47

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

Shades of Alizarin #EF202F

Tints of Alizarin #EF202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.06%

 BLUE value IS 47 (18.75% from 255) = 14.78%

R = 75.16%
G = 10.06%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF202F (or 0xEF202F) is known color: Alizarin. HEX triplet: EF, 20 and 2F. RGB value is (239,32,47). Sum of RGB (Red+Green+Blue) = 239+32+47=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF202F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF202F is #10DFD0. Grayscale: #5F5F5F. Windows color (decimal): -1105873 or 3088623. OLE color: 3088623.

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

Color convert

RGB 239 32 47 -
CMYK 0 0.87 0.80 0.06
HSL 355.65º 0.87% 0.53% -
HSV(B) 355.65º 0.87% 0.94% -
XYZ 36.63 19.59 4.54 -
YUV 95.6 100.58 230.28 -
System Red Green Blue C M Y K H S L
Decimal 239 32 47 0 0.87 0.80 0.06 355.65 0.87 0.53
Hex EF 20 2F 0 57 50 6 164 57 35
Octal 357 40 57 0 127 120 6 544 127 65
Binary 11101111 100000 101111 0 1010111 1010000 110 101100100 1010111 110101

Color Harmonies of #EF202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF202F

Black with #EF202F

Text Example


Text Example

White with #EF202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF202F; }

 p { color: rgb(239,32,47); }

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

background-color css

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

 a { background-color: rgb(239,32,47); }

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

border-color css

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

 span { border-color: rgb(239,32,47); }

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