Html Css Color HEX #EF1837 Torch Red

📋 copy color: '#EF1837'

red 239 ◦ green 24 ◦ blue 55

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

Shades of Torch Red #EF1837

Tints of Torch Red #EF1837

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 55 (21.88% from 255) = 17.3%

R = 75.16%
G = 7.55%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#EF1837 (or 0xEF1837) is known color: Torch Red. HEX triplet: EF, 18 and 37. RGB value is (239,24,55). Sum of RGB (Red+Green+Blue) = 239+24+55=318 (42% of max value = 765). Red value is 239 (93.75% from 255 or 75.16% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1837 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1837 is #10E7C8. Grayscale: #5B5B5B. Windows color (decimal): -1107913 or 3610863. OLE color: 3610863.

HSL color Cylindrical-coordinate representation of color #EF1837: hue angle of 351.35º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1837 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 55 -
CMYK 0 0.90 0.77 0.06
HSL 351.35º 0.87% 0.52% -
HSV(B) 351.35º 0.9% 0.94% -
XYZ 36.61 19.28 5.41 -
YUV 91.82 107.23 232.98 -
System Red Green Blue C M Y K H S L
Decimal 239 24 55 0 0.90 0.77 0.06 351.35 0.87 0.52
Hex EF 18 37 0 5A 4D 6 15F 57 34
Octal 357 30 67 0 132 115 6 537 127 64
Binary 11101111 11000 110111 0 1011010 1001101 110 101011111 1010111 110100

Color Harmonies of #EF1837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1837

Black with #EF1837

Text Example


Text Example

White with #EF1837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1837; }

 p { color: rgb(239,24,55); }

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

background-color css

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

 a { background-color: rgb(239,24,55); }

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

border-color css

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

 span { border-color: rgb(239,24,55); }

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