Html Css Color HEX #EF363C Alizarin

📋 copy color: '#EF363C'

red 239 ◦ green 54 ◦ blue 60

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

Shades of Alizarin #EF363C

Tints of Alizarin #EF363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

 BLUE value IS 60 (23.83% from 255) = 17%

R = 67.71%
G = 15.3%
B = 17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF363C (or 0xEF363C) is known color: Alizarin. HEX triplet: EF, 36 and 3C. RGB value is (239,54,60). Sum of RGB (Red+Green+Blue) = 239+54+60=353 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.71% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 239 - color contains mainly: red. Hex color #EF363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF363C is #10C9C3. Grayscale: #6E6E6E. Windows color (decimal): -1100228 or 3946223. OLE color: 3946223.

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

Color convert

RGB 239 54 60 -
CMYK 0 0.77 0.75 0.06
HSL 358.05º 0.85% 0.57% -
HSV(B) 358.05º 0.77% 0.94% -
XYZ 37.73 21.32 6.4 -
YUV 110 99.79 220.01 -
System Red Green Blue C M Y K H S L
Decimal 239 54 60 0 0.77 0.75 0.06 358.05 0.85 0.57
Hex EF 36 3C 0 4D 4B 6 166 55 39
Octal 357 66 74 0 115 113 6 546 125 71
Binary 11101111 110110 111100 0 1001101 1001011 110 101100110 1010101 111001

Color Harmonies of #EF363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF363C

Black with #EF363C

Text Example


Text Example

White with #EF363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF363C; }

 p { color: rgb(239,54,60); }

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

background-color css

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

 a { background-color: rgb(239,54,60); }

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

border-color css

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

 span { border-color: rgb(239,54,60); }

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