Html Css Color HEX #EF0945 Torch Red

📋 copy color: '#EF0945'

red 239 ◦ green 9 ◦ blue 69

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

Shades of Torch Red #EF0945

Tints of Torch Red #EF0945

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.84%

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

R = 75.39%
G = 2.84%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#EF0945 (or 0xEF0945) is known color: Torch Red. HEX triplet: EF, 09 and 45. RGB value is (239,9,69). Sum of RGB (Red+Green+Blue) = 239+9+69=317 (41% of max value = 765). Red value is 239 (93.75% from 255 or 75.39% from 317); Green value is 9 (3.91% from 255 or 2.84% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0945 is #10F6BA. Grayscale: #545454. Windows color (decimal): -1111739 or 4524527. OLE color: 4524527.

HSL color Cylindrical-coordinate representation of color #EF0945: hue angle of 344.35º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0945 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 69 -
CMYK 0 0.96 0.71 0.06
HSL 344.35º 0.93% 0.49% -
HSV(B) 344.35º 0.96% 0.94% -
XYZ 36.77 18.98 7.36 -
YUV 84.61 119.2 238.12 -
System Red Green Blue C M Y K H S L
Decimal 239 9 69 0 0.96 0.71 0.06 344.35 0.93 0.49
Hex EF 9 45 0 60 47 6 158 5D 31
Octal 357 11 105 0 140 107 6 530 135 61
Binary 11101111 1001 1000101 0 1100000 1000111 110 101011000 1011101 110001

Color Harmonies of #EF0945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0945

Black with #EF0945

Text Example


Text Example

White with #EF0945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0945; }

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

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

background-color css

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

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

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

border-color css

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

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

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