Html Css Color HEX #EF1B2A Alizarin

📋 copy color: '#EF1B2A'

red 239 ◦ green 27 ◦ blue 42

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

Shades of Alizarin #EF1B2A

Tints of Alizarin #EF1B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 77.6%
G = 8.77%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF1B2A (or 0xEF1B2A) is known color: Alizarin. HEX triplet: EF, 1B and 2A. RGB value is (239,27,42). Sum of RGB (Red+Green+Blue) = 239+27+42=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF1B2A is #10E4D5. Grayscale: #5C5C5C. Windows color (decimal): -1107158 or 2759663. OLE color: 2759663.

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

Color convert

RGB 239 27 42 -
CMYK 0 0.89 0.82 0.06
HSL 355.75º 0.87% 0.52% -
HSV(B) 355.75º 0.89% 0.94% -
XYZ 36.41 19.3 4 -
YUV 92.1 99.74 232.78 -
System Red Green Blue C M Y K H S L
Decimal 239 27 42 0 0.89 0.82 0.06 355.75 0.87 0.52
Hex EF 1B 2A 0 59 52 6 164 57 34
Octal 357 33 52 0 131 122 6 544 127 64
Binary 11101111 11011 101010 0 1011001 1010010 110 101100100 1010111 110100

Color Harmonies of #EF1B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1B2A

Black with #EF1B2A

Text Example


Text Example

White with #EF1B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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