Html Css Color HEX #EF083D Torch Red

📋 copy color: '#EF083D'

red 239 ◦ green 8 ◦ blue 61

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

Shades of Torch Red #EF083D

Tints of Torch Red #EF083D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.81%

R = 77.6%
G = 2.6%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF083D (or 0xEF083D) is known color: Torch Red. HEX triplet: EF, 08 and 3D. RGB value is (239,8,61). Sum of RGB (Red+Green+Blue) = 239+8+61=308 (40% of max value = 765). Red value is 239 (93.75% from 255 or 77.60% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 239 - color contains mainly: red. Hex color #EF083D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF083D is #10F7C2. Grayscale: #535353. Windows color (decimal): -1112003 or 3999983. OLE color: 3999983.

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

Color convert

RGB 239 8 61 -
CMYK 0 0.97 0.74 0.06
HSL 346.23º 0.94% 0.48% -
HSV(B) 346.23º 0.97% 0.94% -
XYZ 36.53 18.86 6.13 -
YUV 83.11 115.53 239.19 -
System Red Green Blue C M Y K H S L
Decimal 239 8 61 0 0.97 0.74 0.06 346.23 0.94 0.48
Hex EF 8 3D 0 61 4A 6 15A 5E 30
Octal 357 10 75 0 141 112 6 532 136 60
Binary 11101111 1000 111101 0 1100001 1001010 110 101011010 1011110 110000

Color Harmonies of #EF083D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF083D

Black with #EF083D

Text Example


Text Example

White with #EF083D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF083D; }

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

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

background-color css

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

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

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

border-color css

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

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

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