Html Css Color HEX #EF282C Alizarin

📋 copy color: '#EF282C'

red 239 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #EF282C

Tints of Alizarin #EF282C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.62%

R = 73.99%
G = 12.38%
B = 13.62%

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

#EF282C (or 0xEF282C) is known color: Alizarin. HEX triplet: EF, 28 and 2C. RGB value is (239,40,44). Sum of RGB (Red+Green+Blue) = 239+40+44=323 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.99% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 239 - color contains mainly: red. Hex color #EF282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF282C is #10D7D3. Grayscale: #646464. Windows color (decimal): -1103828 or 2894063. OLE color: 2894063.

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

Color convert

RGB 239 40 44 -
CMYK 0 0.83 0.82 0.06
HSL 358.79º 0.86% 0.55% -
HSV(B) 358.79º 0.83% 0.94% -
XYZ 36.81 20.05 4.31 -
YUV 99.96 96.43 227.17 -
System Red Green Blue C M Y K H S L
Decimal 239 40 44 0 0.83 0.82 0.06 358.79 0.86 0.55
Hex EF 28 2C 0 53 52 6 167 56 37
Octal 357 50 54 0 123 122 6 547 126 67
Binary 11101111 101000 101100 0 1010011 1010010 110 101100111 1010110 110111

Color Harmonies of #EF282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF282C

Black with #EF282C

Text Example


Text Example

White with #EF282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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