#EF383E

Color #EF383E Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #EF383E

Tints of Alizarin #EF383E

Color information

#EF383E (or 0xEF383E) is unknown color: approx Alizarin. HEX triplet: EF, 38 and 3E. RGB value is (239,56,62). Sum of RGB (Red+Green+Blue) = 239+56+62=357 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.95% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 239 - color contains mainly: red. Hex color #EF383E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF383E is #10C7C1. Grayscale: #6F6F6F. Windows color (decimal): -1099714 or 4077807. OLE color: 4077807.

HSL color Cylindrical-coordinate representation of color #EF383E: hue angle of 358.03º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF383E is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB2395662-
CMYK00.770.740.06
HSL358.03º85.12%57.84%-
HSV(B)358.03º76.57%93.73%-
XYZ37.8821.536.72-
YUV111.4100.13219.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 66.95%
GREEN value IS 56 (22.27% from 255) = 15.69%
BLUE value IS 62 (24.61% from 255) = 17.37%
R=66.95%
G=15.69%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239566200.770.740.06358.0385.1257.84
HexEF383E04D4A6166553a
Octal35770760115112654612572
Binary111011111110001111100100110110010101101011001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF383E; }

 p { color: rgb(239,56,62); }

 H1.HeaderClassName
 {
   color: #EF383E;
 }
 .AnyTagClassName
 {
   color: #EF383E;
 }
</style>
background-color css

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

 a { background-color: rgb(239,56,62); }

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

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

 span { border-color: rgb(239,56,62); }

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