Html Css Color HEX #EF3335 Alizarin

📋 copy color: '#EF3335'

red 239 ◦ green 51 ◦ blue 53

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

Shades of Alizarin #EF3335

Tints of Alizarin #EF3335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 53 (21.09% from 255) = 15.45%

R = 69.68%
G = 14.87%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF3335 (or 0xEF3335) is known color: Alizarin. HEX triplet: EF, 33 and 35. RGB value is (239,51,53). Sum of RGB (Red+Green+Blue) = 239+51+53=343 (45% of max value = 765). Red value is 239 (93.75% from 255 or 69.68% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EF3335 is #10CCCA. Grayscale: #6B6B6B. Windows color (decimal): -1101003 or 3486703. OLE color: 3486703.

HSL color Cylindrical-coordinate representation of color #EF3335: hue angle of 359.36º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF3335 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 51 53 -
CMYK 0 0.79 0.78 0.06
HSL 359.36º 0.85% 0.57% -
HSV(B) 359.36º 0.79% 0.94% -
XYZ 37.42 20.98 5.44 -
YUV 107.44 97.28 221.84 -
System Red Green Blue C M Y K H S L
Decimal 239 51 53 0 0.79 0.78 0.06 359.36 0.85 0.57
Hex EF 33 35 0 4F 4E 6 167 55 39
Octal 357 63 65 0 117 116 6 547 125 71
Binary 11101111 110011 110101 0 1001111 1001110 110 101100111 1010101 111001

Color Harmonies of #EF3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3335

Black with #EF3335

Text Example


Text Example

White with #EF3335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3335; }

 p { color: rgb(239,51,53); }

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

background-color css

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

 a { background-color: rgb(239,51,53); }

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

border-color css

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

 span { border-color: rgb(239,51,53); }

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