Html Css Color HEX #EF0825 Torch Red

📋 copy color: '#EF0825'

red 239 ◦ green 8 ◦ blue 37

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

Shades of Torch Red #EF0825

Tints of Torch Red #EF0825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.82%

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

R = 84.15%
G = 2.82%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.06

RGB Variations

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

Color information

#EF0825 (or 0xEF0825) is known color: Torch Red. HEX triplet: EF, 08 and 25. RGB value is (239,8,37). Sum of RGB (Red+Green+Blue) = 239+8+37=284 (37% of max value = 765). Red value is 239 (93.75% from 255 or 84.15% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0825 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0825 is #10F7DA. Grayscale: #505050. Windows color (decimal): -1112027 or 2427119. OLE color: 2427119.

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

Color convert

RGB 239 8 37 -
CMYK 0 0.97 0.85 0.06
HSL 352.47º 0.94% 0.48% -
HSV(B) 352.47º 0.97% 0.94% -
XYZ 36.02 18.66 3.45 -
YUV 80.38 103.53 241.14 -
System Red Green Blue C M Y K H S L
Decimal 239 8 37 0 0.97 0.85 0.06 352.47 0.94 0.48
Hex EF 8 25 0 61 55 6 160 5E 30
Octal 357 10 45 0 141 125 6 540 136 60
Binary 11101111 1000 100101 0 1100001 1010101 110 101100000 1011110 110000

Color Harmonies of #EF0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0825

Black with #EF0825

Text Example


Text Example

White with #EF0825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0825; }

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

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

background-color css

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

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

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

border-color css

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

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

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