Html Css Color HEX #EF023D Torch Red

📋 copy color: '#EF023D'

red 239 ◦ green 2 ◦ blue 61

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

Shades of Torch Red #EF023D

Tints of Torch Red #EF023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 79.14%
G = 0.66%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#EF023D (or 0xEF023D) is known color: Torch Red. HEX triplet: EF, 02 and 3D. RGB value is (239,2,61). Sum of RGB (Red+Green+Blue) = 239+2+61=302 (40% of max value = 765). Red value is 239 (93.75% from 255 or 79.14% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 239 - color contains mainly: red. Hex color #EF023D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF023D is #10FDC2. Grayscale: #4F4F4F. Windows color (decimal): -1113539 or 3998447. OLE color: 3998447.

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

Color convert

RGB 239 2 61 -
CMYK 0 0.99 0.74 0.06
HSL 345.06º 0.98% 0.47% -
HSV(B) 345.06º 0.99% 0.94% -
XYZ 36.46 18.73 6.11 -
YUV 79.59 117.52 241.7 -
System Red Green Blue C M Y K H S L
Decimal 239 2 61 0 0.99 0.74 0.06 345.06 0.98 0.47
Hex EF 2 3D 0 63 4A 6 159 62 2F
Octal 357 2 75 0 143 112 6 531 142 57
Binary 11101111 10 111101 0 1100011 1001010 110 101011001 1100010 101111

Color Harmonies of #EF023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF023D

Black with #EF023D

Text Example


Text Example

White with #EF023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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