Html Css Color HEX #EF283C Alizarin

📋 copy color: '#EF283C'

red 239 ◦ green 40 ◦ blue 60

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

Shades of Alizarin #EF283C

Tints of Alizarin #EF283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.7%

R = 70.5%
G = 11.8%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF283C (or 0xEF283C) is known color: Alizarin. HEX triplet: EF, 28 and 3C. RGB value is (239,40,60). Sum of RGB (Red+Green+Blue) = 239+40+60=339 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.50% from 339); Green value is 40 (16.02% from 255 or 11.80% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 239 - color contains mainly: red. Hex color #EF283C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF283C is #10D7C3. Grayscale: #656565. Windows color (decimal): -1103812 or 3942639. OLE color: 3942639.

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

Color convert

RGB 239 40 60 -
CMYK 0 0.83 0.75 0.06
HSL 353.97º 0.86% 0.55% -
HSV(B) 353.97º 0.83% 0.94% -
XYZ 37.17 20.19 6.21 -
YUV 101.78 104.43 225.87 -
System Red Green Blue C M Y K H S L
Decimal 239 40 60 0 0.83 0.75 0.06 353.97 0.86 0.55
Hex EF 28 3C 0 53 4B 6 162 56 37
Octal 357 50 74 0 123 113 6 542 126 67
Binary 11101111 101000 111100 0 1010011 1001011 110 101100010 1010110 110111

Color Harmonies of #EF283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF283C

Black with #EF283C

Text Example


Text Example

White with #EF283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF283C; }

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

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

background-color css

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

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

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

border-color css

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

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

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