Html Css Color HEX #EF1533 Torch Red

📋 copy color: '#EF1533'

red 239 ◦ green 21 ◦ blue 51

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

Shades of Torch Red #EF1533

Tints of Torch Red #EF1533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

 BLUE value IS 51 (20.31% from 255) = 16.4%

R = 76.85%
G = 6.75%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#EF1533 (or 0xEF1533) is known color: Torch Red. HEX triplet: EF, 15 and 33. RGB value is (239,21,51). Sum of RGB (Red+Green+Blue) = 239+21+51=311 (41% of max value = 765). Red value is 239 (93.75% from 255 or 76.85% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1533 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1533 is #10EACC. Grayscale: #595959. Windows color (decimal): -1108685 or 3347951. OLE color: 3347951.

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

Color convert

RGB 239 21 51 -
CMYK 0 0.91 0.79 0.06
HSL 351.74º 0.87% 0.51% -
HSV(B) 351.74º 0.91% 0.94% -
XYZ 36.46 19.13 4.9 -
YUV 89.6 106.22 234.56 -
System Red Green Blue C M Y K H S L
Decimal 239 21 51 0 0.91 0.79 0.06 351.74 0.87 0.51
Hex EF 15 33 0 5B 4F 6 160 57 33
Octal 357 25 63 0 133 117 6 540 127 63
Binary 11101111 10101 110011 0 1011011 1001111 110 101100000 1010111 110011

Color Harmonies of #EF1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1533

Black with #EF1533

Text Example


Text Example

White with #EF1533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1533; }

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

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

background-color css

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

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

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

border-color css

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

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

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