Html Css Color HEX #EF2030 Alizarin

📋 copy color: '#EF2030'

red 239 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #EF2030

Tints of Alizarin #EF2030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.05%

R = 74.92%
G = 10.03%
B = 15.05%

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

#EF2030 (or 0xEF2030) is known color: Alizarin. HEX triplet: EF, 20 and 30. RGB value is (239,32,48). Sum of RGB (Red+Green+Blue) = 239+32+48=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2030 is #10DFCF. Grayscale: #5F5F5F. Windows color (decimal): -1105872 or 3154159. OLE color: 3154159.

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

Color convert

RGB 239 32 48 -
CMYK 0 0.87 0.80 0.06
HSL 355.36º 0.87% 0.53% -
HSV(B) 355.36º 0.87% 0.94% -
XYZ 36.65 19.6 4.65 -
YUV 95.72 101.08 230.2 -
System Red Green Blue C M Y K H S L
Decimal 239 32 48 0 0.87 0.80 0.06 355.36 0.87 0.53
Hex EF 20 30 0 57 50 6 163 57 35
Octal 357 40 60 0 127 120 6 543 127 65
Binary 11101111 100000 110000 0 1010111 1010000 110 101100011 1010111 110101

Color Harmonies of #EF2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2030

Black with #EF2030

Text Example


Text Example

White with #EF2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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