Html Css Color HEX #EF262B Alizarin

📋 copy color: '#EF262B'

red 239 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #EF262B

Tints of Alizarin #EF262B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 43 (17.19% from 255) = 13.44%

R = 74.69%
G = 11.88%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF262B (or 0xEF262B) is known color: Alizarin. HEX triplet: EF, 26 and 2B. RGB value is (239,38,43). Sum of RGB (Red+Green+Blue) = 239+38+43=320 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.69% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 239 - color contains mainly: red. Hex color #EF262B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF262B is #10D9D4. Grayscale: #626262. Windows color (decimal): -1104341 or 2828015. OLE color: 2828015.

HSL color Cylindrical-coordinate representation of color #EF262B: hue angle of 358.51º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF262B is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 38 43 -
CMYK 0 0.84 0.82 0.06
HSL 358.51º 0.86% 0.54% -
HSV(B) 358.51º 0.84% 0.94% -
XYZ 36.73 19.91 4.19 -
YUV 98.67 96.59 228.09 -
System Red Green Blue C M Y K H S L
Decimal 239 38 43 0 0.84 0.82 0.06 358.51 0.86 0.54
Hex EF 26 2B 0 54 52 6 167 56 36
Octal 357 46 53 0 124 122 6 547 126 66
Binary 11101111 100110 101011 0 1010100 1010010 110 101100111 1010110 110110

Color Harmonies of #EF262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF262B

Black with #EF262B

Text Example


Text Example

White with #EF262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF262B; }

 p { color: rgb(239,38,43); }

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

background-color css

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

 a { background-color: rgb(239,38,43); }

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

border-color css

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

 span { border-color: rgb(239,38,43); }

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