Html Css Color HEX #EF283A Alizarin

📋 copy color: '#EF283A'

red 239 ◦ green 40 ◦ blue 58

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

Shades of Alizarin #EF283A

Tints of Alizarin #EF283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.87%

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 70.92%
G = 11.87%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#EF283A (or 0xEF283A) is known color: Alizarin. HEX triplet: EF, 28 and 3A. RGB value is (239,40,58). Sum of RGB (Red+Green+Blue) = 239+40+58=337 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.92% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 239 - color contains mainly: red. Hex color #EF283A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF283A is #10D7C5. Grayscale: #656565. Windows color (decimal): -1103814 or 3811567. OLE color: 3811567.

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

Color convert

RGB 239 40 58 -
CMYK 0 0.83 0.76 0.06
HSL 354.57º 0.86% 0.55% -
HSV(B) 354.57º 0.83% 0.94% -
XYZ 37.12 20.17 5.94 -
YUV 101.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 239 40 58 0 0.83 0.76 0.06 354.57 0.86 0.55
Hex EF 28 3A 0 53 4C 6 163 56 37
Octal 357 50 72 0 123 114 6 543 126 67
Binary 11101111 101000 111010 0 1010011 1001100 110 101100011 1010110 110111

Color Harmonies of #EF283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF283A

Black with #EF283A

Text Example


Text Example

White with #EF283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF283A; }

 p { color: rgb(239,40,58); }

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

background-color css

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

 a { background-color: rgb(239,40,58); }

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

border-color css

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

 span { border-color: rgb(239,40,58); }

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