Html Css Color HEX #EF262A Alizarin

📋 copy color: '#EF262A'

red 239 ◦ green 38 ◦ blue 42

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

Shades of Alizarin #EF262A

Tints of Alizarin #EF262A

RGB

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

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

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

R = 74.92%
G = 11.91%
B = 13.17%

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

#EF262A (or 0xEF262A) is known color: Alizarin. HEX triplet: EF, 26 and 2A. RGB value is (239,38,42). Sum of RGB (Red+Green+Blue) = 239+38+42=319 (42% of max value = 765). Red value is 239 (93.75% from 255 or 74.92% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 239 - color contains mainly: red. Hex color #EF262A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF262A is #10D9D5. Grayscale: #626262. Windows color (decimal): -1104342 or 2762479. OLE color: 2762479.

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

Color convert

RGB 239 38 42 -
CMYK 0 0.84 0.82 0.06
HSL 358.81º 0.86% 0.54% -
HSV(B) 358.81º 0.84% 0.94% -
XYZ 36.71 19.9 4.1 -
YUV 98.56 96.09 228.17 -
System Red Green Blue C M Y K H S L
Decimal 239 38 42 0 0.84 0.82 0.06 358.81 0.86 0.54
Hex EF 26 2A 0 54 52 6 167 56 36
Octal 357 46 52 0 124 122 6 547 126 66
Binary 11101111 100110 101010 0 1010100 1010010 110 101100111 1010110 110110

Color Harmonies of #EF262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF262A

Black with #EF262A

Text Example


Text Example

White with #EF262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF262A; }

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

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

background-color css

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

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

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

border-color css

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

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

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