Html Css Color HEX #EF282F Alizarin

📋 copy color: '#EF282F'

red 239 ◦ green 40 ◦ blue 47

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

Shades of Alizarin #EF282F

Tints of Alizarin #EF282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 73.31%
G = 12.27%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#EF282F (or 0xEF282F) is known color: Alizarin. HEX triplet: EF, 28 and 2F. RGB value is (239,40,47). Sum of RGB (Red+Green+Blue) = 239+40+47=326 (43% of max value = 765). Red value is 239 (93.75% from 255 or 73.31% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 239 - color contains mainly: red. Hex color #EF282F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF282F is #10D7D0. Grayscale: #646464. Windows color (decimal): -1103825 or 3090671. OLE color: 3090671.

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

Color convert

RGB 239 40 47 -
CMYK 0 0.83 0.80 0.06
HSL 357.89º 0.86% 0.55% -
HSV(B) 357.89º 0.83% 0.94% -
XYZ 36.87 20.07 4.62 -
YUV 100.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 239 40 47 0 0.83 0.80 0.06 357.89 0.86 0.55
Hex EF 28 2F 0 53 50 6 166 56 37
Octal 357 50 57 0 123 120 6 546 126 67
Binary 11101111 101000 101111 0 1010011 1010000 110 101100110 1010110 110111

Color Harmonies of #EF282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF282F

Black with #EF282F

Text Example


Text Example

White with #EF282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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