Html Css Color HEX #EF063D Torch Red

📋 copy color: '#EF063D'

red 239 ◦ green 6 ◦ blue 61

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

Shades of Torch Red #EF063D

Tints of Torch Red #EF063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 78.1%
G = 1.96%
B = 19.93%

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

#EF063D (or 0xEF063D) is known color: Torch Red. HEX triplet: EF, 06 and 3D. RGB value is (239,6,61). Sum of RGB (Red+Green+Blue) = 239+6+61=306 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.10% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 239 - color contains mainly: red. Hex color #EF063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF063D is #10F9C2. Grayscale: #515151. Windows color (decimal): -1112515 or 3999471. OLE color: 3999471.

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

Color convert

RGB 239 6 61 -
CMYK 0 0.97 0.74 0.06
HSL 345.84º 0.95% 0.48% -
HSV(B) 345.84º 0.97% 0.94% -
XYZ 36.5 18.82 6.12 -
YUV 81.94 116.19 240.03 -
System Red Green Blue C M Y K H S L
Decimal 239 6 61 0 0.97 0.74 0.06 345.84 0.95 0.48
Hex EF 6 3D 0 61 4A 6 15A 5F 30
Octal 357 6 75 0 141 112 6 532 137 60
Binary 11101111 110 111101 0 1100001 1001010 110 101011010 1011111 110000

Color Harmonies of #EF063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF063D

Black with #EF063D

Text Example


Text Example

White with #EF063D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF063D; }

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

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

background-color css

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

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

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

border-color css

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

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

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