Html Css Color HEX #EF0845 Torch Red

📋 copy color: '#EF0845'

red 239 ◦ green 8 ◦ blue 69

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

Shades of Torch Red #EF0845

Tints of Torch Red #EF0845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 75.63%
G = 2.53%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF0845 (or 0xEF0845) is known color: Torch Red. HEX triplet: EF, 08 and 45. RGB value is (239,8,69). Sum of RGB (Red+Green+Blue) = 239+8+69=316 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.63% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0845 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0845 is #10F7BA. Grayscale: #545454. Windows color (decimal): -1111995 or 4524271. OLE color: 4524271.

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

Color convert

RGB 239 8 69 -
CMYK 0 0.97 0.71 0.06
HSL 344.16º 0.94% 0.48% -
HSV(B) 344.16º 0.97% 0.94% -
XYZ 36.76 18.95 7.35 -
YUV 84.02 119.53 238.54 -
System Red Green Blue C M Y K H S L
Decimal 239 8 69 0 0.97 0.71 0.06 344.16 0.94 0.48
Hex EF 8 45 0 61 47 6 158 5E 30
Octal 357 10 105 0 141 107 6 530 136 60
Binary 11101111 1000 1000101 0 1100001 1000111 110 101011000 1011110 110000

Color Harmonies of #EF0845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0845

Black with #EF0845

Text Example


Text Example

White with #EF0845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0845; }

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

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

background-color css

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

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

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

border-color css

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

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

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