Html Css Color HEX #EF0425 Torch Red

📋 copy color: '#EF0425'

red 239 ◦ green 4 ◦ blue 37

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

Shades of Torch Red #EF0425

Tints of Torch Red #EF0425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.21%

R = 85.36%
G = 1.43%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0425 (or 0xEF0425) is known color: Torch Red. HEX triplet: EF, 04 and 25. RGB value is (239,4,37). Sum of RGB (Red+Green+Blue) = 239+4+37=280 (37% of max value = 765). Red value is 239 (93.75% from 255 or 85.36% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 37 (14.84% from 255 or 13.21% from 280); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0425 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0425 is #10FBDA. Grayscale: #4E4E4E. Windows color (decimal): -1113051 or 2426095. OLE color: 2426095.

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

Color convert

RGB 239 4 37 -
CMYK 0 0.98 0.85 0.06
HSL 351.57º 0.97% 0.48% -
HSV(B) 351.57º 0.98% 0.94% -
XYZ 35.97 18.57 3.44 -
YUV 78.03 104.86 242.82 -
System Red Green Blue C M Y K H S L
Decimal 239 4 37 0 0.98 0.85 0.06 351.57 0.97 0.48
Hex EF 4 25 0 62 55 6 160 61 30
Octal 357 4 45 0 142 125 6 540 141 60
Binary 11101111 100 100101 0 1100010 1010101 110 101100000 1100001 110000

Color Harmonies of #EF0425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0425

Black with #EF0425

Text Example


Text Example

White with #EF0425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0425; }

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

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

background-color css

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

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

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

border-color css

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

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

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