Html Css Color HEX #EF1B28 Alizarin

📋 copy color: '#EF1B28'

red 239 ◦ green 27 ◦ blue 40

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

Shades of Alizarin #EF1B28

Tints of Alizarin #EF1B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.82%

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 78.1%
G = 8.82%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#EF1B28 (or 0xEF1B28) is known color: Alizarin. HEX triplet: EF, 1B and 28. RGB value is (239,27,40). Sum of RGB (Red+Green+Blue) = 239+27+40=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B28 is #10E4D7. Grayscale: #5C5C5C. Windows color (decimal): -1107160 or 2628591. OLE color: 2628591.

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

Color convert

RGB 239 27 40 -
CMYK 0 0.89 0.83 0.06
HSL 356.32º 0.87% 0.52% -
HSV(B) 356.32º 0.89% 0.94% -
XYZ 36.37 19.29 3.81 -
YUV 91.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 239 27 40 0 0.89 0.83 0.06 356.32 0.87 0.52
Hex EF 1B 28 0 59 53 6 164 57 34
Octal 357 33 50 0 131 123 6 544 127 64
Binary 11101111 11011 101000 0 1011001 1010011 110 101100100 1010111 110100

Color Harmonies of #EF1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B28

Black with #EF1B28

Text Example


Text Example

White with #EF1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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