Html Css Color HEX #EF282B Alizarin

📋 copy color: '#EF282B'

red 239 ◦ green 40 ◦ blue 43

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

Shades of Alizarin #EF282B

Tints of Alizarin #EF282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.35%

R = 74.22%
G = 12.42%
B = 13.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF282B (or 0xEF282B) is known color: Alizarin. HEX triplet: EF, 28 and 2B. RGB value is (239,40,43). Sum of RGB (Red+Green+Blue) = 239+40+43=322 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.22% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 239 - color contains mainly: red. Hex color #EF282B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF282B is #10D7D4. Grayscale: #646464. Windows color (decimal): -1103829 or 2828527. OLE color: 2828527.

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

Color convert

RGB 239 40 43 -
CMYK 0 0.83 0.82 0.06
HSL 359.1º 0.86% 0.55% -
HSV(B) 359.1º 0.83% 0.94% -
XYZ 36.79 20.04 4.22 -
YUV 99.84 95.93 227.26 -
System Red Green Blue C M Y K H S L
Decimal 239 40 43 0 0.83 0.82 0.06 359.1 0.86 0.55
Hex EF 28 2B 0 53 52 6 167 56 37
Octal 357 50 53 0 123 122 6 547 126 67
Binary 11101111 101000 101011 0 1010011 1010010 110 101100111 1010110 110111

Color Harmonies of #EF282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF282B

Black with #EF282B

Text Example


Text Example

White with #EF282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF282B; }

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

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

background-color css

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

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

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

border-color css

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

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

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