Html Css Color HEX #EF032D Torch Red

📋 copy color: '#EF032D'

red 239 ◦ green 3 ◦ blue 45

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

Shades of Torch Red #EF032D

Tints of Torch Red #EF032D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 83.28%
G = 1.05%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#EF032D (or 0xEF032D) is known color: Torch Red. HEX triplet: EF, 03 and 2D. RGB value is (239,3,45). Sum of RGB (Red+Green+Blue) = 239+3+45=287 (38% of max value = 765). Red value is 239 (93.75% from 255 or 83.28% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 239 - color contains mainly: red. Hex color #EF032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF032D is #10FCD2. Grayscale: #4E4E4E. Windows color (decimal): -1113299 or 2950127. OLE color: 2950127.

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

Color convert

RGB 239 3 45 -
CMYK 0 0.99 0.81 0.06
HSL 349.32º 0.98% 0.47% -
HSV(B) 349.32º 0.99% 0.94% -
XYZ 36.1 18.61 4.17 -
YUV 78.35 109.19 242.58 -
System Red Green Blue C M Y K H S L
Decimal 239 3 45 0 0.99 0.81 0.06 349.32 0.98 0.47
Hex EF 3 2D 0 63 51 6 15D 62 2F
Octal 357 3 55 0 143 121 6 535 142 57
Binary 11101111 11 101101 0 1100011 1010001 110 101011101 1100010 101111

Color Harmonies of #EF032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF032D

Black with #EF032D

Text Example


Text Example

White with #EF032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF032D; }

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

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

background-color css

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

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

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

border-color css

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

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

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