Html Css Color HEX #EF2430 Alizarin

📋 copy color: '#EF2430'

red 239 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #EF2430

Tints of Alizarin #EF2430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 73.99%
G = 11.15%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF2430 (or 0xEF2430) is known color: Alizarin. HEX triplet: EF, 24 and 30. RGB value is (239,36,48). Sum of RGB (Red+Green+Blue) = 239+36+48=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF2430 is #10DBCF. Grayscale: #626262. Windows color (decimal): -1104848 or 3155183. OLE color: 3155183.

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

Color convert

RGB 239 36 48 -
CMYK 0 0.85 0.80 0.06
HSL 356.45º 0.86% 0.54% -
HSV(B) 356.45º 0.85% 0.94% -
XYZ 36.76 19.83 4.69 -
YUV 98.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 239 36 48 0 0.85 0.80 0.06 356.45 0.86 0.54
Hex EF 24 30 0 55 50 6 164 56 36
Octal 357 44 60 0 125 120 6 544 126 66
Binary 11101111 100100 110000 0 1010101 1010000 110 101100100 1010110 110110

Color Harmonies of #EF2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2430

Black with #EF2430

Text Example


Text Example

White with #EF2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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