Html Css Color HEX #EF1834 Torch Red

📋 copy color: '#EF1834'

red 239 ◦ green 24 ◦ blue 52

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

Shades of Torch Red #EF1834

Tints of Torch Red #EF1834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 75.87%
G = 7.62%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF1834 (or 0xEF1834) is known color: Torch Red. HEX triplet: EF, 18 and 34. RGB value is (239,24,52). Sum of RGB (Red+Green+Blue) = 239+24+52=315 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.87% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF1834 is #10E7CB. Grayscale: #5B5B5B. Windows color (decimal): -1107916 or 3414255. OLE color: 3414255.

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

Color convert

RGB 239 24 52 -
CMYK 0 0.90 0.78 0.06
HSL 352.19º 0.87% 0.52% -
HSV(B) 352.19º 0.9% 0.94% -
XYZ 36.54 19.25 5.04 -
YUV 91.48 105.73 233.22 -
System Red Green Blue C M Y K H S L
Decimal 239 24 52 0 0.90 0.78 0.06 352.19 0.87 0.52
Hex EF 18 34 0 5A 4E 6 160 57 34
Octal 357 30 64 0 132 116 6 540 127 64
Binary 11101111 11000 110100 0 1011010 1001110 110 101100000 1010111 110100

Color Harmonies of #EF1834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1834

Black with #EF1834

Text Example


Text Example

White with #EF1834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1834; }

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

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

background-color css

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

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

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

border-color css

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

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

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