Html Css Color HEX #EF282E Alizarin

📋 copy color: '#EF282E'

red 239 ◦ green 40 ◦ blue 46

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

Shades of Alizarin #EF282E

Tints of Alizarin #EF282E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 73.54%
G = 12.31%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF282E (or 0xEF282E) is known color: Alizarin. HEX triplet: EF, 28 and 2E. RGB value is (239,40,46). Sum of RGB (Red+Green+Blue) = 239+40+46=325 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.54% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 239 - color contains mainly: red. Hex color #EF282E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF282E is #10D7D1. Grayscale: #646464. Windows color (decimal): -1103826 or 3025135. OLE color: 3025135.

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

Color convert

RGB 239 40 46 -
CMYK 0 0.83 0.81 0.06
HSL 358.19º 0.86% 0.55% -
HSV(B) 358.19º 0.83% 0.94% -
XYZ 36.85 20.07 4.52 -
YUV 100.19 97.43 227.01 -
System Red Green Blue C M Y K H S L
Decimal 239 40 46 0 0.83 0.81 0.06 358.19 0.86 0.55
Hex EF 28 2E 0 53 51 6 166 56 37
Octal 357 50 56 0 123 121 6 546 126 67
Binary 11101111 101000 101110 0 1010011 1010001 110 101100110 1010110 110111

Color Harmonies of #EF282E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF282E

Black with #EF282E

Text Example


Text Example

White with #EF282E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF282E; }

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

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

background-color css

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

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

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

border-color css

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

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

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