Html Css Color HEX #EF063C Torch Red

📋 copy color: '#EF063C'

red 239 ◦ green 6 ◦ blue 60

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

Shades of Torch Red #EF063C

Tints of Torch Red #EF063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.67%

R = 78.36%
G = 1.97%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#EF063C (or 0xEF063C) is known color: Torch Red. HEX triplet: EF, 06 and 3C. RGB value is (239,6,60). Sum of RGB (Red+Green+Blue) = 239+6+60=305 (40% of max value = 765). Red value is 239 (93.75% from 255 or 78.36% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 239 - color contains mainly: red. Hex color #EF063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF063C is #10F9C3. Grayscale: #515151. Windows color (decimal): -1112516 or 3933935. OLE color: 3933935.

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

Color convert

RGB 239 6 60 -
CMYK 0 0.97 0.75 0.06
HSL 346.09º 0.95% 0.48% -
HSV(B) 346.09º 0.97% 0.94% -
XYZ 36.48 18.81 5.98 -
YUV 81.82 115.69 240.11 -
System Red Green Blue C M Y K H S L
Decimal 239 6 60 0 0.97 0.75 0.06 346.09 0.95 0.48
Hex EF 6 3C 0 61 4B 6 15A 5F 30
Octal 357 6 74 0 141 113 6 532 137 60
Binary 11101111 110 111100 0 1100001 1001011 110 101011010 1011111 110000

Color Harmonies of #EF063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF063C

Black with #EF063C

Text Example


Text Example

White with #EF063C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF063C; }

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

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

background-color css

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

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

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

border-color css

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

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

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