Html Css Color HEX #EF082B Torch Red

📋 copy color: '#EF082B'

red 239 ◦ green 8 ◦ blue 43

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

Shades of Torch Red #EF082B

Tints of Torch Red #EF082B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.83%

R = 82.41%
G = 2.76%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF082B (or 0xEF082B) is known color: Torch Red. HEX triplet: EF, 08 and 2B. RGB value is (239,8,43). Sum of RGB (Red+Green+Blue) = 239+8+43=290 (38% of max value = 765). Red value is 239 (93.75% from 255 or 82.41% from 290); Green value is 8 (3.52% from 255 or 2.76% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 239 - color contains mainly: red. Hex color #EF082B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF082B is #10F7D4. Grayscale: #515151. Windows color (decimal): -1112021 or 2820335. OLE color: 2820335.

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

Color convert

RGB 239 8 43 -
CMYK 0 0.97 0.82 0.06
HSL 350.91º 0.94% 0.48% -
HSV(B) 350.91º 0.97% 0.94% -
XYZ 36.12 18.7 3.99 -
YUV 81.06 106.53 240.65 -
System Red Green Blue C M Y K H S L
Decimal 239 8 43 0 0.97 0.82 0.06 350.91 0.94 0.48
Hex EF 8 2B 0 61 52 6 15F 5E 30
Octal 357 10 53 0 141 122 6 537 136 60
Binary 11101111 1000 101011 0 1100001 1010010 110 101011111 1011110 110000

Color Harmonies of #EF082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF082B

Black with #EF082B

Text Example


Text Example

White with #EF082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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