Html Css Color HEX #EF1224 Torch Red

📋 copy color: '#EF1224'

red 239 ◦ green 18 ◦ blue 36

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

Shades of Torch Red #EF1224

Tints of Torch Red #EF1224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.14%

 BLUE value IS 36 (14.45% from 255) = 12.29%

R = 81.57%
G = 6.14%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF1224 (or 0xEF1224) is known color: Torch Red. HEX triplet: EF, 12 and 24. RGB value is (239,18,36). Sum of RGB (Red+Green+Blue) = 239+18+36=293 (38% of max value = 765). Red value is 239 (93.75% from 255 or 81.57% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1224 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1224 is #10EDDB. Grayscale: #565656. Windows color (decimal): -1109468 or 2364143. OLE color: 2364143.

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

Color convert

RGB 239 18 36 -
CMYK 0 0.92 0.85 0.06
HSL 355.11º 0.87% 0.5% -
HSV(B) 355.11º 0.92% 0.94% -
XYZ 36.13 18.91 3.41 -
YUV 86.13 99.72 237.04 -
System Red Green Blue C M Y K H S L
Decimal 239 18 36 0 0.92 0.85 0.06 355.11 0.87 0.5
Hex EF 12 24 0 5C 55 6 163 57 32
Octal 357 22 44 0 134 125 6 543 127 62
Binary 11101111 10010 100100 0 1011100 1010101 110 101100011 1010111 110010

Color Harmonies of #EF1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1224

Black with #EF1224

Text Example


Text Example

White with #EF1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1224; }

 p { color: rgb(239,18,36); }

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

background-color css

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

 a { background-color: rgb(239,18,36); }

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

border-color css

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

 span { border-color: rgb(239,18,36); }

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