Html Css Color HEX #EF383D Alizarin

📋 copy color: '#EF383D'

red 239 ◦ green 56 ◦ blue 61

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

Shades of Alizarin #EF383D

Tints of Alizarin #EF383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

 BLUE value IS 61 (24.22% from 255) = 17.13%

R = 67.13%
G = 15.73%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF383D (or 0xEF383D) is known color: Alizarin. HEX triplet: EF, 38 and 3D. RGB value is (239,56,61). Sum of RGB (Red+Green+Blue) = 239+56+61=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF383D is #10C7C2. Grayscale: #6F6F6F. Windows color (decimal): -1099715 or 4012271. OLE color: 4012271.

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

Color convert

RGB 239 56 61 -
CMYK 0 0.77 0.74 0.06
HSL 358.36º 0.85% 0.58% -
HSV(B) 358.36º 0.77% 0.94% -
XYZ 37.85 21.52 6.57 -
YUV 111.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 239 56 61 0 0.77 0.74 0.06 358.36 0.85 0.58
Hex EF 38 3D 0 4D 4A 6 166 55 3A
Octal 357 70 75 0 115 112 6 546 125 72
Binary 11101111 111000 111101 0 1001101 1001010 110 101100110 1010101 111010

Color Harmonies of #EF383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF383D

Black with #EF383D

Text Example


Text Example

White with #EF383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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