Html Css Color HEX #EF032B Torch Red

📋 copy color: '#EF032B'

red 239 ◦ green 3 ◦ blue 43

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

Shades of Torch Red #EF032B

Tints of Torch Red #EF032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.05%

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

R = 83.86%
G = 1.05%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#EF032B (or 0xEF032B) is known color: Torch Red. HEX triplet: EF, 03 and 2B. RGB value is (239,3,43). Sum of RGB (Red+Green+Blue) = 239+3+43=285 (37% of max value = 765). Red value is 239 (93.75% from 255 or 83.86% from 285); Green value is 3 (1.56% from 255 or 1.05% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 239 - color contains mainly: red. Hex color #EF032B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF032B is #10FCD4. Grayscale: #4E4E4E. Windows color (decimal): -1113301 or 2819055. OLE color: 2819055.

HSL color Cylindrical-coordinate representation of color #EF032B: hue angle of 349.83º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF032B is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 3 43 -
CMYK 0 0.99 0.82 0.06
HSL 349.83º 0.98% 0.47% -
HSV(B) 349.83º 0.99% 0.94% -
XYZ 36.07 18.59 3.97 -
YUV 78.12 108.19 242.75 -
System Red Green Blue C M Y K H S L
Decimal 239 3 43 0 0.99 0.82 0.06 349.83 0.98 0.47
Hex EF 3 2B 0 63 52 6 15E 62 2F
Octal 357 3 53 0 143 122 6 536 142 57
Binary 11101111 11 101011 0 1100011 1010010 110 101011110 1100010 101111

Color Harmonies of #EF032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF032B

Black with #EF032B

Text Example


Text Example

White with #EF032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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