Html Css Color HEX #EF192D Alizarin

📋 copy color: '#EF192D'

red 239 ◦ green 25 ◦ blue 45

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

Shades of Alizarin #EF192D

Tints of Alizarin #EF192D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 77.35%
G = 8.09%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF192D (or 0xEF192D) is known color: Alizarin. HEX triplet: EF, 19 and 2D. RGB value is (239,25,45). Sum of RGB (Red+Green+Blue) = 239+25+45=309 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.35% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 239 - color contains mainly: red. Hex color #EF192D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF192D is #10E6D2. Grayscale: #5B5B5B. Windows color (decimal): -1107667 or 2955759. OLE color: 2955759.

HSL color Cylindrical-coordinate representation of color #EF192D: hue angle of 354.39º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF192D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 25 45 -
CMYK 0 0.90 0.81 0.06
HSL 354.39º 0.87% 0.52% -
HSV(B) 354.39º 0.9% 0.94% -
XYZ 36.42 19.24 4.28 -
YUV 91.27 101.9 233.37 -
System Red Green Blue C M Y K H S L
Decimal 239 25 45 0 0.90 0.81 0.06 354.39 0.87 0.52
Hex EF 19 2D 0 5A 51 6 162 57 34
Octal 357 31 55 0 132 121 6 542 127 64
Binary 11101111 11001 101101 0 1011010 1010001 110 101100010 1010111 110100

Color Harmonies of #EF192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF192D

Black with #EF192D

Text Example


Text Example

White with #EF192D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF192D; }

 p { color: rgb(239,25,45); }

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

background-color css

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

 a { background-color: rgb(239,25,45); }

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

border-color css

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

 span { border-color: rgb(239,25,45); }

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