Html Css Color HEX #EF0434 Torch Red

📋 copy color: '#EF0434'

red 239 ◦ green 4 ◦ blue 52

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

Shades of Torch Red #EF0434

Tints of Torch Red #EF0434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.36%

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

R = 81.02%
G = 1.36%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#EF0434 (or 0xEF0434) is known color: Torch Red. HEX triplet: EF, 04 and 34. RGB value is (239,4,52). Sum of RGB (Red+Green+Blue) = 239+4+52=295 (39% of max value = 765). Red value is 239 (93.75% from 255 or 81.02% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0434 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0434 is #10FBCB. Grayscale: #4F4F4F. Windows color (decimal): -1113036 or 3409135. OLE color: 3409135.

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

Color convert

RGB 239 4 52 -
CMYK 0 0.98 0.78 0.06
HSL 347.74º 0.97% 0.48% -
HSV(B) 347.74º 0.98% 0.94% -
XYZ 36.26 18.69 4.94 -
YUV 79.74 112.36 241.6 -
System Red Green Blue C M Y K H S L
Decimal 239 4 52 0 0.98 0.78 0.06 347.74 0.97 0.48
Hex EF 4 34 0 62 4E 6 15C 61 30
Octal 357 4 64 0 142 116 6 534 141 60
Binary 11101111 100 110100 0 1100010 1001110 110 101011100 1100001 110000

Color Harmonies of #EF0434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0434

Black with #EF0434

Text Example


Text Example

White with #EF0434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0434; }

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

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

background-color css

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

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

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

border-color css

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

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

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